Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ssl-config-akka to akka project #47

Open
jrudolph opened this issue Sep 22, 2016 · 0 comments
Open

Move ssl-config-akka to akka project #47

jrudolph opened this issue Sep 22, 2016 · 0 comments

Comments

@jrudolph
Copy link
Contributor

Otherwise, it's hard to release new versions because of this dependency chain:

akka-stream -> ssl-config-akka ->(provided) akka-actor

jrudolph added a commit to akka/akka that referenced this issue Sep 24, 2016
Without further change it means that ssl-config-akka will be published
under the com.typesafe.akka organization and the akka versioning (which
probably makes sense).

Source code was copied over from the tree at commit
lightbend/ssl-config@470fae7

See lightbend/ssl-config#47
jrudolph added a commit to akka/akka that referenced this issue Sep 28, 2016
Without further change it means that ssl-config-akka will be published
under the com.typesafe.akka organization and the akka versioning (which
probably makes sense).

Source code was copied over from the tree at commit
lightbend/ssl-config@470fae7

See lightbend/ssl-config#47
jrudolph added a commit to akka/akka that referenced this issue Oct 28, 2016
This will fix the cyclic dependency issue between the ssl-config repo
and akka.

It would have been better if akka-stream would not require
these changes at all but com.typesafe.sslconfig.akka.AkkaSSLConfig is
part of the public interface of akka-stream's TLS stage. So, this
can only be fixed in the next major version.

Source code was copied over from the tree at commit
lightbend/ssl-config@470fae7

See lightbend/ssl-config#47
jrudolph added a commit to akka/akka that referenced this issue Oct 28, 2016
This will fix the cyclic dependency issue between the ssl-config repo
and akka.

It would have been better if akka-stream would not require
these changes at all but com.typesafe.sslconfig.akka.AkkaSSLConfig is
part of the public interface of akka-stream's TLS stage. So, this
can only be fixed in the next major version.

Source code was copied over from the tree at commit
lightbend/ssl-config@470fae7

See lightbend/ssl-config#47
jrudolph added a commit to akka/akka that referenced this issue Oct 28, 2016
This will fix the cyclic dependency issue between the ssl-config repo
and akka.

It would have been better if akka-stream would not require
these changes at all but com.typesafe.sslconfig.akka.AkkaSSLConfig is
part of the public interface of akka-stream's TLS stage. So, this
can only be fixed in the next major version.

Source code was copied over from the tree at commit
lightbend/ssl-config@470fae7

See lightbend/ssl-config#47
ktoso pushed a commit to akka/akka that referenced this issue Oct 28, 2016
…21551)

This will fix the cyclic dependency issue between the ssl-config repo
and akka.

It would have been better if akka-stream would not require
these changes at all but com.typesafe.sslconfig.akka.AkkaSSLConfig is
part of the public interface of akka-stream's TLS stage. So, this
can only be fixed in the next major version.

Source code was copied over from the tree at commit
lightbend/ssl-config@470fae7

See lightbend/ssl-config#47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants