Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.13.1 #273

Open
wants to merge 1 commit into
base: 2.0-rc1
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 26, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.codehaus.gmavenplus:gmavenplus-plugin (source) 1.9.0 -> 1.13.1 age adoption passing confidence

Release Notes

groovy/GMavenPlus

v1.13.1

Compare Source

Bugs

  • [#​203] Using bindAllProjectProperties and bindSessionUserOverrideProperties together can cause an NPE.

Enhancements

None

Potentially breaking changes

None.

Notes

None.

v1.13.0

Compare Source

Bugs

None.

Enhancements

  • [#​196] Add support for targetting Java 17.
  • [#​198] Add support for targetting Java 18.
  • [#​188/#​193] Update Ant from 1.10.8 to 1.10.11.

Potentially breaking changes

None.

Notes

None.

v1.12.1

Compare Source

Bugs

  • [#​186] Certain AST transformations had classloader issues because 1.12.0 was no longer setting the context classloader.

Enhancements

  • Update Jansi to 2.x.

Potentially breaking changes

The Jansi upgrade should generally be compatible, but could cause issues with scripts that were using Jansi 1.x specific classes.

Notes

None.

v1.12.0

Compare Source

Bugs

  • [#​183] The classloader project dependencies are loaded onto is reused between modules, so each module was a superset of all modules that preceded it. Also, the console, execute, and shell mojos didn't pass the classloader to use into the instantiated GroovyConsole/GroovyShell, so it accidentally was using the plugin classloader, even when configured to use PROJECT_ONLY classpath.

Enhancements

None

Potentially breaking changes

This should be a non-breaking change (except for unusual situations that were relying on the previous incorrect behavior). However, since it's a significant change, I'm bumping the version by more than just the patch version.

Notes

This potentially runs slower than before, since a new classloader is instantiated each execution, rather than resuing the same classloader, so the classes referenced will have to be reinitialized.

v1.11.1

Compare Source

Bugs

  • Fixes IllegalArgumentException when consoleScript parameter was loaded from POM rather than command line property.

Enhancements

None

Potentially breaking changes

None

Notes

None

v1.11.0

Compare Source

Bugs

None

Enhancements

  • Change JDK compatibility check to also account for Java 16.
  • Some tweaks for Groovy 4 (most notably, invokedynamic is enabled by default for Groovy 4 and cannot be disabled).
  • New parameter (attachGroovyDocAnnotation) to enable attaching GroovyDoc annotation.
  • New parameter (parallelParsing) to enable parallel parsing (enabled by default with Groovy 4).
  • Remove previewFeatures parameter from stub generation goals, since it's not used there.

Potentially breaking changes

  • If you were using the previewFeatures parameter without also including a compilation goal that would make that config valid, the build will fail because it's no longer a valid parameter. The fix would be to move that configuration to the appropriate execution(s).

Notes

None

v1.10.1

Compare Source

Bugs

None

Enhancements

  • Ability to override classes used to generate GroovyDoc (#​91)
  • Ability to override GStringTemplates used for GroovyDoc (#​105)
  • Ability to bind overridden properties (by binding project properties and/or session user properties) (#​72)
  • Ability to load a script when launching GroovyConsole (#​165)

Potentially breaking changes

None

Notes

None

v1.10.0

Compare Source

Bugs

None

Enhancements

  • Change default GroovyDoc jar artifact type to javadoc, so its extension gets set to "jar" by the artifact handler instead of "groovydoc" by the default handler logic which uses the type for the extension in the case of unknown types (#​151).

Potentially breaking changes

  • GroovyDoc jars and test GroovyDoc jars will now be of type "javadoc" and have extension "jar".  Rather than type and extension "groovydoc".  If you do not wish to transition to this new behavior, set the new artifactType or testArtifactType property to "groovydoc" to revert to the previous behavior.

Notes

  • While the artifact type of GroovyDoc jars has changed, the Maven classifier has not.  It remains "groovydoc", and you can still override that, just as before.

v1.9.1

Compare Source

Bugs

None

Enhancements

  • Add a property to skip script execution (#​162)

Potentially breaking changes

None

Notes

None


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the deps-org.codehaus.gmavenplus-gmavenplus-plugin-1.x branch from 37f4fba to efafc64 Compare August 5, 2020 06:05
@renovate renovate bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.9.1 Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.10.0 Aug 5, 2020
@sonarcloud
Copy link

sonarcloud bot commented Aug 5, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the deps-org.codehaus.gmavenplus-gmavenplus-plugin-1.x branch from efafc64 to 0166e48 Compare October 26, 2020 12:00
@renovate renovate bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.10.0 Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.11.0 Oct 26, 2020
@sonarcloud
Copy link

sonarcloud bot commented Oct 26, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the deps-org.codehaus.gmavenplus-gmavenplus-plugin-1.x branch from 0166e48 to 4192399 Compare December 9, 2020 05:51
@renovate renovate bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.11.0 Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.11.1 Dec 9, 2020
@renovate renovate bot force-pushed the deps-org.codehaus.gmavenplus-gmavenplus-plugin-1.x branch from 4192399 to fef1300 Compare December 30, 2020 19:05
@renovate renovate bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.11.1 Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.12.0 Dec 30, 2020
@renovate renovate bot force-pushed the deps-org.codehaus.gmavenplus-gmavenplus-plugin-1.x branch from fef1300 to db65e8f Compare January 5, 2021 18:56
@renovate renovate bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.12.0 Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.12.1 Jan 5, 2021
@sonarcloud
Copy link

sonarcloud bot commented Jan 5, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the deps-org.codehaus.gmavenplus-gmavenplus-plugin-1.x branch 2 times, most recently from e80ac3e to 433a6e8 Compare July 26, 2021 18:18
@renovate renovate bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.12.1 Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.13.0 Sep 20, 2021
@renovate renovate bot force-pushed the deps-org.codehaus.gmavenplus-gmavenplus-plugin-1.x branch from 433a6e8 to d7f0c03 Compare September 20, 2021 00:28
@renovate renovate bot force-pushed the deps-org.codehaus.gmavenplus-gmavenplus-plugin-1.x branch from d7f0c03 to 657c196 Compare November 23, 2021 22:52
@renovate renovate bot changed the title Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.13.0 Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v1.13.1 Nov 23, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant