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

[PR] Bump org.checkerframework:checker-qual from 3.33.0 to 3.39.0 [logging-log4j-audit]

dependabot[bot] opened a new pull request, #75:
URL: https://github.com/apache/logging-log4j-audit/pull/75

   Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.33.0 to 3.39.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker-qual's releases</a>.</em></p>
   <blockquote>
   <h2>Checker Framework 3.39.0</h2>
   <h2>Version 3.39.0 (October 2, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>The Checker Framework runs on a version 21 JVM. It does not yet soundly check all new Java 21 language features, but it does not
   crash when compiling them.</p>
   <p><strong>Implementation details:</strong></p>
   <p>Dataflow supports all the new Java 21 language features.</p>
   <ul>
   <li>A new node,<code>DeconstructorPatternNode</code>, was added, so any implementation of <code>NodeVisitor</code> must be updated.</li>
   <li>Method <code>InstanceOfNode.getBindingVariable()</code> is deprecated; use <code>getPatternNode()</code> or <code>getBindingVariables()</code> instead.</li>
   </ul>
   <p>WPI uses 1-based indexing for formal parameters and arguments.</p>
   <p><strong>Closed issues:</strong></p>
   <p><a href="https://redirect.github.com/typetools/checker-framework/issues/5911">#5911</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5967">#5967</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6155">#6155</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6173">#6173</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6201">#6201</a>.</p>
   <h2>Checker Framework 3.38.0</h2>
   <h2>Version 3.38.0 (September 1, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>Eliminated the <code>@SignedPositiveFromUnsigned</code> annotation, which users were advised against using.</p>
   <p><strong>Implementation details:</strong></p>
   <p>Renamed <code>SourceChecker.processArg()' to </code>processErrorMessageArg()`.</p>
   <p><strong>Closed issues:</strong></p>
   <p><a href="https://redirect.github.com/typetools/checker-framework/issues/2156">#2156</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5672">#5672</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6110">#6110</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6111">#6111</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6116">#6116</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6125">#6125</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6129">#6129</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6136">#6136</a>.</p>
   <h2>Checker Framework 3.37.0</h2>
   <h2>Version 3.37.0 (August 1, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>Removed support for deprecated option <code>-AuseDefaultsForUncheckedCode</code>.</p>
   <p>The Signedness Checker no longer allows (nor needs) <code>@UnknownSignedness</code> to be written on a non-integral type.</p>
   <p><strong>Implementation details:</strong></p>
   <p><code>QualifierHierarchy</code>:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker-qual's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 3.39.0 (October 2, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>The Checker Framework runs on a version 21 JVM.
   It does not yet soundly check all new Java 21 language features, but it does not
   crash when compiling them.</p>
   <p><strong>Implementation details:</strong></p>
   <p>Dataflow supports all the new Java 21 language features.</p>
   <ul>
   <li>A new node,<code>DeconstructorPatternNode</code>, was added, so any implementation of
   <code>NodeVisitor</code> must be updated.</li>
   <li>Method <code>InstanceOfNode.getBindingVariable()</code> is deprecated; use
   <code>getPatternNode()</code> or <code>getBindingVariables()</code> instead.</li>
   </ul>
   <p>WPI uses 1-based indexing for formal parameters and arguments.</p>
   <p><strong>Closed issues:</strong></p>
   <p><a href="https://redirect.github.com/typetools/checker-framework/issues/5911">#5911</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5967">#5967</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6155">#6155</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6173">#6173</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6201">#6201</a>.</p>
   <h2>Version 3.38.0 (September 1, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>Eliminated the <code>@SignedPositiveFromUnsigned</code> annotation, which users were
   advised against using.</p>
   <p><strong>Implementation details:</strong></p>
   <p>Renamed <code>SourceChecker.processArg()' to </code>processErrorMessageArg()`.</p>
   <p><strong>Closed issues:</strong></p>
   <p><a href="https://redirect.github.com/typetools/checker-framework/issues/2156">#2156</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/5672">#5672</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6110">#6110</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6111">#6111</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6116">#6116</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6125">#6125</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6129">#6129</a>, <a href="https://redirect.github.com/typetools/checker-framework/issues/6136">#6136</a>.</p>
   <h2>Version 3.37.0 (August 1, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>Removed support for deprecated option <code>-AuseDefaultsForUncheckedCode</code>.</p>
   <p>The Signedness Checker no longer allows (nor needs) <code>@UnknownSignedness</code>
   to be written on a non-integral type.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/typetools/checker-framework/commit/aff7e0a0a7b856afaa85b578d8dc7a1237a63ad6"><code>aff7e0a</code></a> new release 3.39.0</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/c91dd48e472e23acf524063d487533ae629c921f"><code>c91dd48</code></a> Remove stuparser from release process.</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/f79faef47dd23391bb7f9483567928424d470a11"><code>f79faef</code></a> Prep for release.</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/18b9ec2d90dc4cbcac75c895932ed657ba0b9a1d"><code>18b9ec2</code></a> Implement new Java 21 features in dataflow (<a href="https://redirect.github.com/typetools/checker-framework/issues/6192">#6192</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/db0d3dab4c4bcec5eda2b5239bdb6b86b701829e"><code>db0d3da</code></a> Update dependency com.amazonaws:aws-java-sdk-bom to v1.12.560 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6213">#6213</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/a5963058bc1fd4e4ddf0cf22afece918d0a0dfe6"><code>a596305</code></a> Update dependency commons-io:commons-io to v2.14.0 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6211">#6211</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/bfd6efc5c41ea235ef0958bf04dd8087e85fcf2d"><code>bfd6efc</code></a> Update plugin com.diffplug.spotless to v6.22.0 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6212">#6212</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/411217466dcdd5e7cbbd7b6f07baf2bcf83ca03e"><code>4112174</code></a> Update dependency gradle to v8.4-rc-3 (<a href="https://redirect.github.com/typetools/checker-framework/issues/6206">#6206</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/7767b6b59850f3eb8372bff7f432980e8a0bd8c7"><code>7767b6b</code></a> Update manual with subsection for WPI results (<a href="https://redirect.github.com/typetools/checker-framework/issues/6209">#6209</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/e30dfd5126d1f12d651d3e2ba800f951f5d704c0"><code>e30dfd5</code></a> Avoid nullness errors</li>
   <li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.33.0...checker-framework-3.39.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.checkerframework:checker-qual&package-manager=maven&previous-version=3.33.0&new-version=3.39.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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@logging.apache.org

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


Re: [PR] Bump org.checkerframework:checker-qual from 3.33.0 to 3.39.0 [logging-log4j-audit]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #75:
URL: https://github.com/apache/logging-log4j-audit/pull/75#issuecomment-1786999147

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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@logging.apache.org

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


Re: [PR] Bump org.checkerframework:checker-qual from 3.33.0 to 3.39.0 [logging-log4j-audit]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #75:
URL: https://github.com/apache/logging-log4j-audit/pull/75#issuecomment-1786999064

   Changes are applied by CI in 67bb749b2d6e31714d5b92f6ea637f840b070fa3


-- 
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@logging.apache.org

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


Re: [PR] Bump org.checkerframework:checker-qual from 3.33.0 to 3.39.0 [logging-log4j-audit]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed pull request #75: Bump org.checkerframework:checker-qual from 3.33.0 to 3.39.0
URL: https://github.com/apache/logging-log4j-audit/pull/75


-- 
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@logging.apache.org

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