Skip to content

Bump native-maven-plugin from 0.9.1 to 0.9.7.1#117

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.graalvm.buildtools-native-maven-plugin-0.9.7.1
Closed

Bump native-maven-plugin from 0.9.1 to 0.9.7.1#117
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.graalvm.buildtools-native-maven-plugin-0.9.7.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 27, 2021

Copy link
Copy Markdown
Contributor

Bumps native-maven-plugin from 0.9.1 to 0.9.7.1.

Release notes

Sourced from native-maven-plugin's releases.

0.9.7.1

Release highlights

This release is a bugfix release for Maven users. If you were using the plugin on a multi-project build or a build which uses a parent POM we recommend to upgrade.

[Maven] Fix test execution when plugin is declared in a parent POM

The plugin will now work properly if declared in a parent pom.xml.

See graalvm/native-build-tools#146

0.9.6

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:

</tr></table> 

... (truncated)

Commits
  • 33e891a Release 0.9.7.1
  • 5f13c5c Fix multilang samples
  • 7255861 Fix Native configuration not applied on modules
  • 3d359bd Bump version
  • d1ceb45 Release 0.9.6
  • f02f2f4 Attempt to fix snapshot publishing for Maven
  • 5e560c8 Update versions in sample
  • 81b5571 Use a single version property for all modules
  • 22799e0 Add support for multiple test images
  • b2310f8 Refactor task wiring code
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.1 to 0.9.7.1.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.9.1...0.9.7.1)

---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 27, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 30, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #122.

@dependabot dependabot Bot closed this Nov 30, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/org.graalvm.buildtools-native-maven-plugin-0.9.7.1 branch November 30, 2021 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants