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
- fixed some stuff that was annoying due to the changes for #91: switched from Gradle Tomcat Plugin to Gretty
-> much faster startup times, basically fixing #90
-> reverted config.properties from classpath based to relative file, as it worked before, because Gretty is able to find it
-> tomcat can be configured with tomcat.xml, allowing any connectors to be configured, preparing for #92
- reverted from Java 9 to 8 because 9 is EoL but Eclipse does not support Java 10 yet
- removed tomcat folder that was a try to make Hot Reload work, which now instead is supported directly by Gretty (if configured directly)
Project is now on Tomcat 9 and Java 11 so HTTP2 is supported (can be enabled in in Tomcat connector settings), but untested (especially Websockets need to be tested).
Requires #90 and #91 and requires Eclipse to support currently supported Java version > 9 (since 9 itself is EoL, Eclipse needs to support Java 10/11)
The text was updated successfully, but these errors were encountered: