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 (598 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:build

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

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