davidmoten / state-machine

Finite state machine class generator for java, exports graphml, supports immutability!
Apache License 2.0
134 stars 14 forks source link

Bump javaparser-core from 3.24.10 to 3.25.0 #76

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps javaparser-core from 3.24.10 to 3.25.0.

Changelog

Sourced from javaparser-core's changelog.

Version 3.25.0

issues resolved

Added

Changed

Fixed

  • Fix: Method hasScope must return true on NodeWithOptionalScope and No… (PR #3875 by @​jlerbsc)
  • fix #3859 UnsupportedOperationException when trying to resolve a type… (PR #3873 by @​abego)
  • Fix: issue 3866 Symbol solver is unable to resolve inner classes of ancestors when they are prefixed with a subclass (PR #3868 by @​jlerbsc)
  • Fix: issue 3703 Allow removing empty parentheses after removing all pairs from an annotation (PR #3865 by @​jlerbsc)
  • Fix: One must be able to know if any resolved type is a boxed primiti… (PR #3864 by @​jlerbsc)
  • Fix: Issue 2374 Comments of added Nodes are ignored in LexicalPreserv… (PR #3856 by @​jlerbsc)
  • Checkstyle for unused import (PR #3841 by @​4everTheOne)
  • Update bnd file (PR #3783 by @​jlerbsc)

Developer Changes

Uncategorised

... (truncated)

Commits
  • 46afa90 [maven-release-plugin] prepare release javaparser-parent-3.25.0
  • 11a455a update readme
  • 70defe1 Update changelog
  • a27e261 Merge pull request #3881 from jlerbsc/master
  • de7df9a Revert checkstyle rule related to import from error to warning
  • a83ed92 Merge pull request #3880 from jlerbsc/master
  • 02cd68b Merge branch 'javaparser:master' into master
  • 3e22ad6 First part of the implementation of least upper bound logic
  • 3c7be13 Merge pull request #3873 from abego/issue-3859-fix
  • 0371502 Merge branch 'master' into issue-3859-fix
  • 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 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)