We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affced1 commit f7da2b5Copy full SHA for f7da2b5
1 file changed
starter-core/src/main/java/io/micronaut/starter/feature/aws/AwsLambdaFeatureValidator.java
@@ -61,6 +61,6 @@ public static JdkVersion firstSupportedJdk() {
61
}
62
63
public static boolean supports(JdkVersion jdkVersion) {
64
- return jdkVersion == JdkVersion.JDK_17 || jdkVersion == JdkVersion.JDK_21;
+ return jdkVersion == JdkVersion.JDK_17 || jdkVersion == JdkVersion.JDK_21 || jdkVersion == JdkVersion.JDK_25;
65
66
0 commit comments