michael-o commented on issue #261: [MNG-6697] New fast model interpolator not 
using reflection
URL: https://github.com/apache/maven/pull/261#issuecomment-518130361
 
 
   We need to check the log, I thiink there was also some use of reflection 
before this change.
   
   BTW, this is a common problem, not just in Maven. Compiling with Maven 3.5.4 
a webapp:
   
   ```
   Building WAR files...
   WARNING: An illegal reflective access operation has occurred
   WARNING: Illegal reflective access by 
com.sun.xml.bind.v2.runtime.reflect.opt.Injector 
(file:/net/home/osipovmi/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.0/jaxb-runtime-2.3.0.jar)
 to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
   WARNING: Please consider reporting this to the maintainers of 
com.sun.xml.bind.v2.runtime.reflect.opt.Injector
   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 think we should spawn another issue for this, continue with 3.6.2, but 
address this in the next release.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to