Re: [VOTE] Release Velocity Engine version 2.4
Michael Osipov <[email protected]>
| Newsgroups | gmane.comp.jakarta.velocity.devel |
|---|---|
| Message-ID | <pony-97004964-d321-4fa6-8eec-e403726e30a3-dev@velocity.apache.org> |
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.