volosied opened a new pull request, #1060: URL: https://github.com/apache/myfaces/pull/1060
4.0.x requires a min of Java 11, but it doesn't build with it due to error: > [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:3.2.9.Final:build (default) on project quarkus-myfaces-showcase: > [ERROR] The plugin io.quarkus:quarkus-maven-plugin:3.2.9.Final has unmet prerequisites: > [ERROR] Required Java version 17 is not met by current version: 11.0.32 If I use Java 17, then I get: > [ERROR] Failed to execute goal org.apache.felix:maven-bundle-plugin:4.0.0:manifest (bundle-manifest) on project myfaces-api: Execution bundle-manifest of goal org.apache.felix:maven-bundle-plugin:4.0.0:manifest failed.: ConcurrentModificationException -> [Help 1] > [ERROR] I've updated the dependencies to use Java 17 (but still have the source/target set to 11). Inadvertently, Java 17 caused number converter errors which I've also fixed. -- 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]
