-
Notifications
You must be signed in to change notification settings - Fork 30
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
Warning "fasterxml.Jackson.DataBind" JDK 11 #29
Comments
I know newer java versions (with module awareness) can be a pain when using reflection, like jackson does. But since this project does not directly depends on jackson (seems to be I do not know how to fix this one quickly.
|
Since the upgrade to AWS SDK v2, this should not be an issue anymore. @santannaf Can you confirm? |
Hello, I am using your lib, I have Java 11 and whenever I install my Sprint Boot 2.1.13 application it gives a "WARNING" which is this one:
So do you know any way to resolve this "Warning" that is from Jackson. I think that in some code of your lib you do serialization / deserialization and ends up in conflict with JDK 11. I saw that this "WARNING", is present in the versions of JDK 9+. Thank you very much in advance.
The text was updated successfully, but these errors were encountered: