Skip to content

Bump com.github.javaparser:javaparser-core from 3.28.0 to 3.28.2#206

Merged
IsaacG merged 1 commit into
mainfrom
dependabot/gradle/com.github.javaparser-javaparser-core-3.28.2
Jun 1, 2026
Merged

Bump com.github.javaparser:javaparser-core from 3.28.0 to 3.28.2#206
IsaacG merged 1 commit into
mainfrom
dependabot/gradle/com.github.javaparser-javaparser-core-3.28.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps com.github.javaparser:javaparser-core from 3.28.0 to 3.28.2.

Release notes

Sourced from com.github.javaparser:javaparser-core's releases.

javaparser-parent-3.28.2

Added

  • fix: implement phase-2 poly-expression inference for method/construct or references (JLS §15.12.2.7) (PR #5031 by @​jlerbsc)
  • Enforce JLS §14.11.1 language-level rules for multi-pattern case labels (PR #5010 by @​jlerbsc)

Changed

Fixed

  • fix: resolve constructor references via context rather than constructed type (PR #5030 by @​jlerbsc)
  • fix: handle wildcard actualType in matchTypeParameters (issue #3751) (PR #5029 by @​jlerbsc)
  • Fix: UnsupportedOperationException when resolving method calls inside lambdas in Comparator.comparing (#2716) (PR #5026 by @​jlerbsc)
  • fix: resolve constructor parameter type for lambda in ObjectCreationExpr (PR #5024 by @​jlerbsc)
  • fix(FunctionalInterfaceLogic): return empty() for non-reference types (#3625) (PR #5022 by @​jlerbsc)
  • Fix lambda type inference for fully-qualified static method calls (#3476 (PR #5019 by @​jlerbsc)
  • fix(grammar): allow text block ending in escaped backslash before closing """ (PR #5017 by @​ethan-godden)
  • Fix parsing of multiple patterns in switch case labels (issue #4996) (PR #5009 by @​jlerbsc)

Uncategorised

  • fix: resolve NameExpr to field when local variable with same name is declared later (PR #5025 by @​jlerbsc)

❤️ Contributors

Thank You to all contributors who worked on this release!

javaparser-parent-3.28.1

Added

Changed

  • refactor(lexicalpreservation): introduce TextElementSequence API and migrate core classes (PR #4955 by @​jlerbsc)
  • refactor: Extract and centralize indentation logic in lexical preservation (PR #4952 by @​jlerbsc)

Fixed

... (truncated)

Changelog

Sourced from com.github.javaparser:javaparser-core's changelog.

Version 3.28.2

issues resolved

Added

  • fix: implement phase-2 poly-expression inference for method/construct or references (JLS §15.12.2.7) (PR #5031 by @​jlerbsc)
  • Enforce JLS §14.11.1 language-level rules for multi-pattern case labels (PR #5010 by @​jlerbsc)

Changed

Fixed

  • fix: resolve constructor references via context rather than constructed type (PR #5030 by @​jlerbsc)
  • fix: handle wildcard actualType in matchTypeParameters (issue #3751) (PR #5029 by @​jlerbsc)
  • Fix: UnsupportedOperationException when resolving method calls inside lambdas in Comparator.comparing (#2716) (PR #5026 by @​jlerbsc)
  • fix: resolve constructor parameter type for lambda in ObjectCreationExpr (PR #5024 by @​jlerbsc)
  • fix(FunctionalInterfaceLogic): return empty() for non-reference types (#3625) (PR #5022 by @​jlerbsc)
  • Fix lambda type inference for fully-qualified static method calls (#3476 (PR #5019 by @​jlerbsc)
  • fix(grammar): allow text block ending in escaped backslash before closing """ (PR #5017 by @​ethan-godden)
  • Fix parsing of multiple patterns in switch case labels (issue #4996) (PR #5009 by @​jlerbsc)

Uncategorised

  • fix: resolve NameExpr to field when local variable with same name is declared later (PR #5025 by @​jlerbsc)

❤️ Contributors

Thank You to all contributors who worked on this release!

Version 3.28.1

issues resolved

Added

Changed

  • refactor(lexicalpreservation): introduce TextElementSequence API and migrate core classes (PR #4955 by @​jlerbsc)
  • refactor: Extract and centralize indentation logic in lexical preservation (PR #4952 by @​jlerbsc)

... (truncated)

Commits
  • e728898 [maven-release-plugin] prepare release javaparser-parent-3.28.2
  • ce4f0ce update readme
  • e520d9b Update changelog
  • 844c440 fix: implement phase-2 poly-expression inference for method/construct or refe...
  • 5581e57 fix: implement phase-2 poly-expression inference for method/constructor refer...
  • fc1f17c fix: resolve constructor references via context rather than constructed type
  • a445b1b fix: resolve constructor references to their functional interface type in ret...
  • 22469cc fix: resolve constructor references via context rather than constructed type
  • ed82314 fix: handle wildcard actualType in matchTypeParameters (issue #3751)
  • 5874940 fix: handle wildcard actualType in matchTypeParameters (issue #3751)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser) from 3.28.0 to 3.28.2.
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](javaparser/javaparser@javaparser-parent-3.28.0...javaparser-parent-3.28.2)

---
updated-dependencies:
- dependency-name: com.github.javaparser:javaparser-core
  dependency-version: 3.28.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the x:size/small Small amount of work label Jun 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 1, 2026 03:18
@dependabot dependabot Bot added the x:size/small Small amount of work label Jun 1, 2026
@IsaacG IsaacG merged commit a70e9ee into main Jun 1, 2026
2 checks passed
@IsaacG IsaacG deleted the dependabot/gradle/com.github.javaparser-javaparser-core-3.28.2 branch June 1, 2026 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:size/small Small amount of work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants