You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by GitBox <gi...@apache.org> on 2021/05/23 09:48:39 UTC

[GitHub] [plc4x] dependabot[bot] opened a new pull request #246: build(deps): bump gmavenplus-plugin from 1.6.2 to 1.12.1

dependabot[bot] opened a new pull request #246:
URL: https://github.com/apache/plc4x/pull/246


   Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.6.2 to 1.12.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/groovy/GMavenPlus/releases">gmavenplus-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>1.12.1</h2>
   <h2>Bugs</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/186">#186</a> Certain AST transformations had classloader issues because 1.12.0 was no longer setting the context classloader.</li>
   </ul>
   <h2>Enhancements</h2>
   <ul>
   <li>Update Jansi to 2.x.</li>
   </ul>
   <h2>Potentially breaking changes</h2>
   <p>The Jansi upgrade should generally be compatible, but could cause issues with scripts that were using Jansi 1.x specific classes.</p>
   <h2>Notes</h2>
   <p>None.</p>
   <h2>1.12.0</h2>
   <h2>Bugs</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/183">#183</a> 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 <code>PROJECT_ONLY</code> classpath.</li>
   </ul>
   <h2>Enhancements</h2>
   <p>None</p>
   <h2>Potentially breaking changes</h2>
   <p>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.</p>
   <h2>Notes</h2>
   <p>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.</p>
   <h2>1.11.1</h2>
   <h2>Bugs</h2>
   <ul>
   <li>Fixes IllegalArgumentException when <code>consoleScript</code> parameter was loaded from POM rather than command line property.</li>
   </ul>
   <h2>Enhancements</h2>
   <p>None</p>
   <h2>Potentially breaking changes</h2>
   <p>None</p>
   <h2>Notes</h2>
   <p>None</p>
   <h2>1.11.0</h2>
   <h2>Bugs</h2>
   <p>None</p>
   <h2>Enhancements</h2>
   <ul>
   <li>Change JDK compatibility check to also account for Java 16.</li>
   <li>Some tweaks for Groovy 4 (most notably, invokedynamic is enabled by default for Groovy 4 and cannot be disabled).</li>
   <li>New parameter (<code>attachGroovyDocAnnotation</code>) to enable attaching GroovyDoc annotation.</li>
   <li>New parameter (<code>parallelParsing</code>) to enable parallel parsing (enabled by default with Groovy 4).</li>
   <li>Remove <code>previewFeatures</code> parameter from stub generation goals, since it's not used there.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/d06ad575f436db13a39f9cff4077da226eb98de3"><code>d06ad57</code></a> [maven-release-plugin] prepare release 1.12.1</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/1a91a7d5e3aa20f5e9c401ac607ede06a50e2614"><code>1a91a7d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/187">#187</a> from groovy/186</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/52a2e3082544687e4f245b2bf62e64ab67854efe"><code>52a2e30</code></a> Update Jansi to 2.x</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/2fd4dc8ec26c2267fd46d979f3043ee126e00ae9"><code>2fd4dc8</code></a> Set context classloader (closes <a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/186">#186</a>)</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/c859b74a354173ed0e06e632542003d3a7ee80a0"><code>c859b74</code></a> Bump Commons Lang version used in integration test</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/7a7c2ec07b789a15c980e0c3004111a47b931fa8"><code>7a7c2ec</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/e86b0e56ce6c3e44cf2e2f382bafda968f3ca593"><code>e86b0e5</code></a> [maven-release-plugin] prepare release 1.12.0</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/3e7363b497c6ffed21721c52e731c300dd287e6b"><code>3e7363b</code></a> Move Version to internal package</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/bf6f5b7e507b9542c30c35b0b1717c04e67b53ce"><code>bf6f5b7</code></a> Move Link to model package</li>
   <li><a href="https://github.com/groovy/GMavenPlus/commit/6e82fd31ed6af736c7e3f40323f67e47973c403e"><code>6e82fd3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/groovy/GMavenPlus/issues/185">#185</a> from groovy/183/submodule_classpath_issues</li>
   <li>Additional commits viewable in <a href="https://github.com/groovy/GMavenPlus/compare/1.6.2...1.12.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.gmavenplus:gmavenplus-plugin&package-manager=maven&previous-version=1.6.2&new-version=1.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [plc4x] sruehl commented on pull request #246: build(deps): bump gmavenplus-plugin from 1.6.2 to 1.12.1

Posted by GitBox <gi...@apache.org>.
sruehl commented on pull request #246:
URL: https://github.com/apache/plc4x/pull/246#issuecomment-911715930


   @dependabot rebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [plc4x] sruehl merged pull request #246: build(deps): bump gmavenplus-plugin from 1.6.2 to 1.12.1

Posted by GitBox <gi...@apache.org>.
sruehl merged pull request #246:
URL: https://github.com/apache/plc4x/pull/246


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org