akka/akka-http

Support JDK9+ module system

Open

#2,812 opened on Nov 12, 2019

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Scala (1,311 stars) (598 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:build

Description

Hello all

Seeing as 2020 is approaching I would appreciate it if steps towards properly moving away from JDK8 would be taken. Supporting the JDK9+ module system would be a great start. While many parts already work as a dependency with the automatic module in Akka HTTP not even this is possible due to the fact that for example the package akka.http.impl.settings is used in both akka-http and akka-http-core. Properly restructuring the artifacts would be required for this. However this is just a start and real module-info declarations are required.

BR Yanick

Contributor guide

Support JDK9+ module system · akka/akka-http#2812 | Good First Issue