deephaven-core
deephaven-core copied to clipboard
chore(gradle): bump com.github.javaparser:javaparser-core from 3.23.0 to 3.26.1
Bumps com.github.javaparser:javaparser-core from 3.23.0 to 3.26.1.
Release notes
Sourced from com.github.javaparser:javaparser-core's releases.
javaparser-parent-3.26.1
Added
- Fix record declarations nested in annotation declarations (PR #4460 by
@johannescoetzee)Changed
- Format code with spotless (PR #4465 by
@johannescoetzee)- Simplifying the search for types in compilation unit (PR #4459 by
@jlerbsc)- Add spotless plugin configuration (PR #4409 by
@johannescoetzee)Fixed
- Disable spotless ratcheting and fix formatting (PR #4478 by
@johannescoetzee)- Fix: issue 4450 Endless recursion (-> StackOverflow) with cyclic static references (PR #4477 by
@jlerbsc)- Fix: issue 4399 MethodCallExpr inside lambda in assignment expression cannot be resolved (PR #4462 by
@jlerbsc)- Fix crash on SwitchExpr entries if tokens are not stored (PR #4461 by
@johannescoetzee)- Fix lookahead for pattern expression in switch entries [Issue 4455] (PR #4458 by
@johannescoetzee)Developer Changes
- Automatically format code after codegen and validate with a github action (PR #4468 by
@johannescoetzee)- Add git-blame-ignore-revs file to ignore the reformatting commit in git blame (PR #4466 by
@johannescoetzee)Uncategorised
- Add link to the guide to adding nodes in CONTRIBUTING.md (PR #4453 by
@johannescoetzee):heart: Contributors
Thank You to all contributors who worked on this release!
javaparser-parent-3.26.0
Added
- [JEP 440] Add support for record patterns (PR #4432 by
@johannescoetzee)- PatternExpr -> TypePatternExpr refactor in preparation for record pattern implementation (PR #4387 by
@johannescoetzee)- [JEP441] Add support for switch pattern matching (PR #4375 by
@johannescoetzee)- Add support for
case null, defaultin switch and fix concrete syntax model for new switch syntax (PR #4364 by@johannescoetzee)Changed
- Fixes SYSTEM_EOL warnings (PR #4412 by
@matthieu-vergne)- Refact: Adds a find node by range method in Node class (PR #4377 by
@jlerbsc)Fixed
... (truncated)
Changelog
Sourced from com.github.javaparser:javaparser-core's changelog.
Version 3.26.1
Added
- Fix record declarations nested in annotation declarations (PR #4460 by
@johannescoetzee)Changed
- Format code with spotless (PR #4465 by
@johannescoetzee)- Simplifying the search for types in compilation unit (PR #4459 by
@jlerbsc)- Add spotless plugin configuration (PR #4409 by
@johannescoetzee)Fixed
- Disable spotless ratcheting and fix formatting (PR #4478 by
@johannescoetzee)- Fix: issue 4450 Endless recursion (-> StackOverflow) with cyclic static references (PR #4477 by
@jlerbsc)- Fix: issue 4399 MethodCallExpr inside lambda in assignment expression cannot be resolved (PR #4462 by
@jlerbsc)- Fix crash on SwitchExpr entries if tokens are not stored (PR #4461 by
@johannescoetzee)- Fix lookahead for pattern expression in switch entries [Issue 4455] (PR #4458 by
@johannescoetzee)Developer Changes
- Automatically format code after codegen and validate with a github action (PR #4468 by
@johannescoetzee)- Add git-blame-ignore-revs file to ignore the reformatting commit in git blame (PR #4466 by
@johannescoetzee)Uncategorised
- Add link to the guide to adding nodes in CONTRIBUTING.md (PR #4453 by
@johannescoetzee):heart: Contributors
Thank You to all contributors who worked on this release!
Version 3.26.0
Added
- [JEP 440] Add support for record patterns (PR #4432 by
@johannescoetzee)- PatternExpr -> TypePatternExpr refactor in preparation for record pattern implementation (PR #4387 by
@johannescoetzee)- [JEP441] Add support for switch pattern matching (PR #4375 by
@johannescoetzee)- Add support for
case null, defaultin switch and fix concrete syntax model for new switch syntax (PR #4364 by@johannescoetzee)
... (truncated)
Commits
b14c61e[maven-release-plugin] prepare release javaparser-parent-3.26.1ba7c8ddUpdate changelogd7737f3Merge pull request #4478 from johannescoetzee/spotless-disable-ratcheting7d85480Add formatting instruction to CONTRIBUTING.md0deb5daDisable spotless ratcheting and fix formatting19cf5efMerge pull request #4477 from jlerbsc/master557198bFix: issue 4450 Endless recursion (-> StackOverflow) with cyclic static refer...24d439fchore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to...cf16463chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v...f3ef7e0chore(deps): update dependency maven to v3.9.8- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.