WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:libraries/xstream-1.4.10.jar) to field java.util.TreeMap.comparator
Asked
Active
Viewed 9,734 times
7

Sreejith S S
- 109
- 2
- 7
-
2Perhaps this will help: https://github.com/x-stream/xstream/issues/101 – ABC123 Apr 21 '20 at 19:46
-
I experience this error with maven project. After upgrading to the most recent versions maven-compiler-plugin (v3.8.1), maven-war-plugin(v3.2.3) and maven-dependency-plugin(v3.1.2), this error stopped showing – Rasheed Aug 23 '20 at 23:42