Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

Sourced from com.github.javaparser:javaparser-symbol-solver-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-symbol-solver-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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 13, 2026
@eNeRGy164
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/com.github.javaparser-javaparser-symbol-solver-core-3.28.0 branch from ed8fc01 to 39ea234 Compare February 2, 2026 08:39
Bumps [com.github.javaparser:javaparser-symbol-solver-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-symbol-solver-core
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@eNeRGy164 eNeRGy164 force-pushed the dependabot/maven/com.github.javaparser-javaparser-symbol-solver-core-3.28.0 branch from 39ea234 to 674f381 Compare February 2, 2026 08:43
@eNeRGy164
Copy link
Member

@copilot investigate this issue, I suspect the API has changed

Copy link
Contributor

Copilot AI commented Feb 2, 2026

@eNeRGy164 I've opened a new pull request, #84, to work on those changes. Once the pull request is ready, I'll request review from you.

@eNeRGy164
Copy link
Member

@copilot investigate build error, I suspect the API change should use a different method, which is @OverRide'able

Copy link
Contributor

Copilot AI commented Feb 2, 2026

@eNeRGy164 I've opened a new pull request, #85, to work on those changes. Once the pull request is ready, I'll request review from you.

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eNeRGy164 <10671831+eNeRGy164@users.noreply.github.com>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 21590334408

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.118%

Totals Coverage Status
Change from base Build 21583161982: 0.0%
Covered Lines: 322
Relevant Lines: 337

💛 - Coveralls

@eNeRGy164 eNeRGy164 merged commit 0099d26 into main Feb 2, 2026
5 checks passed
@eNeRGy164 eNeRGy164 deleted the dependabot/maven/com.github.javaparser-javaparser-symbol-solver-core-3.28.0 branch February 2, 2026 12:38
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.

3 participants