Thanks for the tip regarding disabling EventAdmin! I did that in my Pax Exam tests and, after that, was able to run all my tests successfully with JDK 25 (not just runtime, I compiled everything to a JDK 25 target as well). I see a few new warnings at runtime, Felix is calling some now deprecated JDK methods, but that was expected.
- Eric L On Thu, May 7, 2026 at 12:06 PM Mark Derricutt <[email protected]> wrote: > Ah yes - that was removing org.apache.felix.eventadmin.impl.EventAdmin.cfg > from the distribution, so that it falls back on the default configuration, > which doesn’t trigger the SecurityManager issue. > > We don’t use EventAdmin anywhere so that works for us. > > On 7 May 2026, at 18:13, Jean-Baptiste Onofré wrote: > > > At runtime yes, but you probably had to change about the SecurityManager. >
