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
Here some notes about some requirements and reasons for max version indicated, for future improvements and maintenance :
28
28
29
29
- <sup>1</sup> Java 8 is the minimum version required for running MapStore, but it is not compatible in case you want to use the print module. In this case, you need to use Java 11.
30
-
- <sup>2</sup> About Java and Tomcat maximum versions:
31
-
- For execution, MapStore is well tested on Java v11.
32
-
- Build with success with v11, only smoke tests passing on v13, errors with v16.(Details on issue [#6935](https://github.com/geosolutions-it/MapStore2/issues/6935))
33
-
- Running with Tomcat 10 causes this issue [#7524](https://github.com/geosolutions-it/MapStore2/issues/7524).
34
-
- <sup>3</sup> See issue [#11577](https://github.com/geosolutions-it/MapStore2/issues/11577) for details about this limit (for now only for documentation build).
30
+
- <sup>2</sup> Running with Tomcat 10 causes this issue [#7524](https://github.com/geosolutions-it/MapStore2/issues/7524).
31
+
- <sup>3</sup> Latest version tested.
35
32
- <sup>4</sup> Python is only needed for building documentation.
"jsdoc:test": "docma -c build/docma-config.json --dest web/client/mapstore/docs && echo documentation is accessible from the mapstore/docs path when running npm start",
285
+
"jsdoc:test": "NODE_OPTIONS=\"--no-deprecation\"docma -c build/docma-config.json --dest web/client/mapstore/docs && echo documentation is accessible from the mapstore/docs path when running npm start",
0 commit comments