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

InvocationTargetException when running sanity-checks on 3.0.0-RC2 #5165

Closed
zhfeng opened this issue Aug 10, 2023 · 0 comments · Fixed by #5166
Closed

InvocationTargetException when running sanity-checks on 3.0.0-RC2 #5165

zhfeng opened this issue Aug 10, 2023 · 0 comments · Fixed by #5166
Assignees
Labels
bug Something isn't working
Milestone

Comments

@zhfeng
Copy link
Contributor

zhfeng commented Aug 10, 2023

Bug description

The steps to reproduce

  1. Checkout on 3.0.0-RC2
  2. Run ./mvnw -f extension/ldap/pom.xml
  3. It will be failling with
[ERROR] Failed to execute goal org.codehaus.gmavenplus:gmavenplus-plugin:3.0.0:execute (sanity-checks) on project camel-quarkus-ldap: Error occurred while calling a method on a Groovy class from classpath.: InvocationTargetException: For input string: "0-RC2" -> [Help 1]

It needs to strip anything after "-" in compareVersion method in tooling/scripts/sanity-checks.groovy

@zhfeng zhfeng added the bug Something isn't working label Aug 10, 2023
@zhfeng zhfeng self-assigned this Aug 10, 2023
zhfeng added a commit to zhfeng/camel-quarkus that referenced this issue Aug 10, 2023
zhfeng added a commit to zhfeng/camel-quarkus that referenced this issue Aug 14, 2023
@zhfeng zhfeng added this to the 3.0.0 milestone Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant