Actually, TomEE 10 / main. I would like to backport that change to 9.x, and understand the Java 17 issue there. I haven't tested, but I guess compilation with Java 11 might also fail there (so a separate module may help there too).
On Tue, Oct 22, 2024 at 1:07 PM Richard Zowalla <rich...@zowalla.com> wrote: > Is this about the 9.x branch? If so, the reason is, that Spring requires a > Java 17 baseline. > > Am 22. Oktober 2024 12:06:08 MESZ schrieb Jonathan Gallimore < > jonathan.gallim...@gmail.com>: > >I've noticed that the dependencies for this test cause the test suite for > >arquillian-tomee-jaxrs-tests not to run. > > > >Even after fixing that, it looks like there are still issues. I'm thinking > >of pulling this into its own module (still under Arquillian TomEE Tests) > >for anything that we might want to test with Spring. > > > >Any thoughts? > > > >Jon >