Skip to content

Commit 93e594c

Browse files
committed
update compiler veresion to 21
1 parent 68c3ce2 commit 93e594c

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ body:
5353
label: Java Version
5454
description: What version of Java are you using?
5555
options:
56-
- "17"
5756
- "21"
5857
- "25"
5958
- Other (specify in additional context)

examples/src/test/java/software/amazon/lambda/durable/examples/CloudBasedIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ void testManyAsyncStepsExample(int steps, long maxExecutionTime, long maxReplayT
502502
}
503503

504504
@ParameterizedTest
505-
// OOM if it creates 1000 child contexts
506505
@CsvSource({"100, 1500, 10", "500, 3000, 20", "1000, 4500, 30", "2000, 10000, 50"})
507506
void testManyAsyncChildContextExample(int steps, long maxExecutionTime, long maxReplayTime) {
508507
long minimalExecutionTimeMs = Long.MAX_VALUE;

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
</modules>
4747

4848
<properties>
49-
<maven.compiler.source>25</maven.compiler.source>
50-
<maven.compiler.target>25</maven.compiler.target>
49+
<maven.compiler.source>21</maven.compiler.source>
50+
<maven.compiler.target>21</maven.compiler.target>
5151
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5252
<aws.sdk.version>2.42.8</aws.sdk.version>
5353
<jackson.version>2.21.1</jackson.version>

0 commit comments

Comments
 (0)