-
Notifications
You must be signed in to change notification settings - Fork 196
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
beanio extension metadata is not up to date #5803
Comments
aldettinger
added a commit
to aldettinger/camel-quarkus
that referenced
this issue
Feb 26, 2024
aldettinger
added a commit
to aldettinger/camel-quarkus
that referenced
this issue
Feb 26, 2024
zhfeng
pushed a commit
that referenced
this issue
Feb 27, 2024
zhfeng
pushed a commit
that referenced
this issue
Feb 27, 2024
Probably because the wrong Maven plugin was declared in the beanio extension: |
@jamesnetherton would it be more accurate to transfer the ticket ownership to you as you have found the solution ? |
Yes, I'll take it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
While releasing Camel Quarkus 3.8.0, beanio needed to be excluded in the quarkus-platform bom as the quarkus metadata
quarkus-extension.yaml
was not up to date. It's not possible to override the metadata in quarkus-platform because it does not even contain the artifactId.The metadata might not be up to date in main and 3.8.x branch.
The text was updated successfully, but these errors were encountered: