Skip to content

Commit f398962

Browse files
authored
Update Java lang version support from 22 to 23 (#1202)
We depend on [OTEL Java 2.11.0](https://github.com/aws-observability/aws-otel-java-instrumentation/blob/release/v2.11.x/dependencyManagement/build.gradle.kts#L30C20-L30C26), which was released [Dec 23, 2024](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.11.0), at which Java 23 was supported (released [2024-09-17 ](https://www.java.com/releases/)). We should have bumped this version then, but we didn't have a good process in place at the time. Bump version now. Skipping changelog as we will support Java 24 soon. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 1a32279 commit f398962

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/application-signals-e2e-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
java-version: '21'
8484
cpu-architecture: 'x86_64'
8585

86-
default-v22-amd64:
86+
default-v23-amd64:
8787
needs: [ upload-main-build ]
8888
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-ec2-default-test.yml@main
8989
secrets: inherit
9090
with:
9191
aws-region: us-east-1
9292
caller-workflow-name: 'main-build'
93-
java-version: '22'
93+
java-version: '23'
9494
cpu-architecture: 'x86_64'
9595

9696
java-ec2-adot-sigv4-test:
@@ -147,7 +147,7 @@ jobs:
147147
caller-workflow-name: 'main-build'
148148
java-version: '21'
149149

150-
eks-v22-amd64:
150+
eks-v23-amd64:
151151
needs: eks-v21-amd64
152152
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-eks-test.yml@main
153153
secrets: inherit
@@ -156,7 +156,7 @@ jobs:
156156
test-cluster-name: 'e2e-adot-test'
157157
adot-image-name: ${{ inputs.adot-image-name }}
158158
caller-workflow-name: 'main-build'
159-
java-version: '22'
159+
java-version: '23'
160160

161161
#
162162
# PACKAGED DISTRIBUTION PLATFORM COVERAGE
@@ -229,7 +229,7 @@ jobs:
229229
#
230230

231231
metric-limiter-v11-amd64:
232-
needs: [ eks-v22-amd64 ]
232+
needs: [ eks-v23-amd64 ]
233233
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/metric-limiter-test.yml@main
234234
secrets: inherit
235235
with:

0 commit comments

Comments
 (0)