Re: Unit tests in CLITest fail with openjdk 11+

2022-07-31 Thread Bertrand Rigaldies
Hi Jeff, the issue was a pilot error on my part: the brew-installed Maven uses OpenJDK 18, even though I had switched my environment’s JDK to 11 with “Jenv”. Doing so had no effect on what version Maven is using. I now have to figure out to point Maven to OpenJDK 11. Will keep you posted. Bertr

Re: Unit tests in CLITest fail with openjdk 11+

2022-07-27 Thread Jeff Zemerick
Hi Bertrand, Thanks for reporting this. This is the right place! Could you please open a JIRA ticket for it? In the ticket, could you please provide the output of the "mvn -v" command? In version 2 we moved to Java 11 so I'm surprised to see the tests fail for it. I am not, however, surprised to