You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found this issue about an ilegal reflective access operation
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/.../xstream-1.4.19.jar) to field java.util.TreeSet.m
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
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
The text was updated successfully, but these errors were encountered:
I thought it was different from #101 as the field is not the same. Here the accessed field is java.util.TreeSet.m while in #101 is java.util.Properties.defaults.
But yes, it's the same kind of problem
Hi, I found this issue about an ilegal reflective access operation
The text was updated successfully, but these errors were encountered: