akka/akka-http

Support JDK9+ module system

Open

#2812 aperta il 12 nov 2019

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)Scala (598 fork)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:build

Metriche repository

Star
 (1311 star)
Metriche merge PR
 (Merge medio 1g 10h) (2 PR mergiate in 30 g)

Descrizione

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

Guida contributor