Skip to content

Commit 681efa2

Browse files
feat : upgrade to java 25 (#2104)
* feat : upgrade to java 25 * fix : few issues * fix more projects * fix all failures * fix rest * implement review comments * fix missing
1 parent adadab9 commit 681efa2

File tree

78 files changed

+178
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+178
-167
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ghcr.io/devcontainers/features/node:1": {
1111
"version": "lts"
1212
},
13-
"ghcr.io/devcontainers/features/docker-from-docker:1": {
13+
"ghcr.io/devcontainers/features/docker-from-docker:1.6.5": {
1414
"moby": false
1515
},
1616
"ghcr.io/devcontainers/features/git:1": {}

.github/workflows/boot-data-multipledatasources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up JDK
2929
uses: actions/[email protected]
3030
with:
31-
java-version: 23
31+
java-version: 25
3232
distribution: "temurin"
3333
cache: "maven"
3434
- name: Build and analyze

.github/workflows/boot-grafana-lgtm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

28-
- name: Set up JDK 21
28+
- name: Set up JDK
2929
uses: actions/[email protected]
3030
with:
31-
java-version: 21
31+
java-version: 25
3232
distribution: "temurin"
3333
cache: "maven"
3434

.github/workflows/boot-jooq-r2dbc-sample.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

28-
- name: Set up JDK 21
28+
- name: Set up JDK
2929
uses: actions/[email protected]
3030
with:
31-
java-version: 21
31+
java-version: 25
3232
distribution: "temurin"
3333
cache: "maven"
3434
- name: Build and analyze

.github/workflows/boot-jpa-hibernate2ndlevelcache-sample.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

28-
- name: Set up JDK 21
28+
- name: Set up JDK
2929
uses: actions/[email protected]
3030
with:
31-
java-version: 21
31+
java-version: 25
3232
distribution: "temurin"
3333
cache: "maven"
3434
- name: Build and analyze

.github/workflows/boot-jpa-jndi-sample.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

28-
- name: Set up JDK 21
28+
- name: Set up JDK
2929
uses: actions/[email protected]
3030
with:
31-
java-version: 21
31+
java-version: 25
3232
distribution: "temurin"
3333
cache: "maven"
3434

.github/workflows/boot-jpa-jooq-sample.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

28-
- name: Set up JDK 21
28+
- name: Set up JDK
2929
uses: actions/[email protected]
3030
with:
31-
java-version: 21
31+
java-version: 25
3232
distribution: "temurin"
3333
cache: "maven"
3434

.github/workflows/boot-jpa-keyset-pagination-blaze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

28-
- name: Set up JDK 21
28+
- name: Set up JDK
2929
uses: actions/[email protected]
3030
with:
31-
java-version: 21
31+
java-version: 25
3232
distribution: "temurin"
3333
cache: "maven"
3434

.github/workflows/boot-jpa-keyset-pagination-window-jpa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

28-
- name: Set up JDK 21
28+
- name: Set up JDK
2929
uses: actions/[email protected]
3030
with:
31-
java-version: 21
31+
java-version: 25
3232
distribution: "temurin"
3333
cache: "maven"
3434

.github/workflows/boot-mongodb-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up JDK
2828
uses: actions/[email protected]
2929
with:
30-
java-version: "21"
30+
java-version: 25
3131
distribution: "temurin"
3232
cache: "maven"
3333
- name: Build with Maven

0 commit comments

Comments
 (0)