Alpha6: javax.inject.@Inject present in quarkus-junit5 dependency #31890
luca-bassoricci
started this conversation in
Community
Replies: 1 comment 3 replies
-
Yes, that's unfortunate but, for now, having the We have #27593 to track it but I don't think it will be solved for the final. I would recommend to make sure the jakarta version arrives before the javax one in your IDE. @manovotn @Ladicek didn't we add something in ArC to warn users about this? I'm closing as tracked in another issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was upgrading to Alpha6 and some tests are failing due to wrong import of
javax.inject.Inject
.I found
javax.inject.@Inject
annotation is still present inquarkus-junit5
extension: is that a mistake andjavax.inject:javax.inject
shall be excluded byquarkus-junit5
module?Beta Was this translation helpful? Give feedback.
All reactions