njit-jerse / specimin

SPECIfication MINimizer. A different kind of slicer for Java.
MIT License
0 stars 5 forks source link

Bump com.github.javaparser:javaparser-symbol-solver-core from 3.25.10 to 3.26.0 #311

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps com.github.javaparser:javaparser-symbol-solver-core from 3.25.10 to 3.26.0.

Release notes

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

javaparser-parent-3.26.0

Added

Changed

Fixed

  • Fix: issue 3277 StackOverflow issue while parse MethodCallExpr/FieldAccessExpr, their ancestor/child node is ObjectCreation expression which contain .new (PR #4447 by @​jlerbsc)
  • Fix expressions in the body of switch expression entries (Issue 4440) (PR #4446 by @​johannescoetzee)
  • Fix: issue 4442 LexicalPreservingPrinter does not support unexpected token (PR #4444 by @​jlerbsc)
  • Fix: issue 3100 JavaSymbolSolver unable to resolve an inner class defined in a base class (PR #4441 by @​jlerbsc)
  • Fix: 4330 Method 'forEach' cannot be resolved in certain context (PR #4436 by @​jlerbsc)
  • Fix: 'permits' and 'sealed' Contextual keyworlds usage (PR #4434 by @​jlerbsc)
  • Fixes an error in jbehave tests when they are run in a Windows os (PR #4433 by @​jlerbsc)
  • Make resolution of implements and extends types start with the parent… (PR #4430 by @​eldapiiro)
  • Fix: solveMethodAsUsage() for implicit method ::values() (PR #4424 by @​Kimmmey)
  • Fix: ::values() is a static method, was not static (PR #4417 by @​Kimmmey)
  • Fix missed generated code from PatternExpr refactor (PR #4414 by @​johannescoetzee)
  • Fixes #4410 (PR #4411 by @​matthieu-vergne)
  • Fix issue 2368 Unable to calculate the type of a varargs parameter (PR #4402 by @​jlerbsc)
  • Fix: Fixes the version currently supported by Javaparser. (PR #4393 by @​jlerbsc)
  • ?? make mvnw command runnable by copy-pasting (PR #4382 by @​cravingPixels)

Developer Changes

Uncategorised

:heart: 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.26.0

issues resolved

Added

Changed

Fixed

  • Fix: issue 3277 StackOverflow issue while parse MethodCallExpr/FieldAccessExpr, their ancestor/child node is ObjectCreation expression which contain .new (PR #4447 by @​jlerbsc)
  • Fix expressions in the body of switch expression entries (Issue 4440) (PR #4446 by @​johannescoetzee)
  • Fix: issue 4442 LexicalPreservingPrinter does not support unexpected token (PR #4444 by @​jlerbsc)
  • Fix: issue 3100 JavaSymbolSolver unable to resolve an inner class defined in a base class (PR #4441 by @​jlerbsc)
  • Fix: 4330 Method 'forEach' cannot be resolved in certain context (PR #4436 by @​jlerbsc)
  • Fix: 'permits' and 'sealed' Contextual keyworlds usage (PR #4434 by @​jlerbsc)
  • Fixes an error in jbehave tests when they are run in a Windows os (PR #4433 by @​jlerbsc)
  • Make resolution of implements and extends types start with the parent… (PR #4430 by @​eldapiiro)
  • Fix: solveMethodAsUsage() for implicit method ::values() (PR #4424 by @​Kimmmey)
  • Fix: ::values() is a static method, was not static (PR #4417 by @​Kimmmey)
  • Fix missed generated code from PatternExpr refactor (PR #4414 by @​johannescoetzee)
  • Fixes #4410 (PR #4411 by @​matthieu-vergne)
  • Fix issue 2368 Unable to calculate the type of a varargs parameter (PR #4402 by @​jlerbsc)
  • Fix: Fixes the version currently supported by Javaparser. (PR #4393 by @​jlerbsc)
  • ?? make mvnw command runnable by copy-pasting (PR #4382 by @​cravingPixels)

Developer Changes

Uncategorised

:heart: Contributors

Thank You to all contributors who worked on this release!

... (truncated)

Commits
  • 459a448 [maven-release-plugin] prepare release javaparser-parent-3.26.0
  • 2a55fb7 update readme
  • c283f8d Update changelog
  • 49b47a9 chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin ...
  • 3e8604a fix(deps): update dependency com.google.guava:guava to v33.2.1-jre
  • a4e6c95 Merge pull request #4447 from jlerbsc/master
  • e29e552 Fix: issue 3277
  • ee73b9f Merge pull request #4446 from johannescoetzee/johannes/switch-parsing-fix
  • 979c7bf Fix expressions in the body of switch expression entries (issue 4440)
  • 61d3619 Merge pull request #4432 from johannescoetzee/johannes/record-pattern-impl
  • 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 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)