Registry / web-framework / resteasy-cdi

resteasy-cdi

JSON →
library7.0.2.Finaljavamavenunverified

A Jakarta REST implementation providing CDI integration for RESTEasy.

<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-cdi</artifactId> <version>7.0.2.Final</version> </dependency>
INSTALL
IMPORT
SIG · RESTEASY-CDI
R
resteasy-cdi
web-frameworkjavav7.0.2.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ResteasyCdiExtension
org.jboss.resteasy.cdi.ResteasyCdiExtension

Loads the RESTEasy CDI extension.

import org.jboss.resteasy.cdi.ResteasyCdiExtension; import javax.enterprise.inject.spi.Extension; public class Main { public static void main(String[] args) { Extension extension = new ResteasyCdiExtension(); System.out.println("CDI extension loaded"); } }
Debug
Known issues
breakingRESTEasy 7.x requires Jakarta EE 10.
fix
Ensure your application server supports Jakarta EE 10.
affects: >=7.0.0
Upgrade
Version history
7.0.2.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
resteasy-cdi — mvn dependency:get resteasy-cdi · libregistry