Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing JsonPathProvider to Jackson breaks the JsonPathLinkDiscoverer #1986

Closed
odrotbohm opened this issue Jun 29, 2023 · 0 comments
Closed
Assignees
Labels
in: core Core parts of the project type: bug
Milestone

Comments

@odrotbohm
Copy link
Member

No description provided.

@odrotbohm odrotbohm added type: bug in: core Core parts of the project labels Jun 29, 2023
@odrotbohm odrotbohm added this to the 1.5.5 milestone Jun 29, 2023
@odrotbohm odrotbohm self-assigned this Jun 29, 2023
odrotbohm added a commit that referenced this issue Jun 29, 2023
So far, the handling of links detected via a JSON Path expression has assumed that the JsonProvider would always return JSONArray objects for collections. However, the JacksonJsonProvider for example, returns plain List instances. As JSONArray implements List, we now only refer to the latter for maximum compatibility with different JsonProvider implementations.

Original ticket: #1980
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Core parts of the project type: bug
Projects
None yet
Development

No branches or pull requests

1 participant