Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: delivery-pipeline-plugin
-
Labels:None
-
Similar Issues:
Description
Builds under JDK11 currently fail. Most failures are due to transitive dependencies upon packages that access internal sun package elements.
As of the completion of project Jigsaw in Java 9 access to these elements produce compile time failures, so the plugin as it stands cannot be built under Java 11.
A candidate change set is on branch jdk11.