Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4 #14
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.
This PR contains the following updates:
1.6→4.3.0Release Notes
groovy/GMavenPlus (org.codehaus.gmavenplus:gmavenplus-plugin)
v4.3.0Compare Source
Bugs
Enhancements
forkparameterPotentially breaking changes
None
Notes
Full Changelog: groovy/GMavenPlus@4.2.1...4.3.0
v4.2.1Compare Source
Bugs
Enhancements
None.
Potentially breaking changes
None.
Notes
None.
v4.2.0Compare Source
Bugs
None
Enhancements
Potentially breaking changes
None
Notes
None
v4.1.1Compare Source
Bugs
Enhancements
None
Potentially breaking changes
None
Notes
None
v4.1.0Compare Source
Bugs
None
Enhancements
Potentially breaking changes
None
Notes
None
v4.0.1Compare Source
Bugs
Enhancements
None
Potentially breaking changes
None
Notes
None
v4.0.0Compare Source
Bugs
None
Enhancements
System.exit()calls. JEP 411 deprecated SecurityManager in Java 17, for future removal. It is unclear what it will be replaced with for the use case of preventingSystem.exit()usages. JDK-8199704 is one possibility.Potentially breaking changes
Notes
None
v3.0.2Compare Source
Bugs
[#280] The 3.0.1 jar was corrupt (thanks @eugene-sadovsky for reporting this!).
Enhancements
Potentially breaking changes
None.
Notes
The CVE fixed were related to dependencies of the plugin. While I haven't done an analysis of whether they were exploitable (since this is a Maven plugin and not an application), it seems unlikely.
v3.0.1Compare Source
Bugs
skipBytecodeCheckcauses the Groovy version to be reported as not supporting the goal (thanks for reporting this @jgenoctr!).Enhancements
242baa8and623a56f).Potentially breaking changes
None.
Notes
The CVEs fixed were related to dependencies of the plugin. While I haven't done an analysis of whether they were exploitable (since this is a Maven plugin and not an application), it seems unlikely.
v3.0.0Compare Source
Bugs
Enhancements
Potentially breaking changes
Maven's compatibility plan marked Maven versions older than 3.2.5 as EOL in March 2023. Therefore, we now require 3.2.5 to move forward with the rest of the ecosystem.
Notes
Fixing the validation warnings removed some Maven dependencies from the plugin's classpath (instead of using the ones from Maven itself). I'm not aware of any negative consequences of this, but it's possible certain specialized use cases might encounter changes in behavior.
v2.1.0Compare Source
Bugs
None.
Enhancements
Potentially breaking changes
None.
Notes
None.
v2.0.0Compare Source
Bugs
None.
Enhancements
NullPointerExceptions that were causing confusion and instead throwing our own exception).8d19017(comment) caused an exception to be thrown for Groovy 4.0.0-RC-1 and newer when binding properties in a script/console/shell andbindPropertiesToSeparateVariablesis false. The error logging when this happens has been improved.5,6,7,8, and1.9arguments totargetBytecodeso that validation doesn't unexpectedly fail since it uses themaven.compiler.targetproperty and these arguments are valid for javac.Potentially breaking changes
This release requires Java 8 and drops support for Java 7. This was necessary to update dependencies which fix vulnerabilities. Specifically, in maven-archiver. At the time of release, the following dependencies were not compatible with Java 7
This is not the first breaking release, but it is the first breaking release to follow the semver conventions.
Notes
None.
v1.13.1Compare Source
Bugs
bindAllProjectPropertiesandbindSessionUserOverridePropertiestogether can cause an NPE (thanks for reporting this @sebthom!).Enhancements
None
Potentially breaking changes
None.
Notes
None.
v1.13.0Compare Source
Bugs
None.
Enhancements
Potentially breaking changes
None.
Notes
None.
v1.12.1Compare Source
Bugs
Enhancements
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.0Compare Source
Bugs
PROJECT_ONLYclasspath. Thanks for reporting this @TobiX!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.1Compare Source
Bugs
consoleScriptparameter was loaded from POM rather than command line property.Enhancements
None
Potentially breaking changes
None
Notes
None
v1.11.0Compare Source
Bugs
None
Enhancements
attachGroovyDocAnnotation) to enable attaching GroovyDoc annotation.parallelParsing) to enable parallel parsing (enabled by default with Groovy 4).previewFeaturesparameter from stub generation goals, since it's not used there.Potentially breaking changes
previewFeaturesparameter 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.1Compare Source
Bugs
None
Enhancements
Potentially breaking changes
None
Notes
None
v1.10.0Compare Source
Bugs
None
Enhancements
Potentially breaking changes
artifactTypeortestArtifactTypeproperty to "groovydoc" to revert to the previous behavior.Notes
v1.9.1Compare Source
Bugs
None
Enhancements
Potentially breaking changes
None
Notes
None
v1.9.0Compare Source
Bugs
None
Enhancements
skipBytecodeCheckproperty and parameter, so if a Java version comes out the plugin doesn't recognize, you can use it without having to wait for an update.Potentially breaking changes
maven.groovydoc.skipproperty was renamed toskipGroovydocso it matches the pattern of the other properties and won't seem to imply it's a property for a standard Maven plugin.Notes
v1.8.1Compare Source
Bugs
HashSettoTreeSet, to avoid unpredictable Groovy compiler output on certain filesystems (thanks @marcphilipp!).Enhancements
None
Potentially breaking changes
System.exits to allowing them.Notes
None
v1.8.0Compare Source
Bugs
Enhancements
<includeClasspath>PLUGIN_ONLY</includeClasspath>.Potentially breaking changes
#140
If you were using
useSharedClasspathbefore, you will need to replace it with new values. In most cases, this would beAnother 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
v1.7.1Compare Source
Bugs
Enhancements
Potentially breaking changes
None
Notes
None
v1.7.0Compare Source
Bugs
Enhancements
Potentially breaking changes
#120 corrects an inadvertent breaking change made in 1.6.0 with #31/#58. Here are those changes:
In addition, unused parameters have been removed:
addSources
addStubSources
addTestSources
addTestStubSources
compile
compileTests
console
execute
generateStubs
generateTestStubs
groovydoc
groovydocTests
removeStubs
removeTestStubs
shell
Lastly,
addTestStubSourcesandremoveTestStubsnow respect theskipTestsflag, for consistency.Notes
None
v1.6.3Compare Source
Bugs
None
Enhancements
Potentially breaking changes
None
Notes
None
v1.6.2Compare Source
Bugs
ef3a3d5).Enhancements
Potentially breaking changes
None
Notes
None
v1.6.1Compare Source
Bugs
Enhancements
None
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.
This PR was generated by Mend Renovate. View the repository job log.