You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just tried to move my project, which uses the MVEL module from Java 11 to java 21. Unfortunately i get a runtime Exception during Execution, as the Class "java.lang.Compiler", which is used during the creation of a MVELRule Condition, is not availavle in java 21. This happens in the used MVEL library. Maybe an Update of the MVEL Version solves this issue?
The text was updated successfully, but these errors were encountered:
Hi There,
i just tried to move my project, which uses the MVEL module from Java 11 to java 21. Unfortunately i get a runtime Exception during Execution, as the Class "java.lang.Compiler", which is used during the creation of a MVELRule Condition, is not availavle in java 21. This happens in the used MVEL library. Maybe an Update of the MVEL Version solves this issue?
The text was updated successfully, but these errors were encountered: