Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump javaparser-core from 3.24.2 to 3.25.0 #30763

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2023

Bumps javaparser-core from 3.24.2 to 3.25.0.

Release notes

Sourced from javaparser-core's releases.

Release javaparser-parent-3.25.0

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

  • Add test case to verify range calculation on ArrayType (PR #3828 by @​jlerbsc)
  • Add test case to verify that LexicalPreservation supports TextBlock (PR #3827 by @​jlerbsc)
  • Refactoring: Removing useless method convertToUsage in JavaParserFacade (PR #3780 by @​jlerbsc)

... (truncated)

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

You can trigger a rebase of this PR 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)

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Jan 31, 2023
@quarkus-bot

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Feb 1, 2023

I think Quarkus 3 is a good opportunity to merge this as we will have to disable some of the quickstarts anyway.

@mariofusco could you upgrade to 3.25.0 for the version that you will prepare for Quarkus 3 compatibility.

@gsmet gsmet added the triage/needs-rebase This PR needs to be rebased first because it has merge conflicts label Feb 4, 2023
Bumps [javaparser-core](https://github.com/javaparser/javaparser) from 3.24.2 to 3.25.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.24.2...javaparser-parent-3.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@gsmet gsmet force-pushed the dependabot/maven/com.github.javaparser-javaparser-core-3.25.0 branch from 41e9a60 to c7a4d5c Compare February 4, 2023 10:28
@gsmet gsmet added triage/waiting-for-ci Ready to merge when CI successfully finishes and removed triage/needs-rebase This PR needs to be rebased first because it has merge conflicts triage/quarkus-3 labels Feb 4, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 4, 2023

Failing Jobs - Building c7a4d5c

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build ⚠️ Check → Logs Raw logs
JVM Tests - JDK 11 Windows Build ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 17
✔️ JVM Tests - JDK 18
Native Tests - Data3 Build Failures Logs Raw logs

Failures

⚙️ Native Tests - Data3 #

- Failing: integration-tests/hibernate-orm-panache-kotlin 

📦 integration-tests/hibernate-orm-panache-kotlin

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-orm-panache-kotlin: Failed to build quarkus application

@gsmet gsmet merged commit 2ae4587 into main Feb 4, 2023
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Feb 4, 2023
@quarkus-bot quarkus-bot bot added this to the 3.0 - main milestone Feb 4, 2023
@dependabot dependabot bot deleted the dependabot/maven/com.github.javaparser-javaparser-core-3.25.0 branch February 4, 2023 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant