aalmiray opened a new pull request, #177:
URL: https://github.com/apache/commons-jexl/pull/177

   Fix for https://issues.apache.org/jira/browse/JEXL-396
   
   **Notes**
   - release must be performed with Java 9+ to trigger the profiel that 
generates the module descriptor
   - package `org.apache.commons.jexl3.internal` and subpackages are not 
exported
   - module name is set to `org.apache.commons.jexl3` which may trigger 
warnings due to the use of a number at the end. The module system thinks this 
is a versioned module and freaks out (no crashes though). Consider perhaps 
using `org.apache.commons.jexl` instead.


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