-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
We try to compile our project, that use jdk 17.0.11 and make use of vaadin 24.5.7 with the ckeditor version 4.1.2 and did not get it started with the embedded tomcat:
java.lang.UnsupportedClassVersionError: com/wontlost/ckeditor/VaadinCKEditor has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
at java.base/java.lang.ClassLoader.defineClass1(Native Method) ~[na:na]
...
Our pom.xml is configured like this vaadin recommended in the upgrade guide:
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
With ckeditor 4.0.0 we did not encountered such a problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels