Skip to content
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

Migrate from HTTP1 to HTTP2+SSL #92

Open
Katharsas opened this issue Apr 5, 2018 · 1 comment
Open

Migrate from HTTP1 to HTTP2+SSL #92

Katharsas opened this issue Apr 5, 2018 · 1 comment

Comments

@Katharsas
Copy link
Owner

Katharsas commented Apr 5, 2018

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)

Katharsas added a commit that referenced this issue Apr 23, 2018
- 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)
@Katharsas
Copy link
Owner Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant