Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 2003077

Browse files
committed
Update SCDF to use Boot 3.2.2
* Jakarta updates * Updated for Logging Date Format * Replace spring.factories with autoconfig imports * Constructor Bindings removed * Readd the yaml files that caused the migrator to fail * Update SCDF to Boot 3.2.2 as parent * Updated dependencies where needed * Added versions to some dependencies where versions are no longer in the bom * Updated hibernate usages where class names changed * Got to spring-cloud-common-security-config-web. ** The OauthSecurityCOnfiguration has @ConditionalOnMissingBean for the WebSecurityAdapter. ** Which is no longer available. We need to determine what should go here. * Update workflows to use Java 17
1 parent ca48ed3 commit 2003077

File tree

126 files changed

+356
-308
lines changed

Some content is hidden

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

126 files changed

+356
-308
lines changed

.github/workflows/build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-java@v3
3030
with:
31-
java-version: '8'
31+
java-version: '17'
3232
distribution: 'liberica'
3333
- name: Load matrix
3434
id: matrix
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161
- uses: actions/setup-java@v3
6262
with:
63-
java-version: '8'
63+
java-version: '17'
6464
distribution: 'liberica'
6565
- name: Install pack
6666
uses: jvalkeal/[email protected]

.github/workflows/build-snapshot-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-java@v3
2121
with:
22-
java-version: '8'
22+
java-version: '17'
2323
distribution: 'liberica'
2424
- uses: jvalkeal/setup-maven@v1
2525
with:

.github/workflows/ci-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-java@v3
2424
if: ${{ inputs.version == null || inputs.version == '' }}
2525
with:
26-
java-version: '8'
26+
java-version: '17'
2727
distribution: 'liberica'
2828
- name: Version from POM
2929
if: ${{ inputs.version == null || inputs.version == '' }}

.github/workflows/ci-it-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-java@v3
2020
with:
21-
java-version: '8'
21+
java-version: '17'
2222
distribution: 'liberica'
2323
- uses: jvalkeal/setup-maven@v1
2424
with:

.github/workflows/ci-it-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-java@v3
1515
with:
16-
java-version: '8'
16+
java-version: '17'
1717
distribution: 'liberica'
1818
- uses: jvalkeal/setup-maven@v1
1919
with:

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# jdk8
2222
- uses: actions/setup-java@v3
2323
with:
24-
java-version: '8'
24+
java-version: '17'
2525
distribution: 'liberica'
2626
- uses: jvalkeal/setup-maven@v1
2727
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# jdk8
3434
- uses: actions/setup-java@v3
3535
with:
36-
java-version: '8'
36+
java-version: '17'
3737
distribution: 'liberica'
3838
- uses: jvalkeal/setup-maven@v1
3939
with:

.github/workflows/fix-deployment-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-java@v3
2020
with:
21-
java-version: '8'
21+
java-version: '17'
2222
distribution: 'liberica'
2323
- uses: jvalkeal/setup-maven@v1
2424
with:

.github/workflows/milestone-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-java@v3
2020
with:
21-
java-version: '8'
21+
java-version: '17'
2222
distribution: 'liberica'
2323
- uses: jvalkeal/setup-maven@v1
2424
with:

.github/workflows/next-dev-version-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-java@v3
2020
with:
21-
java-version: '8'
21+
java-version: '17'
2222
distribution: 'liberica'
2323
- uses: jvalkeal/setup-maven@v1
2424
with:

0 commit comments

Comments
 (0)