-
Notifications
You must be signed in to change notification settings - Fork 85
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
ssl-config-core 0.6.0 (was 0.4.3) + cachecontrol 2.1.0 #590
ssl-config-core 0.6.0 (was 0.4.3) + cachecontrol 2.1.0 #590
Conversation
0.6.0 out already: https://github.com/lightbend/ssl-config/releases/tag/v0.6.0 |
Reopening, I will just push the update to that branch and also include latest cachecontrol |
@wsargent The changes you made in ssl-config (lightbend/ssl-config#302) makes the build fail:
Can you help out? |
Ping @wsargent, could you please have a look? Thanks a lot! |
Looking. I'll make a branch for this if I can't add commits directly. |
Got the main bits working, but we'll need to release Akka HTTP as well based on the ssl-config-core:
|
I'll need to go through the docs and sanity check the test suite but it should compile and pass tests now. |
I had to upgrade to Akka HTTP 10.2.x to remove the dependency on ssl-config-akka. |
@wsargent Thanks! I pushed commits to satisfy MiMa, plus akka-http already has a 10.2.6 release. (BTW: That means we have to finally upgrade do akka-http 10.2.x in Play as well: playframework/playframework#10411) @wsargent Can we merge that PR now or is there something missing? |
I should check the play ws docs so they don't reference anything that is not valid. |
Checked the play docs in the README.md file and removed an unused import, I think that's it @mkurz |
Thanks @wsargent. Let's merge! |
@Mergifyio backport 2.1.x We need to upgrade ssl-config in play-ws 2.1.x to 0.6.0, because akka did the same a couple of days ago, and because Play's cron build for the 2.8.x branch uses the latest akka snapshot, the build is now broken: https://app.travis-ci.com/github/playframework/playframework/jobs/554697000#L1703
|
❌ No backport have been created
|
Manual backport of the ssl-config upgrade: #638 |
Updates com.typesafe:ssl-config-core from 0.4.3 to 0.5.0.
GitHub Release Notes - Version Diff
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
Files still referring to the old version number
The following files still refer to the old version number (0.4.3).
You might want to review and update them manually.
Ignore future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:labels: library-update, semver-minor, old-version-remains