You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2021/08/27 03:12:13 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request #736: Bump javaparser-core from 3.22.1 to 3.23.0

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


   Bumps [javaparser-core](https://github.com/javaparser/javaparser) from 3.22.1 to 3.23.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/javaparser/javaparser/blob/master/changelog.md">javaparser-core's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 3.23.0</h2>
   <p><a href="https://github.com/javaparser/javaparser/milestone/185?closed=1">issues resolved</a></p>
   <h3>Added</h3>
   <ul>
   <li>Improving <code>toString</code> on CSM classes (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3315">#3315</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Add test case for issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/2210">#2210</a> Resolution of Method References (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3310">#3310</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Implemented method reference resolution on expressions (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3307">#3307</a> by <a href="https://github.com/maartenc"><code>@​maartenc</code></a>)</li>
   <li>Define if a field is volatile through the ResolvedFieldDeclaration interface - from issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3240">#3240</a> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3276">#3276</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Implemented logic for internalTypes in <code>JavaParserAnnotationDeclaration</code> and <code>JavassistAnnotationDeclaration</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3215">#3215</a> by <a href="https://github.com/4everTheOne"><code>@​4everTheOne</code></a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Check if ancestor also for super class (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3324">#3324</a> by <a href="https://github.com/ReallyLiri"><code>@​ReallyLiri</code></a>)</li>
   <li>Remove useless  instanceof usage in Type (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3311">#3311</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Fix Java 11+ AST postprocessing (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3302">#3302</a> by <a href="https://github.com/matozoid"><code>@​matozoid</code></a>)</li>
   <li>Move duplicate code to JavaParserTypeAdapter (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3267">#3267</a> by <a href="https://github.com/maartenc"><code>@​maartenc</code></a>)</li>
   <li>Improved performance when resolving types for big source files (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3265">#3265</a> by <a href="https://github.com/maartenc"><code>@​maartenc</code></a>)</li>
   <li>Optimizations for Node class (CPU time and Memory usage) (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3233">#3233</a> by <a href="https://github.com/4everTheOne"><code>@​4everTheOne</code></a>)</li>
   <li>Fix Javadoc comment * escaping problem. (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3221">#3221</a> by <a href="https://github.com/matozoid"><code>@​matozoid</code></a>)</li>
   <li>Remove broken link (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2912">#2912</a> by <a href="https://github.com/mernst"><code>@​mernst</code></a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Preserving field order when getting the fields declared from a ReferenceType (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3342">#3342</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Fix String Index out of range in TextBlockLiteralExpr (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3337">#3337</a> by <a href="https://github.com/134ARG"><code>@​134ARG</code></a>)</li>
   <li>Fixed prettyprinting new switch-statements (and switch-expressions). (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3335">#3335</a> by <a href="https://github.com/kozsik"><code>@​kozsik</code></a>)</li>
   <li>Fix pretty printing of generic records (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3334">#3334</a> by <a href="https://github.com/twistedsquare"><code>@​twistedsquare</code></a>)</li>
   <li>Fix issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3317">#3317</a> Comment in the middle of a multi-line single statement (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3318">#3318</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Fix issue 3296 LexicalPreservation bug for array brackets (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3316">#3316</a> by <a href="https://github.com/jlerbsc"><code>@​jlerbsc</code></a>)</li>
   <li>Fixes Issue <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3308">#3308</a> -- stackoverflow when resolving the <code>FieldAccessExpr</code> of an <code>ArrayAccessExpr</code> (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3312">#3312</a> by <a href="https://github.com/MysterAitch"><code>@​MysterAitch</code></a>)</li>
   <li>Fix StackOverflow when resolving ClassOrInterfaceType of nested ObjectCreationExpr (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3279">#3279</a> by <a href="https://github.com/maartenc"><code>@​maartenc</code></a>)</li>
   <li>ResolvedMethods from javassist never had exceptions (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3264">#3264</a> by <a href="https://github.com/maartenc"><code>@​maartenc</code></a>)</li>
   <li>Issue 3064 conditional nested lambda (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3238">#3238</a> by <a href="https://github.com/si-e"><code>@​si-e</code></a>)</li>
   <li>Further optimization in resolving in StatementContext (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3185">#3185</a> by <a href="https://github.com/Col-E"><code>@​Col-E</code></a>)</li>
   <li>Improve type resolution for duplicate names (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3012">#3012</a> by <a href="https://github.com/thejk"><code>@​thejk</code></a>)</li>
   </ul>
   <h3>Developer Changes</h3>
   <ul>
   <li>chore(deps): update dependency org.mockito:mockito-core to v3.12.4 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3350">#3350</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.mockito:mockito-core to v3.12.3 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3349">#3349</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update codecov/codecov-action action to v2.0.3 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3348">#3348</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.mockito:mockito-core to v3.12.2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3347">#3347</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.mockito:mockito-core to v3.12.1 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3345">#3345</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.mockito:mockito-core to v3.12.0 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3344">#3344</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v1.11.3 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3339">#3339</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>Bump codecov/codecov-action from 1.5.2 to 2.0.2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3326">#3326</a> by <a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.mockito:mockito-core to v3.11.2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3305">#3305</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   <li>chore(deps): update dependency org.assertj:assertj-core to v3.20.2 (PR <a href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3297">#3297</a> by <a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/javaparser/javaparser/commit/67d7edf70b7cb03a2c717b74b5ed23c640de22f3"><code>67d7edf</code></a> [maven-release-plugin] prepare release javaparser-parent-3.23.0</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/52574cecf361f683a36f4b4f4dd339b07c4f3dd9"><code>52574ce</code></a> [maven-release-plugin] update readme</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/cb36344c296e85e6cb23e11d1b7ae24b2b511f89"><code>cb36344</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3353">#3353</a> from javaparser/update-changelog</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/da8c8dc103e0b2fbaa51821be8c553a7e3d44dfc"><code>da8c8dc</code></a> Update changelog.md</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/b0cfeb1b072bae74a22c7f541a8db7b1d5805157"><code>b0cfeb1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3324">#3324</a> from ReallyLiri/master</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/6c51481b7bae5f27ff22e5e451912e26d99500c0"><code>6c51481</code></a> Merge branch 'master' into master</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/a873dcdd9a242da756d6b8d466365881493a5477"><code>a873dcd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/2912">#2912</a> from mernst/remove-broken-link</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/6561ee1728a165318873dfe124c2f9742bdbb391"><code>6561ee1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3302">#3302</a> from matozoid/fix_postprocessors</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/19763c2ca197fcf2c13836b578fb7516f3f4133f"><code>19763c2</code></a> Merge branch 'master' into fix_postprocessors</li>
   <li><a href="https://github.com/javaparser/javaparser/commit/c9e0057c7c950bf9c0be4507986ac18c31db05ea"><code>c9e0057</code></a> chore(deps): update dependency org.mockito:mockito-core to v3.12.4</li>
   <li>Additional commits viewable in <a href="https://github.com/javaparser/javaparser/compare/javaparser-parent-3.22.1...javaparser-parent-3.23.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.javaparser:javaparser-core&package-manager=maven&previous-version=3.22.1&new-version=3.23.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 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: dev-unsubscribe@isis.apache.org

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



[GitHub] [isis] andi-huber merged pull request #736: Bump javaparser-core from 3.22.1 to 3.23.0

Posted by GitBox <gi...@apache.org>.
andi-huber merged pull request #736:
URL: https://github.com/apache/isis/pull/736


   


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

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