-
Notifications
You must be signed in to change notification settings - Fork 27
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
Quarkus 3.0.0.Alpha1 #89
Conversation
30ac306
to
e77e4a0
Compare
hello @gastaldi
I see that @gsmet added |
@vsevel I have no idea TBH, someone would need to debug and find where this class is used |
needed to add:
since it is on the |
the issue is actually with
|
@vsevel I solved it in the Quarkus build by using |
thanks for the tip @gsmet - this worked well. and I was even able to remove the old exclusions that we had on
I am assuming this is known, and we can't do anything about it. @kdubb would you be able to do the review? |
hi @sberyozkin can you help me with the review? or would you suggest somebody else? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nearly good, except for the import formatting that we tried to improve in quarkiverse-parent 11. See my comment inline.
integration-tests/vault-agroal/src/test/java/io/quarkus/vault/AgroalVaultITCase.java
Outdated
Show resolved
Hide resolved
<groupId>org.jboss.spec.javax.xml.bind</groupId> | ||
<artifactId>jboss-jaxb-api_2.3_spec</artifactId> | ||
<groupId>jakarta.xml.bind</groupId> | ||
<artifactId>jakarta.xml.bind-api</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that's exactly what you should do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ia3andy I wonder if we should add a recipe adjusting these dependencies. Most people won't use them directly but that might be worth it anyway. The ones that got adjusted this way are JAX-RS and JAXB.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gsmet isn't quarkus providing that dependency?
924d79d
to
3bea2aa
Compare
@gsmet thanks for the review. I rebased and re-sorted the imports. everything is ok now. |
3bea2aa
to
fe40bdb
Compare
move to quarkus
3.0.0.Alpha1