-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update sbt-mima-plugin to 0.9.1 #299
Update sbt-mima-plugin to 0.9.1 #299
Conversation
Failure is |
Looks like this error occured because the build job was using latest openjdk (https://travis-ci.com/github/lightbend/ssl-config/jobs/505187762#L255):
|
That's an OpenJDK bug in the provider -- I've seen it before in earlier 1.8 version. Does it happen reliably? |
It occured with all three pull requests opened within the last week: |
I think it might be time to retire ssl-config, at least the parameter / algorithm bits |
the underlying issues are long since fixed as per the errors... |
Actually, I am working on Java 17 support for Play. After fixing a couple of small things, the only thing which is not working out of the box now is that we need to add
It seems there is no replacement planned for
@wsargent Since you know much more about that topic than I do - how would you fix that so we don't need to add that |
The bit of ssl-config that's important is the HOCON -> trustmanager / keymanager / sslcontext bit. The algorithms bit we should be able to drop. I'll submit a PR. |
Great, thanks! |
Was right the first time, it is a race condition bcgit/bc-java#941 (comment) |
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8266261 Might be a mitigation with
|
Superseded by #303. |
Updates com.typesafe:sbt-mima-plugin from 0.8.1 to 0.9.1.
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!
Ignore future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:labels: sbt-plugin-update, semver-minor