On Thu, Sep 19, 2019 at 7:39 AM Juan Arjona <[email protected]> wrote: > > Hello: > > Following the recommendation of Open JDK: > > WARNING: An illegal reflective access operation has occurred > WARNING: Illegal reflective access by > com.fasterxml.jackson.databind.util.ClassUtil (...) to method > java.lang.Throwable.setCause(java.lang.Throwable) > WARNING: Please consider reporting this to the maintainers of > com.fasterxml.jackson.databind.util.ClassUtil > WARNING: Use --illegal-access=warn to enable warnings of further illegal > reflective access operations > WARNING: All illegal access operations will be denied in a future release > > I guess you are all aware of this, but just in case. > > Thanks for such a good work!
Hello Juan! I think a few similar warnings have been reported, although I am not 100% sure if this one was, so I created issue: https://github.com/FasterXML/jackson-databind/issues/2464 and I think I know roughly where it comes from even if stack trace does not have specific location information. Thank you for reporting the issue! -+ Tatu +- -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/CAL4a10g1C5sGbzV7s9mAhvTn9OhhwSWS8dG9y2VpdzfH9FVKSg%40mail.gmail.com.
