Re: [VOTE] Release Velocity Engine version 2.4
Michael Osipov <[email protected]>
| Newsgroups | gmane.comp.jakarta.velocity.devel |
|---|---|
| Message-ID | <pony-7b67f028-b3fd-4117-a11f-10d9db81cad6-dev@velocity.apache.org> |
On 2024/02/13 16:32:30 Michael Osipov wrote: > 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. Test can be removed: https://github.com/apache/velocity-engine/pull/42