Bump org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.2 to 5.0.0 in /clamp-parent/dependencies#24
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 3.0.2 to 5.0.0. - [Release notes](https://github.com/groovy/GMavenPlus/releases) - [Commits](groovy/GMavenPlus@3.0.2...5.0.0) --- updated-dependencies: - dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
|
PR: #24 Note: This metadata is also included in the Gerrit commit message for reconciliation. |
|
Change raised in Gerrit by GitHub2Gerrit: https://gerrit.onap.org/r/c/policy/clamp/+/145005 |
onap-github
pushed a commit
that referenced
this pull request
Jun 12, 2026
… /clamp-parent/dependencies Bumps org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.2 to 5.0.0. ## Release notes Sourced from org.codehaus.gmavenplus:gmavenplus-plugin's releases. 5.0.0 Bugs Fix Javadoc mismatch in ReflectionUtils.getDeclaredMethods (#365) Remove unneeded fork parameter (#361) Fix Groovy 5 shell support (closes #367) (#380) Enhancements Support Groovy 6 changes to GroovyDoc (closes #381) (#382) Potentially breaking changes Removed the fork parameter GMavenPlus no longer includes JLine, Jansi, Ant, or Ivy dependencies Notes GMavenPlus used to include the Jansi 2.4 and JLine 2.14.6 so that Groovy 2.2.0-beta-1 and newer would have colors work in Groovysh out of the box. However, JLine 2 is EOL, Groovy 5.x uses Jline 3, and Groovy 6.x uses JLine 4. Additionally, Maven 3.9 introduces a JLine 2.x into the classpath. This meant that Groovy 5.x and 6.x would never have their colors work with Maven 3.9. GMavenPlus used to include Ant and Ivy, to make it easy to use @grab and AntBuilder in scripts, Groovysh, and Groovy Console. The need to remove JLine/Jansi gave a reason to revisit this philosophy. Here are the reasons why this was abandoned. The plugin version can win over the version in the project (unless you make sure to use an <exclusion> To avoid downloading dependencies you may or may not need If future Groovy versions use other versions of Ant/Ivy (like we ran into with JLine/Jansi), we'll have a similar breaking change needed Here are examples of how to add back the dependencies you need <plugin> <groupId>org.codehaus.gmavenplus</groupId> <artifactId>gmavenplus-plugin</artifactId> <version>5.0.0</version> <executions> <execution> <goals> <goal>execute</goal> </goals> </execution> </executions> <dependencies> <!-- Add Apache Ant if using AntBuilder --> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.10.15</version> </dependency> <!-- Add Apache Ivy if using @grab --> <dependency> <groupId>org.apache.ivy</groupId> <artifactId>ivy</artifactId> <version>2.5.3</version> </dependency> <!-- Add JLine 2 if using shell with Groovy 2.x/3.x/4.x --> <dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> <version>2.14.6</version> ... (truncated) ## Commits 52163dc [maven-release-plugin] prepare release 5.0.0 959772b [maven-release-plugin] rollback the release of 5.0.0 f80ff7f [maven-release-plugin] prepare for next development iteration 36c703f [maven-release-plugin] prepare release 5.0.0 d075861 build: Upgrade Maven wrapper to 3.9.16 1a93e6a Merge pull request #382 from groovy/381 7283058 feat: Add version check and warning for all Groovy 6 GroovyDoc properties whe e2b0566 feat: Add version check and warning when preLanguage is used with older Groov fab97d2 feat: Support Groovy 6 changes to GroovyDoc (closes #381) ddc14ad fix: Fix Groovy 5 shell support (closes #367) (#380) Additional commits viewable in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <[email protected]> Change-Id: Ib1fea75a96121f0fbb569596a06ed57bccecb912 GitHub-PR: #24 GitHub-Hash: 54e220901e01f2c1 Signed-off-by: onap.gh2gerrit <[email protected]> Signed-off-by: danielhanrahan <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.2 to 5.0.0.
Release notes
Sourced from org.codehaus.gmavenplus:gmavenplus-plugin's releases.
... (truncated)
Commits
52163dc[maven-release-plugin] prepare release 5.0.0959772b[maven-release-plugin] rollback the release of 5.0.0f80ff7f[maven-release-plugin] prepare for next development iteration36c703f[maven-release-plugin] prepare release 5.0.0d075861build: Upgrade Maven wrapper to 3.9.161a93e6aMerge pull request #382 from groovy/3817283058feat: Add version check and warning for all Groovy 6 GroovyDoc properties whe...e2b0566feat: Add version check and warning when preLanguage is used with older Groov...fab97d2feat: Support Groovy 6 changes to GroovyDoc (closes #381)ddc14adfix: Fix Groovy 5 shell support (closes #367) (#380)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)