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


   Bumps [javaparser-core](https://github.com/javaparser/javaparser) from 
3.18.0 to 3.19.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>Next Release (Version 3.19.0)</h2>
   <p><a 
href="https://github.com/javaparser/javaparser/milestone/180?closed=1";>issues 
resolved</a></p>
   <h3>Added</h3>
   <ul>
   <li>Adding test case on PrettyPrinter indentation
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2950";>#2950</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Adding interface Printable for printer
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2971";>#2971</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Major update for pretty print, adding interfaces for printer 
configuration, printer, ... and deprecated old PrettyPrinter API
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2974";>#2974</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Adding method descriptor resolution closes <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/2059";>#2059</a>
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2976";>#2976</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Adding management of the poly and standalone expression
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2994";>#2994</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/1770";>#1770</a>
 UnaryExpr failing to resolve BITWISE_COMPLEMENT operator<br />
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3005";>#3005</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Created additional validators to differentiate between enabling standard 
and preview features<br />
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3015";>#3015</a>,
 by <a href="https://github.com/MysterAitch";><code>@MysterAitch</code></a>)</li>
   <li>Added additional tests to TypeSolvers<br />
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3046";>#3046</a>,
 by <a href="https://github.com/4everTheOne";><code>@4everTheOne</code></a>)</li>
   <li>Improved JavaParserTypeVariableDeclaration tests<br />
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3059";>#3059</a>,
 by <a href="https://github.com/4everTheOne";><code>@4everTheOne</code></a>)</li>
   <li>Improved coverage for resolved declarations and fixed inconsistencies 
between them<br />
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3062";>#3062</a>,
 by <a href="https://github.com/4everTheOne";><code>@4everTheOne</code></a>)</li>
   <li>Additional GenericVisitorWithDefaults and VoidVisitorWithDefaults 
tests<br />
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3067";>#3067</a>,
 by <a href="https://github.com/4everTheOne";><code>@4everTheOne</code></a>)</li>
   <li>Additional tests for hash code visitors<br />
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3068";>#3068</a>,
 by <a href="https://github.com/4everTheOne";><code>@4everTheOne</code></a>)</li>
   <li>Add unit tests to issue <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3074";>#3074</a>
 Unable to delete .jar files after parsing and using symbol solver (re: <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3074";>#3074</a>)<br
 />
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3076";>#3076</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Minor refactoring regarding indentation management
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2969";>#2969</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Minor refactoring regarding indentation management (part2)
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2970";>#2970</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Minor refactoring moving Indentation class to configuration package - 
preparation for other refactoring on Printer
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2972";>#2972</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Bump guava from 30.0-jre to 30.1-jre
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2977";>#2977</a>,
 by <a href="https://github.com/dependabot";><code>@dependabot</code></a>)</li>
   <li>Refactoring: relocation of boxing/unboxing methods
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2983";>#2983</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Improve boxing/unboxing unit tests and remove useless code in isUnbox...
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2984";>#2984</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Bump jbehave-core from 4.7 to 4.8.1
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2989";>#2989</a>,
 by <a href="https://github.com/dependabot";><code>@dependabot</code></a>)</li>
   <li>Add JVM memory settings for surefire (seems that forked mode is the 
default running mode)
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/2999";>#2999</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</code></a>)</li>
   <li>Move unit test Issue2592Test because it's not related to symbol solver
   (PR <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/pull/3000";>#3000</a>,
 by <a href="https://github.com/jlerbsc";><code>@jlerbsc</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/ffd1644ec5b1fc81be4a1a63a4f129570f133c36";><code>ffd1644</code></a>
 [maven-release-plugin] prepare release javaparser-parent-3.19.0</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/f126c3137b6306487b969a18b08320bb925c7cec";><code>f126c31</code></a>
 [maven-release-plugin] update readme</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/46462b285f1faff3297f971a720cb2e5c5a332ed";><code>46462b2</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3085";>#3085</a>
 from MysterAitch/changelog_update</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/183a0b2e452e19836011331bfbbdcad681f780a7";><code>183a0b2</code></a>
 update changelog for <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3015";>#3015</a>,
 <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/2977";>#2977</a>,
 <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/2989";>#2989</a>,
 <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3011";>#3011</a>,
 <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3013";>#3013</a>,
 <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3019";>#3019</a>,
 <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3046";>#3046</a>,
 <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3059";>#3059</a>,
 ...</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/9ee8894c9ea9b1d4c1f244467db802e2f69948d4";><code>9ee8894</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3084";>#3084</a>
 from jlerbsc/master</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/9f8bfa7da4f0e7c598364e67bc6b39379c12fb67";><code>9f8bfa7</code></a>
 Fix issue <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3083";>#3083</a>
 Choosing the Most Specific Method</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/8ad6d612f62d49d4af8d46d19decc687e2a9a6e5";><code>8ad6d61</code></a>
 Add test case for issue <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3083";>#3083</a>
 There is a declared method but, MethodAmbiguity...</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/dd3785d398225fdf41375a8672d18fdd47966112";><code>dd3785d</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3076";>#3076</a>
 from jlerbsc/master</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/9889020a9a8a8beef3115b029246f9d2157a1bf0";><code>9889020</code></a>
 Merge branch 'master' into master</li>
   <li><a 
href="https://github.com/javaparser/javaparser/commit/c3d4e3f7e3923532b527b2bf5a2a72e5c6205cc2";><code>c3d4e3f</code></a>
 Add unit tests to issue <a 
href="https://github-redirect.dependabot.com/javaparser/javaparser/issues/3074";>#3074</a>
 Unable to delete .jar files after parsing and u...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/javaparser/javaparser/compare/javaparser-parent-3.18.0...javaparser-parent-3.19.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.18.0&new-version=3.19.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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to