Re: [JEXL] Full Java module descriptor support

2023-04-28 Thread Andres Almiray
Hi Henri, Very well :D I've created and issue at https://issues.apache.org/jira/browse/JEXL-396 and a PR is ready for review. Cheers, Andres On 2023/04/28 12:51:29 Henri Biestro wrote: > Hello Andres; > Interesting idea. A PR using Moditect conditioned on jdk profile (so we can > continue

Re: [JEXL] Full Java module descriptor support

2023-04-28 Thread Henri Biestro
Hello Andres; Interesting idea. A PR using Moditect conditioned on jdk profile (so we can continue targeting java 8 without module info?) could be a first step to gauge feasibility. Cheers, Henrib - To unsubscribe, e-mail:

Re: [JEXL] Full Java module descriptor support

2023-04-25 Thread Andres Almiray
Hi Gilles, On 2023/04/25 15:45:37 Gilles Sadowski wrote: > It's an interesting functionality, but I think that it should be done in > a general way, applicable to all "Commons" components (through > settings/profile in the "parent" POM, I guess). > > Regards, > Gilles Well, that's my end goal

Re: [JEXL] Full Java module descriptor support

2023-04-25 Thread Gilles Sadowski
Hi. Le mar. 25 avr. 2023 à 17:37, Andres Almiray a écrit : > > Hello! > > I'd like to gauge interest in adding a full Java module descriptor (a.k.a > JPMS though the use of the acronym is discouraged) to commons-jexl. It's an interesting functionality, but I think that it should be done in a

[JEXL] Full Java module descriptor support

2023-04-25 Thread Andres Almiray
Hello! I'd like to gauge interest in adding a full Java module descriptor (a.k.a JPMS though the use of the acronym is discouraged) to commons-jexl. The codebase is currently Java 8 compatible. Adding a full Java descriptor requires using Java 9+ in the build but does not force the whole