codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Support for generating self signed certificates in Java 9 #215

Closed codingchili closed 5 years ago

codingchili commented 6 years ago

Only supported for Java 8. The previously used method in netty fails in J9.

See https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8058778

codingchili commented 5 years ago

After upgrading codingchili/core-ext-game to use java11 there are no issues with this. Closing for now.