Skip to content

Commit f8c8139

Browse files
committed
Build and test with JDK 24 (main cl 116643 --> main CE)
RQ: job.9.20251007154126.5822 (auto-submit integ 118671 coherence-ce/main -> coherence-ce/release/coherence-ce-v15.1.1.0 after successfully running remote remote.full) Job ID: job.9.20251007200811.29312 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v15.1.1.0/": change = 118675]
1 parent 244c733 commit f8c8139

File tree

37 files changed

+68
-68
lines changed

37 files changed

+68
-68
lines changed

.github/workflows/build-examples.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
uses: oracle-actions/setup-java@v1
4040
with:
4141
website: oracle.com
42-
release: 21
43-
42+
release: 24
43+
4444
- name: Print Maven & Java version
4545
run: mvn -version
4646

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: oracle-actions/setup-java@v1
5050
with:
5151
website: oracle.com
52-
release: 21
52+
release: 24
5353

5454
- name: Print Maven & Java version
5555
run: mvn -version

.github/workflows/deploy-snapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: oracle-actions/setup-java@v1
3939
with:
4040
website: oracle.com
41-
release: 21
41+
release: 24
4242

4343
- name: Cache Maven packages
4444
uses: actions/cache@v4

bin/cfgcommon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function setup
8989
# Ensure proper Java version, attempt selection if necessary
9090
#
9191
_JAVA_HOME=$JAVA_HOME
92-
_VERSION_REQUIRED=${JAVA_VERSION_TO_USE:-21}
92+
_VERSION_REQUIRED=${JAVA_VERSION_TO_USE:-24}
9393

9494
if [ -z $JAVA_HOME ] || [ "$($JAVA_HOME/bin/java -version 2>&1 | sed 's/.*version "\([0-9]*\).*/\1/; 1q')" != "$_VERSION_REQUIRED" ]; then
9595
# Try to find the correct version

bin/cfglocal.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2000, 2023, Oracle and/or its affiliates.
1+
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
22
#
33
# Licensed under the Universal Permissive License v 1.0 as shown at
44
# https://oss.oracle.com/licenses/upl.
@@ -13,7 +13,7 @@
1313
# enqueue -j <version> [-c changelist]
1414

1515
SCRIPT_PATH="${BASH_SOURCE[0]}"
16-
JAVA_VERSION_TO_USE=${JV:-21}
16+
JAVA_VERSION_TO_USE=${JV:-24}
1717

1818
while [ -h "${SCRIPT_PATH}" ]; do
1919
LS=`ls -ld "${SCRIPT_PATH}"`
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# Copyright (c) 2000, 2023, Oracle and/or its affiliates.
2+
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl.
66
#
77

88
distributionBase=GRADLE_USER_HOME
99
distributionPath=wrapper/dists
10-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
10+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
1111
zipStoreBase=GRADLE_USER_HOME
1212
zipStorePath=wrapper/dists
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# Copyright (c) 2000, 2023, Oracle and/or its affiliates.
2+
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl.
66
#
77

88
distributionBase=GRADLE_USER_HOME
99
distributionPath=wrapper/dists
10-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
10+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
1111
zipStoreBase=GRADLE_USER_HOME
1212
zipStorePath=wrapper/dists
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# Copyright (c) 2000, 2023, Oracle and/or its affiliates.
2+
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl.
66
#
77

88
distributionBase=GRADLE_USER_HOME
99
distributionPath=wrapper/dists
10-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
10+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
1111
zipStoreBase=GRADLE_USER_HOME
1212
zipStorePath=wrapper/dists
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# Copyright (c) 2000, 2023, Oracle and/or its affiliates.
2+
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl.
66
#
77

88
distributionBase=GRADLE_USER_HOME
99
distributionPath=wrapper/dists
10-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
10+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
1111
zipStoreBase=GRADLE_USER_HOME
1212
zipStorePath=wrapper/dists
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# Copyright (c) 2000, 2023, Oracle and/or its affiliates.
2+
# Copyright (c) 2000, 2025, Oracle and/or its affiliates.
33
#
44
# Licensed under the Universal Permissive License v 1.0 as shown at
55
# https://oss.oracle.com/licenses/upl.
66
#
77

88
distributionBase=GRADLE_USER_HOME
99
distributionPath=wrapper/dists
10-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
10+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
1111
zipStoreBase=GRADLE_USER_HOME
1212
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)