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

Version update from 0.8.1 to 2.9.0 -> error - not found : PathTokenizer , PathToken is not a member of com.jayway.jsonpath.internal #1013

Open
SubashPerumal123 opened this issue Jun 19, 2024 · 0 comments

Comments

@SubashPerumal123
Copy link

In my project we are using the json-path:0.8.1 so far . Now we are planning to upgrade it to non vulnerable version 2.9.0. When I change the version and try to test. I got some errors saying PathToken is not a member of com.jayway.jsonpath.internal. and another error saying not found : PathTokenizer. When I analyzed the version releases I got to know that PathToken is moved to com.jayway.jsonpath.internal.path package. Eventhough I change the import statement I got some error saying isArrayIndexToken() not found . And I want to know what is the alternate class declared for PathTokenizer. Is there any document to read about this changes ?

@SubashPerumal123 SubashPerumal123 changed the title Version update from 0.8.1 to 2.9.0 -> error not found : PathTokenizer , PathToken is not a member of com.jayway.jsonpath.internal Version update from 0.8.1 to 2.9.0 -> error - not found : PathTokenizer , PathToken is not a member of com.jayway.jsonpath.internal Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant