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

[GitHub] [commons-fileupload] dependabot[bot] opened a new pull request, #206: Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.RC3

dependabot[bot] opened a new pull request, #206:
URL: https://github.com/apache/commons-fileupload/pull/206

   Bumps [moditect-maven-plugin](https://github.com/moditect/moditect) from 1.0.0.RC2 to 1.0.0.RC3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/moditect/moditect/releases">moditect-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>1.0.0.RC3</h2>
   <h2>Changelog</h2>
   <h2>🧰 Tasks</h2>
   <ul>
   <li>0bb9d54 Releasing version</li>
   </ul>
   <h2>✅ Issues</h2>
   <ul>
   <li>5becd9e <a href="https://redirect.github.com/moditect/moditect/issues/179">#179</a> Check if a JAR is already modular before enhancing it</li>
   <li>b751691 <a href="https://redirect.github.com/moditect/moditect/issues/169">#169</a> Document changes applied by <a href="https://redirect.github.com/moditect/moditect/issues/170">#170</a> (<a href="https://redirect.github.com/moditect/moditect/issues/181">#181</a>)</li>
   <li>8e41afb <a href="https://redirect.github.com/moditect/moditect/issues/169">#169</a> Add support for dependency exclusion</li>
   <li>ef49a1c  <a href="https://redirect.github.com/moditect/moditect/issues/151">#151</a>: Use project.build.fileName to resolve default JAR (<a href="https://redirect.github.com/moditect/moditect/issues/180">#180</a>)</li>
   <li>301c008 <a href="https://redirect.github.com/moditect/moditect/issues/154">#154</a> Update version to snapshot upon release</li>
   <li>c323ed2 <a href="https://redirect.github.com/moditect/moditect/issues/162">#162</a> Avoid fragile Java version parsing when looking for module-info.java</li>
   </ul>
   <h2>⚙️  Dependencies</h2>
   <ul>
   <li>cd79429 Bump slfj4 to 1.7.36</li>
   <li>655fafb Bump jcommaned to 1.82</li>
   <li>ae12d65 Bump plexus to 3.5.0</li>
   <li>8b4fdb5 Bump maven-plugin-annotations to 3.8.1</li>
   <li>1fcb3a1 Bump several plugins defined by moditect-parent</li>
   <li>991bcdb Bump build-helper-maven-plugin to 3.3.0</li>
   <li>d9fb881 Bump maven-shade-plugin to 3.4.1</li>
   <li>aa12d20 Bump maven-plugin-plugin to 3.8.1</li>
   <li>7820684 Bump maven wrapper to 3.1.1 and maven to 3.8.7</li>
   <li>badfad2 Bump compile-testing to 0.21.0</li>
   <li>26392b9 Bump assertj to 3.24.2</li>
   <li>c00bf1e Bump java-parser to 3.25.1</li>
   <li>d2cc464 Bump hibernate-validator in /integrationtest/hibernate-validator</li>
   </ul>
   <hr />
   <ul>
   <li>29c42b1 Version bumps must be done with -pl :moditect-parent</li>
   <li>1d4e827 Default branch was renamed to main</li>
   <li>6f410d2 Update missing license header</li>
   <li>4ea641b Update license headers</li>
   <li>f134f1e Update GitHub workflow configuration</li>
   <li>c0551ed Upgrade release configuration</li>
   <li>56fdfc2 Update README.md</li>
   <li>24a2204 Typos</li>
   <li>25a78f8 Fix code formatting</li>
   <li>484650e Add LogWriter to print JDeps output to log</li>
   <li>5c72d40 Avoid error in logs when passing &quot;--multi-release base&quot; to jdeps</li>
   </ul>
   <h2>Contributors</h2>
   <p>We'd like to thank the following people for their contributions:</p>
   <ul>
   <li>Aleks Seovic</li>
   <li>Andres Almiray</li>
   <li>Gunnar Morling</li>
   <li>Yoann Rodière</li>
   <li>coliss86</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/moditect/moditect/commit/0bb9d54efa8def758e04ee8a6153079204eaf2dc"><code>0bb9d54</code></a> Releasing version</li>
   <li><a href="https://github.com/moditect/moditect/commit/29c42b14aecd2ef0e00194c9d42267501b54b6bc"><code>29c42b1</code></a> Version bumps must be done with -pl :moditect-parent</li>
   <li><a href="https://github.com/moditect/moditect/commit/5becd9eb7c26d5d8f7011c24e0f91c330c06e591"><code>5becd9e</code></a> <a href="https://redirect.github.com/moditect/moditect/issues/179">#179</a> Check if a JAR is already modular before enhancing it</li>
   <li><a href="https://github.com/moditect/moditect/commit/b75169187d7f35dbde2a85d6a196f88d92a2e1a3"><code>b751691</code></a> <a href="https://redirect.github.com/moditect/moditect/issues/169">#169</a> Document changes applied by <a href="https://redirect.github.com/moditect/moditect/issues/170">#170</a> (<a href="https://redirect.github.com/moditect/moditect/issues/181">#181</a>)</li>
   <li><a href="https://github.com/moditect/moditect/commit/8e41afb2e90bca3af8bc196dfc6f64e7cf01e024"><code>8e41afb</code></a> <a href="https://redirect.github.com/moditect/moditect/issues/169">#169</a> Add support for dependency exclusion</li>
   <li><a href="https://github.com/moditect/moditect/commit/ef49a1c47d1c37f831f7f232768ca7921672ef8e"><code>ef49a1c</code></a> <a href="https://redirect.github.com/moditect/moditect/issues/151">#151</a>: Use project.build.fileName to resolve default JAR (<a href="https://redirect.github.com/moditect/moditect/issues/180">#180</a>)</li>
   <li><a href="https://github.com/moditect/moditect/commit/1d4e8277a55775cb891daa58831de77eed4e8b5c"><code>1d4e827</code></a> Default branch was renamed to main</li>
   <li><a href="https://github.com/moditect/moditect/commit/6f410d27be9821732a93f414ee44b5272ec379bd"><code>6f410d2</code></a> Update missing license header</li>
   <li><a href="https://github.com/moditect/moditect/commit/301c008c8fc0bec4663e5f985ff4d8b953a7ca04"><code>301c008</code></a> <a href="https://redirect.github.com/moditect/moditect/issues/154">#154</a> Update version to snapshot upon release</li>
   <li><a href="https://github.com/moditect/moditect/commit/cd794295da50ae51a18f91fdedb8dd262788f038"><code>cd79429</code></a> Bump slfj4 to 1.7.36</li>
   <li>Additional commits viewable in <a href="https://github.com/moditect/moditect/compare/1.0.0.CR2...1.0.0.RC3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.moditect:moditect-maven-plugin&package-manager=maven&previous-version=1.0.0.RC2&new-version=1.0.0.RC3)](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: notifications-unsubscribe@commons.apache.org

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


[GitHub] [commons-fileupload] dependabot[bot] closed pull request #206: Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.RC3

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #206: Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.RC3
URL: https://github.com/apache/commons-fileupload/pull/206


-- 
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: notifications-unsubscribe@commons.apache.org

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


[GitHub] [commons-fileupload] dependabot[bot] commented on pull request #206: Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.RC3

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

   Superseded by #218.


-- 
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: notifications-unsubscribe@commons.apache.org

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


[GitHub] [commons-fileupload] codecov-commenter commented on pull request #206: Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.RC3

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #206:
URL: https://github.com/apache/commons-fileupload/pull/206#issuecomment-1464257842

   ## [Codecov](https://codecov.io/gh/apache/commons-fileupload/pull/206?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#206](https://codecov.io/gh/apache/commons-fileupload/pull/206?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (3f2177f) into [master](https://codecov.io/gh/apache/commons-fileupload/commit/1d275eabedc75c03a12220c43aa520752f62cf44?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1d275ea) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff            @@
   ##             master     #206   +/-   ##
   =========================================
     Coverage     71.74%   71.74%           
     Complexity      290      290           
   =========================================
     Files            34       34           
     Lines          1214     1214           
     Branches        174      174           
   =========================================
     Hits            871      871           
     Misses          271      271           
     Partials         72       72           
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: notifications-unsubscribe@commons.apache.org

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