Skip to content

Bump native-maven-plugin from 0.9.1 to 0.9.8#122

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 30, 2021

Copy link
Copy Markdown
Contributor

Bumps native-maven-plugin from 0.9.1 to 0.9.8.

Release notes

Sourced from native-maven-plugin's releases.

0.9.8

Release highlights

This release contains various bugfixes and improvements for both the Maven and Gradle plugins.

Gradle plugin

  • [Breaking change] The agent option has been replaced with an agent { ... } configuration block which includes an enabled property.
  • Toolchain support can now be disabled altogether, which can be useful when using GraalVM Enterprise Edition.
  • Fixed a bug when using a fat jar which assumed that all entries to be repackaged were jars.
  • Agent options are now configurable.
    • Note that the experimental-class-loader-support agent option is no longer added by default.
    • See Configuring agent options for details.
  • Added an option to perform resource detection in classpath entries which contain a native-image/resource-config.json file.

Maven plugin

  • The agent can now be enabled in the POM.
  • Agent options are now configurable.
    • Note that the experimental-class-loader-support agent option is no longer added by default.
    • See Configuring agent options for details.
  • Added an option to perform resource detection in classpath entries which contain a native-image/resource-config.json file.

JUnit Platform Native

  • Builds now correctly fail if a container-level extension or lifecycle method fails -- for example, if an @BeforeAll method in a JUnit Jupiter test class throws an exception.
  • Builds no longer fail when tests are aborted -- for example, via a failed assumption.
  • Improved documentation for JUnit Platform and Maven Surefire support in the plugins.

Detailed changes

Please refer to this milestone.

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

... (truncated)

Commits
  • 69f8329 Release 0.9.8
  • b583017 Publish test reports for Maven plugin too
  • 11cd986 Fix exit condition
  • cfc2291 Rework functional test setup
  • 7804222 Upload test results to GitHub actions
  • db61e84 Let resources autodetection work if file contains native-image config
  • c34e460 Update changelog for 0.9.8
  • 39153c7 Support main/test agent options by default in the Maven plugin
  • b7ee8b4 Support shared, unnamed agent options in the Maven plugin
  • 7a19dda Allow agent to be enabled within the Maven POM
  • 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.8.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.9.1...0.9.8)

---
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 Nov 30, 2021
@dependabot @github

dependabot Bot commented on behalf of github Dec 21, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #124.

@dependabot dependabot Bot closed this Dec 21, 2021
@dependabot
dependabot Bot deleted the dependabot/maven/org.graalvm.buildtools-native-maven-plugin-0.9.8 branch December 21, 2021 20:10
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