resteasy-netty4-cdi #4509
martinofcourse
started this conversation in
General
Replies: 1 comment 2 replies
-
|
I'll have to look as I would expect it to work, but I've never tested it. I don't have any CDI integration tests as not all the embedded servers implement CDI. That said, since we're now using JUnit 5, this should be an easy thing to add some tests for CDI and use tags to filter them. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is resteasy-netty4-cdi meant to work with SeBootstrap? I wasn't able to able to get it to work, unfortunately, and was wondering if I might be missing dependecies?
This doesn't work with SeBootstrap (resteasy-netty4-cdi)
while this works with SeBootstrap (resteasy-undertow-cdi)
By "doesn't work", I mean that
@Inject-ed members arenull.Beta Was this translation helpful? Give feedback.
All reactions