Hi Steven Grzegorz and I worked on the Pax URL 3.x upgrade in Karaf.
The problem is about webbundle URL handler that needs jakarta.servlet, not yet supported by Karaf (as it still uses Pax Web 8.x). As a workaround, Pax URL 2.7.0 has been released and it will be used by Karaf (for now). Pax URL 2.7.0 is exactly the same as Pax URL 3.0.1 but using javax.servlet instead of jakarta.servlet. So, Karaf will be upgraded to Pax URL 2.7.0, which includes the fix you are looking for. Regards JB On Tue, Feb 3, 2026 at 2:22 PM Steven Huypens <[email protected]> wrote: > Hi all, > > I'd like to know when pax-url-aether will be upgraded to 3.x in Karaf. We'd > like to use this: https://github.com/ops4j/org.ops4j.pax.url/issues/417 > > Any plans? > > Kind regards, > Steven >
