You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/16 18:03:39 UTC

[GitHub] [shiro] dependabot[bot] opened a new pull request, #878: build(deps): bump liberty-maven-plugin from 3.3.4 to 3.8

dependabot[bot] opened a new pull request, #878:
URL: https://github.com/apache/shiro/pull/878

   Bumps [liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.3.4 to 3.8.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/OpenLiberty/ci.maven/releases">liberty-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>Liberty Maven Plug-in 3.8</h2>
   <p>Version 3.8 of the Liberty Maven Plugin is a minor release that adds functionality, provides some fixes, and removes the archetypes.</p>
   <p>New versions of the archetypes are no longer being produced. The last published version is <code>3.7.1</code>. There are multiple <a href="https://github.com/OpenLiberty/ci.maven/blob/main/README.md#getting-started">starters</a> available as a preferred alternative to the archetypes. If you want to use one of the previously published archetypes that we are no longer enhancing, refer to this <a href="https://github.com/OpenLiberty/ci.maven/blob/main/docs/archetypes.md">documentation</a>.</p>
   <h2>New functionality</h2>
   <ul>
   <li>Added a <code>classifier</code> parameter for the <code>copyDependencies</code> functionality. See this <a href="https://github.com/OpenLiberty/ci.maven/blob/main/docs/common-server-parameters.md#copying-dependencies-with-liberty-maven-plugin">documentation</a> for more information.</li>
   <li>Added support to copy user features to the Liberty installation when neither <code>installUtility</code> nor <code>featureUtility</code> are available. This is primarily for installing user features on Liberty runtimes earlier than version <code>21.0.0.11</code>.</li>
   <li>Honor the project encoding for compilation - <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1640">#1640</a></li>
   </ul>
   <h2>Additional Fixes</h2>
   <p>The following fixes are also included in this release.</p>
   <ul>
   <li>Fix javadoc errors <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1675">#1675</a></li>
   <li>Improve integration test <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1669">#1669</a></li>
   <li>Fix devc running server detection <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1656">#1656</a></li>
   <li>Removed references to Maven 2.x APIs in preparation for compatibility with an upcoming Maven 4.0 release <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1663">#1663</a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1662">#1662</a></li>
   <li>Handle variable resolution in more locations and scenarios <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1657">#1657</a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1655">#1655</a></li>
   <li>Do not delete config files when Liberty installation is pre-existing <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1607">#1607</a></li>
   <li>Fix documentation <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1649">#1649</a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1659">#1659</a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1632">#1632</a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1631">#1631</a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1625">#1625</a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1623">#1623</a></li>
   </ul>
   <p>See the <a href="https://github.com/WASdev/ci.maven/compare/liberty-maven-3.7.1...liberty-maven-3.8">commit log</a> for the full set of the changes since the previous release.</p>
   <p>The Liberty Maven Plugin 3.8 release is available on the <a href="https://search.maven.org/artifact/io.openliberty.tools/liberty-maven-plugin/3.8/maven-plugin">Maven Central</a> repository.</p>
   <h2>Liberty Maven Plug-in 3.7.1</h2>
   <p>Version 3.7.1 of the Liberty Maven Plugin is a minor fix release that contains a couple of fixes. </p>
   <p>The following fixes are included in this release.</p>
   <ul>
   <li>Fix <code>server.env</code> file processing to handle blank lines and comment lines <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1603">#1603</a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1602">#1602</a></li>
   <li>Add binary scanner license to our documentation <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1595">#1595</a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1601">#1601</a></li>
   <li>Add build directory parameter when installing features to enable cleanup of internal folder with generated schema files <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1599">#1599</a></li>
   </ul>
   <p>See the <a href="https://github.com/WASdev/ci.maven/compare/liberty-maven-3.7...liberty-maven-3.7.1">commit log</a> for the full set of the changes since the previous release.</p>
   <p>The Liberty Maven Plugin 3.7.1 release is available on the <a href="https://search.maven.org/artifact/io.openliberty.tools/liberty-maven-plugin/3.7.1/maven-plugin">Maven Central</a> repository.</p>
   <h2>Liberty Maven Plug-in 3.7</h2>
   <p>Version 3.7 of the Liberty Maven Plugin is a minor release that adds functionality and provides some fixes. </p>
   <p>Jakarta EE9 and MicroProfile 5 support has been added for the <code>generate-features</code> goal. This support is also included for the <code>dev</code> and <code>devc</code> goals when feature generation is turned on.</p>
   <p>The Liberty Maven Plugin now supports running with Java 17. The Liberty Maven Plugin is tested with Long-Term-Support (LTS) releases of Java. The plugin, as of release 3.7, supports Java 8, 11 and 17. Prior to this version, the plugin is supported on Java 8 and 11.</p>
   <h2>Additional Fixes</h2>
   <p>The following fixes are also included in this release.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/ffa05649567d79aeac01286138283ca800b59a04"><code>ffa0564</code></a> [maven-release-plugin] prepare release liberty-maven-3.8</li>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/feaf40214fa6b9e5d0be23cc46976a53c196a8b6"><code>feaf402</code></a> Merge pull request <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1675">#1675</a> from cherylking/fixJavadocs</li>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/089045b1c31a14fbe38d419bc121be63865f2351"><code>089045b</code></a> Fix various javadoc errors</li>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/b0efb688d8ab85db68e53eb0f29fd750f89d7d59"><code>b0efb68</code></a> Merge pull request <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1673">#1673</a> from cherylking/bumpAnt1912Common1824</li>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/100046c134817022ebcd082fbb0ec946c62d1469"><code>100046c</code></a> Bump dependencies for release 3.8</li>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/2a6b58615eefa132d62609819b2fecb86acc2c1a"><code>2a6b586</code></a> Merge pull request <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1665">#1665</a> from jjiwooLim/copyUserFeature</li>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/40196664835f7618232df37cb72f379b9df6140c"><code>4019666</code></a> remove copyright header for test</li>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/e4eaf89c4c22c068123549fd69c428f7314d755f"><code>e4eaf89</code></a> copy user feature for older liberty versions</li>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/fa6c7457f9948fbf5d610582a852293f61662c2d"><code>fa6c745</code></a> Merge pull request <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1669">#1669</a> from bmarwell/<a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1633">#1633</a>_fix_IT</li>
   <li><a href="https://github.com/OpenLiberty/ci.maven/commit/f520e83d7cf9d001ead09c765b6261894cc61db8"><code>f520e83</code></a> <a href="https://redirect.github.com/OpenLiberty/ci.maven/issues/1633">#1633</a> set forkCount/resuseForks instead of forkMode; surefire/failsafe 3.0.0</li>
   <li>Additional commits viewable in <a href="https://github.com/OpenLiberty/ci.maven/compare/liberty-maven-3.3.4...liberty-maven-3.8">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.openliberty.tools:liberty-maven-plugin&package-manager=maven&previous-version=3.3.4&new-version=3.8)](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.

To unsubscribe, e-mail: commits-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] dependabot[bot] commented on pull request #878: build(deps): bump liberty-maven-plugin from 3.3.4 to 3.8

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #878:
URL: https://github.com/apache/shiro/pull/878#issuecomment-1581280057

   Superseded by #903.


-- 
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: commits-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] dependabot[bot] closed pull request #878: build(deps): bump liberty-maven-plugin from 3.3.4 to 3.8

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #878: build(deps): bump liberty-maven-plugin from 3.3.4 to 3.8
URL: https://github.com/apache/shiro/pull/878


-- 
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: commits-unsubscribe@shiro.apache.org

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