akka/akka-http

Split packages in akka.http.core and akka.http

Open

#2,903 opened on 2020年1月21日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Scala (1,311 stars) (598 forks)batch import
1 - triagedbinary-incompatiblehelp wantednice-to-have (low-prio)

説明

Akka HTTP Version 10.1.11:

The following packages currently occur in akka.http.core and akka.http with disjunct classes:

  • akka.http.impl.settings
  • akka.http.javadsl.settings
  • akka.http.scaladsl.settings

We have various options here:

  • Move all classes to the same package into the same artifact
  • Rename one of the packages to avoid the split-package issue, preferably choosing a package name which shares the artifact name as it's prefix
  • With a very good reason (is that even possible?) I think we can keep the split package, but it is the most painful and dirty solution

Related to https://github.com/woq-blended/akka-osgi/issues/2. Comments of https://github.com/akka/akka-http/issues/2902 apply.

コントリビューターガイド

Split packages in akka.http.core and akka.http · akka/akka-http#2903 | Good First Issue