Ross A. Baker
Ross A. Baker
I think a constructor that returns a tuple would be best. Prior art: * Ember has a subsclass of client that returns stats, but that has impaired binary compatible fixes....
That's a good question. We had SSL problems on JDK11 initially, but those are behind us in both CI and user complaints, and I can't reproduce this failure on my...
Which Java version does the community build run on? I can't glean it from the logs. Travis is on 11.0.2, and it passes. I was on 11.0.3, and it passed....
No, this was reported on Gitter as well. This looks like a regression in M3.
This ticket is about the server. Please open this as a separate bug to track.
Interesting that you're on JDK 11. We saw this error a lot when we first started testing on it, but it seemed to be fixed. Thanks for the report and...
I never was able to identify what changed in the SSL Engine implementation in JDK 11. I imagine that might be a strong clue toward fixing it.
This was added in https://github.com/http4s/blaze/pull/305. We are suppressing SSLException down to DEBUG at that level, because they're somewhat expected and I don't think there's anything we can do about them....
The `customDnsResolver` is going to be tricky to do in a bincompat fashion, but it seems like the right thing to do. Are you aiming for 1.0, or do you...
I think we could deprecate the val and the current setter. If the setter is called, the function could be lifted.