Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
c0c23ae5
Commit
c0c23ae5
authored
Mar 17, 2021
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #25709 from dreis2211
* pr/25709: Upgrade to Java 16 GA builds in CI Closes gh-25709
parents
eaa51087
678da84d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
get-jdk-url.sh
ci/images/get-jdk-url.sh
+1
-1
detect-jdk-updates.sh
ci/scripts/detect-jdk-updates.sh
+1
-1
No files found.
ci/images/get-jdk-url.sh
View file @
c0c23ae5
...
@@ -12,7 +12,7 @@ case "$1" in
...
@@ -12,7 +12,7 @@ case "$1" in
echo
"https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.2%2B7/OpenJDK15U-jdk_x64_linux_hotspot_15.0.2_7.tar.gz"
echo
"https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.2%2B7/OpenJDK15U-jdk_x64_linux_hotspot_15.0.2_7.tar.gz"
;;
;;
java16
)
java16
)
echo
"https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk
16-2021-03-09-12-41/OpenJDK16-jdk_x64_linux_hotspot_2021-03-09-12-41
.tar.gz"
echo
"https://github.com/AdoptOpenJDK/openjdk16-binaries/releases/download/jdk
-16%2B36/OpenJDK16-jdk_x64_linux_hotspot_16_36
.tar.gz"
;;
;;
*
)
*
)
echo
$"Unknown java version"
echo
$"Unknown java version"
...
...
ci/scripts/detect-jdk-updates.sh
View file @
c0c23ae5
...
@@ -21,7 +21,7 @@ case "$JDK_VERSION" in
...
@@ -21,7 +21,7 @@ case "$JDK_VERSION" in
ISSUE_TITLE
=
"Upgrade Java 15 version in CI image"
ISSUE_TITLE
=
"Upgrade Java 15 version in CI image"
;;
;;
java16
)
java16
)
BASE_URL
=
"https://api.adoptopenjdk.net/v3/assets/feature_releases/16/
e
a"
BASE_URL
=
"https://api.adoptopenjdk.net/v3/assets/feature_releases/16/
g
a"
ISSUE_TITLE
=
"Upgrade Java 16 version in CI image"
ISSUE_TITLE
=
"Upgrade Java 16 version in CI image"
;;
;;
*
)
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment