On 2024/02/13 15:23:36 Claude Brisson wrote: > Ooops, changing my vote to -1, I have a problem building: > > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: > 0.012 s <<< FAILURE! -- in > org.apache.velocity.test.issues.VelTools66TestCase > [ERROR] > org.apache.velocity.test.issues.VelTools66TestCase.testVelTools66 -- > Time elapsed: 0.011 s <<< ERROR! > java.lang.UnsupportedOperationException: The Security Manager is > deprecated and will be removed in a future release > at java.base/java.lang.System.setSecurityManager(System.java:416)
That is expected, this test needs to be skipped after Java 17 because of the SecurityManager removal. I don't consider this as a show stopper. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org