Skip to content

Bump com.github.javaparser:javaparser-core from 3.28.1 to 3.28.2#23

Merged
dmlloyd merged 1 commit into
mainfrom
dependabot/maven/com.github.javaparser-javaparser-core-3.28.2
Jun 3, 2026
Merged

Bump com.github.javaparser:javaparser-core from 3.28.1 to 3.28.2#23
dmlloyd merged 1 commit into
mainfrom
dependabot/maven/com.github.javaparser-javaparser-core-3.28.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps com.github.javaparser:javaparser-core from 3.28.1 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!

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!

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.1 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.1...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 dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 2, 2026
@dmlloyd dmlloyd merged commit 054278a into main Jun 3, 2026
4 checks passed
@dmlloyd dmlloyd deleted the dependabot/maven/com.github.javaparser-javaparser-core-3.28.2 branch June 3, 2026 12:16
@github-actions github-actions Bot added this to the 1.0.beta2 milestone Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant