Re: Gump build switched to Java 21
Stefan Bodewig <[email protected]> Sun, 14 May 2023 13:08:11 +0200
| Newsgroups | gmane.comp.jakarta.gump |
|---|---|
| Message-ID | <[email protected]> |
On 2023-05-12, Mark Thomas wrote: > We now have 3 modules that will fail regularly. The two new ones > joining test-ant are test-junit and antunit-test. Both appear to have > issues with a small number of tests under Java 21. > I did think about skipping those tests but I opted to leave things as > they are. Thanks Mark, looks as if it mostly was an issue with SecurityManager throwing exceptions. I thought Ant had adapted all tests and would deal with the lack of SecurityManager more graceful, obviously it doesn't. I've raised the issue on dev@ant and we'll see to get things fixed eventually. Stefan