Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2026

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

Release notes

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

javaparser-parent-3.28.0

Added

Changed

  • Improves issue 4188 resolution (PR #4934 by @​jlerbsc)
  • Add support for Java 23 and Java 24 (PR #4901 by @​rpx99)
  • Improved the code by removing code duplication from the method used to obtain methods declared in a class/interface/enumeration (PR #4883 by @​jlerbsc)

Fixed

  • Fix: issue 4890 Method call resolution fails for variadic reference-type parameters with primitive arguments (PR #4943 by @​jlerbsc)
  • Fix: issue 4941 Type variables are not correctly mapped when inheriting between generic interfaces (PR #4942 by @​jlerbsc)
  • Fix: issue 4188 UnsolvedSymbolException resolving MethocCallExpr using MethodReferenceExpr (PR #4931 by @​jlerbsc)
  • Fix grammar ambiguities causing crashes when using assert and module as names (PR #4929 by @​johannescoetzee)
  • Fix: issue #3916 Method 'valueOf' cannot be resolved in context MyEnum.One.valueOf("") (PR #4916 by @​jlerbsc)
  • Adds the ability to use the word 'assert' prior to Java version 1.4 (PR #4915 by @​jlerbsc)
  • Fix: Simplify code and possibly improve the resolution of extended interfaces when using qualified names (PR #4882 by @​jlerbsc)
  • test: improve SourceRoot coverage and apply spotless formatting #4795 (PR #4881 by @​Joyce-5)
  • Fix #4864: Correct toString() output in ReflectionRecordDeclaration (PR #4879 by @​ChenduanZhang)
  • Include source file path in failed ParseResult when parsing via SourceRoot #4786 (PR #4874 by @​JIN-RUI-LIU)
  • Fixes unchecked warnings when calling Mockito.mock(Class) (PR #4413 by @​matthieu-vergne)

Developer Changes

Uncategorised

  • Add UnaryExpr, BinaryExpr, and some record/enum tests to improve overall test coverage (PR #4930 by @​johannescoetzee)

❤️ Contributors

Thank You to all contributors who worked on this release!

... (truncated)

Changelog

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

Version 3.28.0

issues resolved

Added

Changed

  • Improves issue 4188 resolution (PR #4934 by @​jlerbsc)
  • Add support for Java 23 and Java 24 (PR #4901 by @​rpx99)
  • Improved the code by removing code duplication from the method used to obtain methods declared in a class/interface/enumeration (PR #4883 by @​jlerbsc)

Fixed

  • Fix: issue 4890 Method call resolution fails for variadic reference-type parameters with primitive arguments (PR #4943 by @​jlerbsc)
  • Fix: issue 4941 Type variables are not correctly mapped when inheriting between generic interfaces (PR #4942 by @​jlerbsc)
  • Fix: issue 4188 UnsolvedSymbolException resolving MethocCallExpr using MethodReferenceExpr (PR #4931 by @​jlerbsc)
  • Fix grammar ambiguities causing crashes when using assert and module as names (PR #4929 by @​johannescoetzee)
  • Fix: issue #3916 Method 'valueOf' cannot be resolved in context MyEnum.One.valueOf("") (PR #4916 by @​jlerbsc)
  • Adds the ability to use the word 'assert' prior to Java version 1.4 (PR #4915 by @​jlerbsc)
  • Fix: Simplify code and possibly improve the resolution of extended interfaces when using qualified names (PR #4882 by @​jlerbsc)
  • test: improve SourceRoot coverage and apply spotless formatting #4795 (PR #4881 by @​Joyce-5)
  • Fix #4864: Correct toString() output in ReflectionRecordDeclaration (PR #4879 by @​ChenduanZhang)
  • Include source file path in failed ParseResult when parsing via SourceRoot #4786 (PR #4874 by @​JIN-RUI-LIU)
  • Fixes unchecked warnings when calling Mockito.mock(Class) (PR #4413 by @​matthieu-vergne)

Developer Changes

Uncategorised

  • Add UnaryExpr, BinaryExpr, and some record/enum tests to improve overall test coverage (PR #4930 by @​johannescoetzee)

❤️ Contributors

Thank You to all contributors who worked on this release!

... (truncated)

Commits
  • 0a42555 [maven-release-plugin] prepare release javaparser-parent-3.28.0
  • 3211070 update readme
  • acd6fc1 Update changelog
  • 65b4cbc [JEP 512] Add support for compact source files
  • 4fd7325 Merge branch 'master' into johannes/compact-classes
  • a45797e chore(deps): update dependency org.sonatype.central:central-publishing-maven-...
  • 4527bed fix(deps): update dependency org.checkerframework:checker-qual to v3.53.0 (#4...
  • 7de2cc3 Merge branch 'master' into johannes/compact-classes
  • 1312fd2 fix(deps): update dependency org.junit:junit-bom to v5.14.2 (#4945)
  • b811a9c Remove unnecessary resolution attempts in modules when solving symbols as values
  • 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 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 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.27.1 to 3.28.0.
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](javaparser/javaparser@javaparser-parent-3.27.1...javaparser-parent-3.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 13, 2026
@isidore isidore merged commit fa7a301 into master Jan 13, 2026
30 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.github.javaparser-javaparser-core-3.28.0 branch January 13, 2026 00:40
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.

2 participants