paulk-asert opened a new pull request, #2889:
URL: https://github.com/apache/groovy/pull/2889

   …he groovy jar
   
   GraalVM native-image reads META-INF/native-image/<group>/<artifact>/ 
native-image.properties from the class path. Pin run-time initialisation for 
the runtime classes that read system properties or hold link-time state (the 
AOT link mode detects a native image at run time), and ship the resource 
patterns Groovy's runtime needs (dgminfo, extension-module descriptor and 
service file), so a dynamic Groovy application no longer has to carry these in 
its own build. Reflection metadata is left to GROOVY-12365. The JSON metadata 
is excluded from RAT since it cannot carry a license header.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to