Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.6 - #331

Merged
eaball35 merged 1 commit into
googleapis:mainfrom
renovate-bot:renovate/org.graalvm.buildtools-native-maven-plugin-0.x
Oct 12, 2021
Merged

deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.6#331
eaball35 merged 1 commit into
googleapis:mainfrom
renovate-bot:renovate/org.graalvm.buildtools-native-maven-plugin-0.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

WhiteSource Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
org.graalvm.buildtools:native-maven-plugin0.9.5 -> 0.9.6ageadoptionpassingconfidence

Release Notes

graalvm/native-build-tools

v0.9.6

Compare Source

Release highlights

This release is another important step towards a stable version. The most important change in this release is the integration with JUnit 5.8 which brings a number of improvements, which is a breaking change for Maven users. Apart from this, for Maven, the biggest change is the ability to run with the native GraalVM agent (to generate reflection files). Gradle users now have the ability to configure multiple test suites.

See below for more details on the changes.

[Gradle and Maven] Upgrade to JUnit 5.8

The plugins now depend on JUnit 5.8 which provides an official test listener which is used by these plugins.
As a consequence, Maven users will have to configure their builds to enable the plugin extensions:

<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>${native.maven.plugin.version}</version>
<extensions>true</extensions>
...
</plugin>

The dependency on junit-platform-native which used to be required pre-0.9.6 can now safely be removed.

For Gradle users, there's no impact on the configuration, however a good consequence is that the junit-native-platform dependency no longer leaks into your application's classpath.

[Maven] Agent support for Maven plugin

The Maven plugin now supports the GraalVM agent to generate configuration files.
Please refer to the Maven Plugin documentation for details.

[Gradle] Disabling testing support

The Gradle plugin now provides an option to disable testing support.
This can be useful if the test framework you are using doesn't work with this plugin or that you simply don't want to execute tests natively.

To disable tests, use the graalvmNative configuration block:

graalvmNative {
testSupport.set(false)
}
[Gradle] Configuring additional test images

The Gradle plugin now supports building multiple test images, which can be used to execute tests natively for more kinds of tests: integration tests, functional tests, ...

For more information, please refer to the Gradle plugin documentation


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot
renovate-bot requested a review from a teamOctober 11, 2021 12:48
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Oct 11, 2021
@trusted-contributions-gcftrusted-contributions-gcfBot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Oct 11, 2021
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 11, 2021
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 11, 2021
@eaball35
eaball35 merged commit 4f9ba15 into googleapis:mainOct 12, 2021
@renovate-bot
renovate-bot deleted the renovate/org.graalvm.buildtools-native-maven-plugin-0.x branch October 12, 2021 20:48
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@renovate-bot@eaball35@yoshi-kokoro