matsluni / aws-spi-akka-http

This is an alternative implementation of the new aws java sdk v2 non-blocking async SPI. It provides an alternative to the built-in Netty implementation based on akka-http.
Apache License 2.0
33 stars 15 forks source link

License problems #243

Open anderha opened 5 months ago

anderha commented 5 months ago

In Release 1.0.1 akka is updated to version 2.8.4. But this akka version uses a business license https://github.com/akka/akka/blob/v2.8.4/LICENSE which means this project can't be licensed with the apache license 2.0 as of version 1.0.1.

Could you please downgrade akka to 2.6.21?

matsluni commented 4 months ago

Hi @anderha, many thanks for the info. I will have a look at this and come back to you.