ben-manes commented on PR #433:
URL: https://github.com/apache/felix-dev/pull/433#issuecomment-3369249686

   I am trying to get a basic pax-exam unit test to work on jdk 25 and it seems 
to fail due to Felix not being compatible, if I understand correctly. 
https://github.com/ops4j/org.ops4j.pax.exam/issues/1131
   
   ```console
   org.osgi.framework.BundleException: Unable to resolve 
com.github.ben-manes.caffeine [15](R 15.0): missing requirement 
[com.github.ben-manes.caffeine [15](R 15.0)] osgi.ee; (osgi.ee=UNKNOWN) 
Unresolved requirements: [[com.github.ben-manes.caffeine [15](R 15.0)] osgi.ee; 
(osgi.ee=UNKNOWN)]
        at 
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2308)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566)
        at 
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297)
        at java.base/java.lang.Thread.run(Thread.java:1474)
   ```
   
   I tried passing in `org.osgi.framework.executionenvironment` as `JavaSE-11` 
but no luck.


-- 
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