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

Dependency on android-json breaks my code #80

Closed
syakovyn opened this issue Mar 23, 2017 · 1 comment
Closed

Dependency on android-json breaks my code #80

syakovyn opened this issue Mar 23, 2017 · 1 comment

Comments

@syakovyn
Copy link

Hi,

My application functionality depends on org.json.JSONTokener#JSONTokener(java.io.Reader) that is provided by org.json:json:20140107.
After adding the dependency on JSONassert I have my functionality broken in the tests, but not in the application, because android-json doesn't have the method above.
Could this library be made dependent on a newer version of json? For example on org.json:json:20160810.
If it is not possible for some reason, maybe a warning in the readme for those using json library in the main code would be helpful?

Thanks,
Serhiy

@syakovyn
Copy link
Author

The request is invalid per spring-projects/spring-boot#8706. Closing it.

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