Skip to content

Commit 5af0aff

Browse files
authored
Enable dependabot for graalvm plugin (#7295)
Allow us to catch any incompatibilities with our native image build configs and the latest Maven graalvm plugin. See for example #7291. Also update to the latest current version.
1 parent e678d13 commit 5af0aff

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ updates:
5656
- dependency-name: "org.codehaus.mojo:build-helper-maven-plugin"
5757
- dependency-name: "org.codehaus.mojo:exec-maven-plugin"
5858
- dependency-name: "org.apache.maven.plugin-tools:maven-plugin-annotations"
59-
- dependency-name: "org.graalvm.buildtools:*"
6059
- dependency-name: "org.jacoco:jacoco-maven-plugin"
6160
- dependency-name: "org.apache.commons:commons-lang3"
6261
- dependency-name: "org.codehaus.plexus:plexus-utils"

test/sdk-native-image-test/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<maven.compiler.plugin.version>3.6.1</maven.compiler.plugin.version>
3434
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
3535
<slf4j.version>1.7.36</slf4j.version>
36-
<graalvm.native.maven.plugin.version>0.9.6</graalvm.native.maven.plugin.version>
36+
<graalvm.native.maven.plugin.version>1.1.10</graalvm.native.maven.plugin.version>
3737
</properties>
3838

3939
<dependencies>
@@ -148,15 +148,6 @@
148148
<configuration>
149149
<imageName>sdk-native-image-test</imageName>
150150
<mainClass>software.amazon.awssdk.nativeimagetest.App</mainClass>
151-
<buildArgs combine.children="append">
152-
<!-- BouncyCastleAlpn issue tracked in https://github.com/netty/netty/issues/11369 -->
153-
<buildArgs>
154-
--verbose
155-
--no-fallback
156-
--initialize-at-build-time=org.slf4j
157-
--initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils
158-
</buildArgs>
159-
</buildArgs>
160151
</configuration>
161152
</plugin>
162153
</plugins>

0 commit comments

Comments
 (0)