-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump vanilla JDK from 11.0.1 to 11.0.2.
While testing Bazel with the upgraded embedded JDK we hit a bug which was fixed by 11.0.2: See https://www.oracle.com/technetwork/java/javase/11-0-2-relnotes-5188746.html for the release notes which lists https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8211883 as fixed. The problem showed e.g. in our integration tests where we download protobuf as external repository from github and we would show an handshake error: ERROR: [...]/BUILD:1:1: every rule of type proto_library implicitly depends upon the target '@com_google_protobuf//:protoc', but this target could not be found because of: no such package '@com_google_protobuf//': java.io.IOException: Error downloading [https://github.com/google/protobuf/archive/7b28271a61a3da0a37f6fda399b0c4c86464e5b3.zip] to [...].zip: Received fatal alert: handshake_failure Note that this commit does not the update of the embedded JDK yet. RELNOTES: None
- Loading branch information
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters