File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
s3-uploader/runtimes/graalvm_java23_on_provided_al2023 Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ in addition to the following custom runtimes:
5353- ` quarkus native ` on ` provided.al2 `
5454- ` graalvm java17 ` on ` provided.al2 `
5555- ` graalvm java21 ` on ` provided.al2023 `
56+ - ` graalvm java23 ` on ` provided.al2023 `
5657- ` apple swift 5.8 ` on ` provided.al2 `
5758- ` bun ` on ` provided.al2 ` (with and without layer)
5859- ` llrt ` on ` provided.al2023 `
Original file line number Diff line number Diff line change 111111 <mainClass >com.formkiq.lambda.runtime.graalvm.LambdaRuntime</mainClass >
112112 <buildArgs combine.children=" append" >
113113 <!-- BouncyCastleAlpn issue tracked in https://github.com/netty/netty/issues/11369 -->
114- <buildArgs >
115- --verbose
116- --initialize-at-build-time=org.slf4j
117- --initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils
118- --enable-url-protocols=http
119- -H:ReflectionConfigurationFiles= ${project.basedir} /src/main/resources/reflect.json
120- </ buildArgs >
114+ <buildArg >--verbose</ buildArg >
115+ < buildArg >--no-fallback</ buildArg >
116+ < buildArg > --initialize-at-build-time=org.slf4j</ buildArg >
117+ < buildArg > --initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils</ buildArg >
118+ < buildArg > --enable-url-protocols=http</ buildArg >
119+ < buildArg > -H:+AddAllCharsets -march=compatibility</ buildArg >
120+ <buildArg >-H:ReflectionConfigurationFiles= ${project.basedir} /src/main/resources/reflect.json</ buildArg >
121121 </buildArgs >
122122 </configuration >
123123 </plugin >
You can’t perform that action at this time.
0 commit comments