-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
3.15.1.Final
-
None
-
Undefined
**Hi, since upgrading to MP 4.0 & Resteasy 3.15.1.Final my junit tests give me:
RESTEASY010615: Unable to obtain ResteasyCdiExtension instance.
So, adding
@AddExtensions(ResteasyCdiExtension.class)
fixes this, but it seems like an error, as the resteasy-cdi dependency is present with runtime scope. Any ideas/suggestions? Thanks a ton!
Versions
- Resteasy 3.15.1.Final
- microprofile-rest api 2.0
- weld-junit5 2.0.2.Final
- Junit 5.7.1