Skip to content

Bump gmavenplus-plugin from 1.6.1 to 1.8.0#142

Closed
dependabot-preview[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.8.0
Closed

Bump gmavenplus-plugin from 1.6.1 to 1.8.0#142
dependabot-preview[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.8.0

Conversation

@dependabot-preview
Copy link

Bumps gmavenplus-plugin from 1.6.1 to 1.8.0.

Release notes

Sourced from gmavenplus-plugin's releases.

1.8.0

Bugs

  • None

Enhancements

  • Allow for invocation using only project classpath (#140). This is accomplished with <includeClasspath>PLUGIN_ONLY</includeClasspath>.

Potentially breaking changes

#140

If you were using useSharedClasspath before, you will need to replace it with new values. In most cases, this would be

usedSharedClasspath includeClasspath
true PROJECT_AND_PLUGIN
false PROJECT_ONLY

Another notable difference is that when using this new configuration parameter in compile, compileTests, generateStubs, or generateTestStubs goals, now also uses the configurator to add the project dependencies to the classpath with the plugin's dependencies. Previously, this only happened in the goals other than the ones mentioned.

Notes

None

1.7.1

Bugs

  • Fix that Groovy 3.0.0-alpha-5 was actually released as 3.0.0-beta-1 (#133)

Enhancements

  • Support Java preview features (#125)
  • New goals to create GroovyDoc jars (#124)
  • Use the new "groovy.console.ui.Console" package, if available, fall back to "groovy.ui.Console" (#136)

Potentially breaking changes

None

Notes

None

1.7.0

Bugs

  • Fix executing script from URL in Groovy older than 1.7.0 (#131)
  • Use unique configuration names for every mojo, so goals don't conflict (#120)

Enhancements

  • Support Java 13 (#122)

Potentially breaking changes

#120 corrects an inadvertent breaking change made in 1.6.0 with #31/#58. Here are those changes:

  1.5 1.6 1.7
... (truncated)
Commits
  • abe3a0a [maven-release-plugin] prepare release 1.8.0
  • dfc6acd Merge pull request #143 from groovy/140
  • c5fe965 Some test improvements
  • 4f255cd Add support for all three classpath possibilities (closes #140)
  • 234c183 Bump version to 1.8.0
  • ad05599 Clarify project scope when using shared classloader
  • d1a089e Test that 3.0.0-beta-3 new OSGI version evaluates to same as old format
  • 589c719 Merge pull request #142 from groovy/unix-eol
  • 6a645c1 Convert to Unix line endings
  • d6ce55d Update test Groovy version to 2.5.8
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.6.1 to 1.8.0.
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](groovy/GMavenPlus@1.6.1...1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #148.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.codehaus.gmavenplus-gmavenplus-plugin-1.8.0 branch November 12, 2019 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants