weburg / generic-http-web-service-client-java

http://www.weburg.com/ghowst
GNU General Public License v3.0
0 stars 0 forks source link

Illegal reflective access warning (could be a fatal error in newer JDKs) #1

Open wweburg opened 2 hours ago

wweburg commented 2 hours ago

WARNING: Illegal reflective access by com.weburg.ghowst.HttpWebServiceInvoker to field java.lang.Integer.digits

wweburg commented 2 hours ago

This warning only shows up in standard error out I think, it doesn't show up in the plain console. It does show up when using mvn exec:java or exec:exec with java running in another process. Annoying but not a big deal for now.