cjgunzel commented on issue #9165: URL: https://github.com/apache/netbeans/issues/9165#issuecomment-3860949750
My projects depend on OSGi implementation of Apache Felix. Creating an OSGi bundle is necessary in my use case. RC 2 will not create an up-to-date bundle as shipped. Create a project: java with maven; type:OSGI Bundle Update POM to current version of OSGi: 6.0.0 Update POM to current version of Felix: 6.0.4 Update POM to current version of Maven Bundle Plugin: 6.0.0 Update POM to current version of Maven Antrun: 1.8 Update POM to current version of Maven Assembly plugin: 3.8.0 Update POM to current version of Felix: 7.0.5 Set project properties to compile JDK 25 Execute clean and build Failure: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project mavenproject1: Fatal error compiling: error: release version 25 not supported -> [Help 1] -- 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
