You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/02/13 13:24:53 UTC

[GitHub] [incubator-pekko-http] mdedetrich commented on issue #40: Consider putting `akka.parboiled2.util.Base64` into its own sbt module/artifact

mdedetrich commented on issue #40:
URL: https://github.com/apache/incubator-pekko-http/issues/40#issuecomment-1427940150

   Maybe I am misunderstanding, the problem behind the underlying situation is because this specific source file has its own licenses we need to manually take this into account (this is the same problem in peko with the protobuff modules).
   
   In pekko the solution was fairly straight forward because the protobuff was its own sbt modules. This made it easy to granularly apply an overridden `META-INF` just for artifacts behind those modules and for the source package, we just need to annotate at the bottom of the `LICENSE` the other licenses (see https://github.com/apache/incubator-pekko/blob/main/LICENSE#L205-L207) i.e.
   
   > pekko-protobuf contains the sources of Google protobuf 2.5.0 runtime support,
   moved into the source package `org.apache.pekko.protobuf` so as to avoid version conflicts.
   For license information see COPYING.protobuf
   
   I would imagine if base64 was put into its own sbt module/artifact then hypothetically speaking you would then have a similar text, i.e.
   
   > pekko-http-base64 contains additional licenses etc etc etc


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org