mbien commented on PR #9445:
URL: https://github.com/apache/netbeans/pull/9445#issuecomment-4758108592
> Before merging please test the functionality of GF 7.1.0 and 8.0.0 with
Java 26/27.
@pepness you are right. I naively assumed that this was tested before the PR
was created. 8.0.3 does only start on JDK 25 and below.
(in past, glassfish could be often used to experiment with newer JDKs even
though it wasn't officially supported yet)
<details>
classic asm update issue:
```
ERROR: Bundle org.objectweb.asm [13] Error starting
file:/home/mbien/dev/servers/glassfish803/glassfish/modules/asm.jar
(org.osgi.framework.BundleException: Unable to resolve org.objectweb.asm [13](R
13.0): missing requirement [org.objectweb.asm [13](R 13.0)] osgi.ee;
(&(osgi.ee=JavaSE)(version=1.5.0)) Unresolved requirements: [[org.objectweb.asm
[13](R 13.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))])
org.osgi.framework.BundleException: Unable to resolve org.objectweb.asm
[13](R 13.0): missing requirement [org.objectweb.asm [13](R 13.0)] osgi.ee;
(&(osgi.ee=JavaSE)(version=1.5.0)) Unresolved requirements: [[org.objectweb.asm
[13](R 13.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=1.5.0))]
at
OSGi//org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398)
at OSGi//org.apache.felix.framework.Felix.startBundle(Felix.java:2308)
at
OSGi//org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566)
at
OSGi//org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297)
at java.base/java.lang.Thread.run(Thread.java:1516)
```
</details>
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists