grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

Update dependency com.github.javaparser:javaparser-core to v3.24.4

Open renovate[bot] opened this issue 1 year ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.javaparser:javaparser-core 3.15.14 -> 3.24.4 age adoption passing confidence

Release Notes

javaparser/javaparser

v3.24.4

issues resolved

GPG Fingerprint: 253E8E4C6FB28D11748115C1249DEE8E2C07A0A2

API or Behaviour Change
  • Issue #​3405 thread safety of pre/postprocessors (incl. breaking change to Processor with pre/post processor methods). (PR #​3515 by @​matozoid)
Changed
Fixed
Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.24.2

issues resolved

GPG Fingerprint: 253E8E4C6FB28D11748115C1249DEE8E2C07A0A2

Added
Changed
Fixed
Developer Changes
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.24.0

issues resolved

Added
Changed
  • Minor refactoring on LexicalreservingPrinter especially in the class Difference (PR #​3424 by @​jlerbsc)
  • Update the readme with @pedrombmachado 's suggestions (#​3357), and also to switch from mvn to mvnw within some sample instructions (PR #​3420 by @​MysterAitch)
  • Reducing deeply nested logic in MethodResolutionLogic (work in progress) (PR #​3411 by @​jlerbsc)
  • Reducing deeply nested logic in MethodResolutionLogic (PR #​3409 by @​jlerbsc)
  • Improved RemoveMethodGenerator and ReplaceMethodGenerator to only override super when needed. (PR #​3248 by @​4everTheOne)
  • Reduced complexity for methods in JavaParserFacade (PR #​3204 by @​4everTheOne)
Fixed
Developer Changes
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.23.1

issues resolved

Fixed
  • record may be used as variable name in Java 16 (PR #​3362 by @​koppor)
API or Behaviour Change
Added
  • Manage @Inherited annotation to prepare the fix on the issue 1843 (PR #​3383 by @​jlerbsc)
Changed
Fixed
  • Fix issue 3387 LexicalPreservingPrinter adds wrong indentation when adding new comments (PR #​3392 by @​jlerbsc)
  • Fix issue 2360 Symbol Solver is missing promotion of byte, char, and short in unary expressions (PR #​3384 by @​jlerbsc)
  • Fix "record" as non-type identifier in Java 16 (PR #​3362 by @​koppor)
  • Fix issue 3358 LexicalPreservingPrinter error on ArrayType (PR #​3359 by @​jlerbsc)
Developer Changes
Uncategorised
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.23.0

issues resolved

Added
Changed
Fixed
Developer Changes
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.22.1

issues resolved

Added
  • Recover wrong statements no only to ';', but to '}' (not including) as well (PR #​3247 by @​32kda)
Fixed
Developer Changes
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.22.0

issues resolved

API or Behaviour Change
  • Implemented isAssignableBy for VoidType - now return false instead of throwing UnsupportedOperationException (PR #​3197 by @​4everTheOne)
  • fixed ellipsis and doublecolon to be categorised as separators not operators (fixes #​2897) (PR #​2924 by @​MysterAitch)
Added
  • Update parser configuration and validators to include the release of java 16, and java 17 being in development (PR #​3222 by @​MysterAitch)
  • Adding convenient methods to find out if a method is a variable/fixed arity method (PR #​3196 by @​jlerbsc)
  • Fix issue #​3173: Add isAnnotation() and asAnnotation() methods for ResolvedTypeDeclaration (PR #​3187 by @​deadlocklogic)
  • Record support (compilation / parsing only, solving to follow separately) (PR #​3022 by @​MysterAitch)
Changed
Fixed
Developer Changes
:heart: Contributors

Thank You to all contributors who worked on this release!

v3.20.0

issues resolved

Added
Changed
Fixed

v3.19.0

issues resolved

Added
Changed
  • Minor refactoring regarding indentation management (PR #​2969, by @​jlerbsc)
  • Minor refactoring regarding indentation management (part2) (PR #​2970, by @​jlerbsc)
  • Minor refactoring moving Indentation class to configuration package - preparation for other refactoring on Printer (PR #​2972, by @​jlerbsc)
  • Bump guava from 30.0-jre to 30.1-jre (PR #​2977, by @​dependabot)
  • Refactoring: relocation of boxing/unboxing methods (PR #​2983, by @​jlerbsc)
  • Improve boxing/unboxing unit tests and remove useless code in isUnbox... (PR #​2984, by @​jlerbsc)
  • Bump jbehave-core from 4.7 to 4.8.1 (PR #​2989, by @​dependabot)
  • Add JVM memory settings for surefire (seems that forked mode is the default running mode) (PR #​2999, by @​jlerbsc)
  • Move unit test Issue2592Test because it's not related to symbol solver (PR #​3000, by @​jlerbsc)
  • Manage memory on test suite (clear internal cache to release memory) (PR #​3001, by @​jlerbsc)
  • Remove the PhantomNodeLogic that generates memory issues when LexicalPreservingPrinter is used. Phantom node is now an attribut of each node. This is an optimization of the JP memory usage. (PR #​3002, by @​jlerbsc)
  • Make the visit order of ModifierVisitor more consistent. (PR #​3011, by @​mernst)
  • Link to the specification, not to a random blog. (PR #​3013, by @​mernst)
  • Minor refactoring change call to getScope().isPresent() to hasScope() (PR #​3026, by @​jlerbsc)
  • Issue #​3050 - Minor improvement to thread safety (PR #​3052, by @​jlerbsc)
Deprecated
  • PhantomNodeLogic is now deprecated, with the logic now being handled by the node itself. (PR #​3002, by @​jlerbsc)
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Aug 04 '22 00:08 renovate[bot]

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Aug 04 '22 00:08 CLAassistant

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (3.24.4). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

renovate[bot] avatar Sep 09 '22 04:09 renovate[bot]