Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

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

Release notes

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

❤️ Contributors

Thank You to all contributors who worked on this release!

... (truncated)

Changelog

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

Next Release (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

❤️ 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 <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.25.10 to 3.26.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.25.10...javaparser-parent-3.26.0)

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

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 10, 2024
@chadlwilson chadlwilson merged commit 9168109 into master Jun 10, 2024
@chadlwilson chadlwilson deleted the dependabot/maven/com.github.javaparser-javaparser-core-3.26.0 branch June 10, 2024 04:45
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

Development

Successfully merging this pull request may close these issues.

1 participant