Closed
Description
Apache Artemis is incompatible with Java 23: https://issues.apache.org/jira/browse/ARTEMIS-4975. We're seeing failures on main
due to this. I'm not sure why we're not also seeing them on our maintenance branches. We'll need to work around this where necessary. I think we have two options:
- Disable the Artemis tests on Java 23
- Configure the relevant test task(s) to run with
-Djava.security.manager=allow
I think I prefer 1, as 2 would mask problems with other dependencies.