-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation about supported Java and Tomcat versions #6935
Comments
We tested with @randomorder
|
We should at least have:
To collect these lists we need to install various versions of JRE and tomcats and a set of smoke-tests for the backend functionalities:
|
Just to reduce the list here a small summary of my thoughts Starting from this table about Java Version Support (source) Java SE 7 | July 2011 | April 2015 | July 2022
And this compatibility table for Tomcat (source)
(7 and later for WebSocket) I think we can take in account to support Java LTS versions (also Java 16 will be discontinued in updates the end of this year):
And for tomcat 8, 9, 10. This is only an opinion, what do you think ? |
@offtherailz agree with both. We can eventually try to understand which version JVM made changes incompatible with our current code and evaluate if the needed changes are trivial or not |
* Fixed first line of war installation
Description
Actually MapStore build process uses Java 8.
Anyway the documentation tells to use java 8 only as a minimal version.
Here a user notified a failure building with Java 16 (confirmed my me, @offtherailz)
I did also a test of build with Java 13. The build is successful.
We have to investigate the issue notified in Java 16 and define more the Java versions supported by MapStore, or fix the problem with Java 16, if possible.
Also adding the information about the suggested tomcat version should be added
Documentation section involved
Other useful information
The text was updated successfully, but these errors were encountered: