volosied commented on PR #832: URL: https://github.com/apache/myfaces/pull/832#issuecomment-2588166718
Still failing for me: ``` [ERROR] myfaces/extensions/quarkus/runtime/src/main/java/org/apache/myfaces/core/extensions/quarkus/runtime/scopes/QuarkusClientWindowScopedContext.java:[21,22] cannot access io.quarkus.arc.InjectableContext [ERROR] bad class file: .m2/repository/io/quarkus/arc/arc/3.8.2/arc-3.8.2.jar(/io/quarkus/arc/InjectableContext.class) [ERROR] class file has wrong version 61.0, should be 55.0 ``` Looks like Java 17 was introduced in 3.7: https://quarkus.io/blog/java-17/ Alternatively, I wonder if you can set a higher java level for the quarkus sub-projects? However, that means Faces standalone needs JDK 11, but with Quarkus will require Java 17. -- 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: dev-unsubscr...@myfaces.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org