-
Notifications
You must be signed in to change notification settings - Fork 39
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
Decomission DefaultHostnameVerifier #138
Conversation
MiMa is squawking |
It's not wrong ;-) |
MiMa is annoying that way |
in the Scala community build this causes
|
Should we add oraclejdk11 to Travis configuration? |
trying it: scala/community-build@2606f80 |
You'll want to remove the debug section from the docs (or add a note) to reflect the package removal |
Good idea, @wsargent. Do you mind reviewing if I dropped too much? |
@dwijnand I don't have review rights :-) Maybe add a warning if |
Thanks, Will. Done. (Btw, anyone in GitHub can review pull requests 🙂) |
@dwijnand https://github.com/tersesystems/debugjsse and https://github.com/tersesystems/ocapjsse#logging are better debugging solutions anyway -- I can open up a PR to have them map to the debug config and preserve functionality without the hacks... |
Sounds good to me, @wsargent. Excellent. Thanks, @SethTisue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@dwijnand in the Scala 2.12 community build at e.g. https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-integrate-community-build/3722/ , play-ws is now failing because (I don't know the code, but perhaps an alternative would be to reintroduce |
Damn. Just for context, the reason I dropped it is because it doesn't run on Java 11, as it's using privileged reflection actions, that are now enforced by the JVM (IIUC). So I wonder how much play-ws actually depends on the behaviour of I'll get back to this when I'm done travelling. |
thanks. it was easy to get the community build green again for now with SethTisue/play-ws@a99b2b6 and scala/community-build@bb8b9d2 |
er, well, except for:
SethTisue/playframework@747409c |
Opened #142 to restore the debug packages. |
Upstream playframework/playframework@f35dd09
Fixes #98 (verified test:compile succeeds locally)
Fixes #100