stbischof commented on PR #813:
URL: https://github.com/apache/aries/pull/813#issuecomment-4178745664

   The SPI Fly Framework Extension currently does not work with JDK 25. The 
root cause appears to be the included ASM dependency, which is not compatible 
with JDK 25.
   
   There is already a Dependabot pull request that upgrades ASM to a newer, 
compatible version, and it has been merged. However, no new SPI Fly release has 
been published since then, so the issue persists for users relying on official 
releases.
   
   As a comparison, the Dynamic Bundle works correctly on JDK 25 when updating 
the ASM dependency manually. This workaround is not applicable to the Framework 
Extension, as it bundles the ASM dependency internally and cannot be easily 
overridden.
   
   Request:
   Please publish a new release of SPI Fly that includes the updated ASM 
version so the Framework Extension can be used with JDK 25.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to