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
f85fe952
Commit
f85fe952
authored
Sep 17, 2020
by
dreis2211
Committed by
Andy Wilkinson
Sep 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Java 15 CI image to use the Java 15 GA build
See gh-23391
parent
ea5c6c29
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 @
f85fe952
...
...
@@ -12,7 +12,7 @@ case "$1" in
echo
"https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.2%2B12/OpenJDK14U-jdk_x64_linux_hotspot_14.0.2_12.tar.gz"
;;
java15
)
echo
"https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk
15u-2020-09-16-03-01/OpenJDK15U-jdk_x64_linux_hotspot_2020-09-16-03-01
.tar.gz"
echo
"https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk
-15%2B36/OpenJDK15U-jdk_x64_linux_hotspot_15_36
.tar.gz"
;;
*
)
echo
$"Unknown java version"
...
...
ci/scripts/detect-jdk-updates.sh
View file @
f85fe952
...
...
@@ -21,7 +21,7 @@ case "$JDK_VERSION" in
ISSUE_TITLE
=
"Upgrade Java 14 version in CI image"
;;
java15
)
BASE_URL
=
"https://api.adoptopenjdk.net/v3/assets/feature_releases/15/
e
a"
BASE_URL
=
"https://api.adoptopenjdk.net/v3/assets/feature_releases/15/
g
a"
ISSUE_TITLE
=
"Upgrade Java 15 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