Alex O'Ree created JSPWIKI-1185:
-----------------------------------
Summary: Getting started documentation appears to be wrong on min
JDK version
Key: JSPWIKI-1185
URL: https://issues.apache.org/jira/browse/JSPWIKI-1185
Project: JSPWiki
Issue Type: Bug
Reporter: Alex O'Ree
looking at [https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Started]
It clearly states JDK8 is the minimum, however attempting to start 2.12.1 in
tomcat 9.latest, it's pretty clear from the error message that it was compiled
with java 11
{noformat}
0-Mar-2024 15:06:03.520 SEVERE [main]
org.apache.catalina.core.StandardContext.listenerStart Error configuring
application listener of class [org.apache.wiki.auth.SessionMonitor]
java.lang.UnsupportedClassVersionError: org/apache/wiki/auth/SessionMonitor
has been compiled by a more recent version of the Java Runtime (class file
version 55.0), this version of the Java Runtime only recognizes class file
versions up to 52.0 (unable to load class
[org.apache.wiki.auth.SessionMonitor]){noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)