volosied commented on code in PR #654:
URL: https://github.com/apache/myfaces/pull/654#discussion_r1421051394
##########
integration-tests/pom.xml:
##########
@@ -145,6 +145,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>jakarta.el</groupId>
+ <artifactId>jakarta.el-api</artifactId>
+ <version>5.0.0</version>
Review Comment:
Tried to use EL 6.0.0 M1, but encountered: `` Caused by:
java.lang.UnsupportedClassVersionError: jakarta/el/ELContextListener has been
compiled by a more recent version of the Java Runtime (class file version
61.0), this version of the Java Runtime only recognizes class file versions up
to 55.0```
Using 5.0 to get things to compile for now.
--
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]