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

[2.8.x] Reverts #11109 (downgrade ssl-config back to 0.4.x) #11202

Merged
merged 4 commits into from
Mar 21, 2022

Conversation

mkurz
Copy link
Member

@mkurz mkurz commented Mar 21, 2022

Reverts #11109, kind of the same like I just did with play-ws: playframework/play-ws#662

akka did not upgrade to ssl-config 0.6.x because it has binary compatibility issues with 0.4.x. Actually it got upgraded first, see akka/akka#31046, then it got partially reverted, see akka/akka#31252.
Partially reverted means that only the dependency was downgraded again, however akka itself removed methods and classes not available anymore in ssl-config 0.6.x, so akka 2.6.19 itself works nicely with ssl-config 0.6.x. However they didn't want to upgrade to latest ssl-config to not break libraries depending on akka and which also use removed methods and/or classes from ssl-config 0.4.3.

For Play stable branch 2.8.x that means we don't need to upgrade to ssl-config 0.6.0 (and therefore also not play-ws snapshot).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant