You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2022/03/28 03:36:54 UTC

[GitHub] [fineract] dependabot[bot] opened a new pull request #2198: chore(deps): bump classgraph from 4.8.141 to 4.8.143

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


   Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.141 to 4.8.143.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/classgraph/classgraph/releases">classgraph's releases</a>.</em></p>
   <blockquote>
   <h2>classgraph-4.8.143</h2>
   <p>Fix exception <code>typeSignatureParamTypes.size() &gt; typeDescriptorParamTypes.size()</code> when dealing with broken compiler output (where the type descriptor of a method has a different number of entries in it than the type signature for the same method) (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/660">#660</a>, thanks to <a href="https://github.com/colin-young"><code>@​colin-young</code></a> for reporting).</p>
   <h2>classgraph-4.8.142</h2>
   <p>Bugs fixed:</p>
   <ul>
   <li>Added method <code>ClassInfo#getTypeSignatureOrTypeDescriptor()</code> so that type annotations can be read for non-generic class definitions (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/662">#662</a>, thanks to <a href="https://github.com/raner"><code>@​raner</code></a> for the request).</li>
   <li>Fixed <code>Illegal reflective access</code> warning on some obsolete and buggy JVM versions (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/663">#663</a>, thanks to <a href="https://github.com/MR6996"><code>@​MR6996</code></a> for the report).</li>
   </ul>
   <p>Two behavioral changes, which may result in breakage for some users:</p>
   <ul>
   <li>The list of interfaces implemented by a class, as returned by <code>ClassInfo#getInterfaces()</code>, is no longer sorted by name, but is returned in the order in which the interfaces were specified in the class definition (this order is significant, so the old behavior of sorting by name was incorrect).</li>
   <li>The result of <code>toString()</code> for several of the <code>TypeSignature</code> subclasses has changed to use <code>$</code> as a separator of inner classes, rather than <code>.</code>, to bring the <code>toString()</code> behavior closer to the result of <code>Class#getName()</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/classgraph/classgraph/commit/d32cfdf9c8ae41e1effcb0a39870d501dfc2dd7d"><code>d32cfdf</code></a> [maven-release-plugin] prepare release classgraph-4.8.143</li>
   <li><a href="https://github.com/classgraph/classgraph/commit/d43357de6ce2c4ca6af3e75c761c1d4b10841c0d"><code>d43357d</code></a> Make method parameter information alignment more robust (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/660">#660</a>)</li>
   <li><a href="https://github.com/classgraph/classgraph/commit/3abd91198524a6660367d22b03f0cfed4db19dbb"><code>3abd911</code></a> toString() fix</li>
   <li><a href="https://github.com/classgraph/classgraph/commit/c7af04ff69a067e9ad4091c2ee68f5d18d7a3b64"><code>c7af04f</code></a> Try fixing GitHub Actions compilation issues</li>
   <li><a href="https://github.com/classgraph/classgraph/commit/b0e57876c48444a760df62631638b9864e1c95c8"><code>b0e5787</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/classgraph/classgraph/commit/a7302aef26c94fc0b592245140520c1deb3ca28d"><code>a7302ae</code></a> Fix compilation error</li>
   <li><a href="https://github.com/classgraph/classgraph/commit/0ff806e708fc4771ba64dca5fa8cfb5e14797999"><code>0ff806e</code></a> Fix compilation error</li>
   <li><a href="https://github.com/classgraph/classgraph/commit/98c8aa335efb5bafd2367cd1461afffe1632d437"><code>98c8aa3</code></a> Don't sort interfaces alphabetically; add class type descriptor (<a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/662">#662</a>)</li>
   <li><a href="https://github.com/classgraph/classgraph/commit/01ed6f2c351ff209f86d6c9a33f0aaf745bd21f7"><code>01ed6f2</code></a> Consistently use <code>$</code> rather than <code>.</code> for inner classes</li>
   <li><a href="https://github.com/classgraph/classgraph/commit/29230bd826850e7dfe1c3c1809b98e24efe3ebae"><code>29230bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/classgraph/classgraph/issues/665">#665</a> from classgraph/dependabot/maven/org.slf4j-slf4j-api-...</li>
   <li>Additional commits viewable in <a href="https://github.com/classgraph/classgraph/compare/classgraph-4.8.141...classgraph-4.8.143">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.classgraph:classgraph&package-manager=gradle&previous-version=4.8.141&new-version=4.8.143)](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@fineract.apache.org

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



[GitHub] [fineract] dependabot[bot] closed pull request #2198: chore(deps): bump classgraph from 4.8.141 to 4.8.143

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #2198:
URL: https://github.com/apache/fineract/pull/2198


   


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

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



[GitHub] [fineract] sonarcloud[bot] commented on pull request #2198: chore(deps): bump classgraph from 4.8.141 to 4.8.143

Posted by GitBox <gi...@apache.org>.
sonarcloud[bot] commented on pull request #2198:
URL: https://github.com/apache/fineract/pull/2198#issuecomment-1080151046


   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; ![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2198&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2198&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2198&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2198&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2198&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2198&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2198&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2198&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_fineract&pullRequest=2198&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2198&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2198&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_fineract&pullRequest=2198&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2198&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_fineract&pullRequest=2198&metric=duplicated_lines_density&view=list) No Duplication information
   
   


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

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



[GitHub] [fineract] dependabot[bot] commented on pull request #2198: chore(deps): bump classgraph from 4.8.141 to 4.8.143

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #2198:
URL: https://github.com/apache/fineract/pull/2198#issuecomment-1080720171


   Looks like io.github.classgraph:classgraph is up-to-date now, so this is no longer needed.


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

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