Registry / web-framework / quarkus-resteasy-reactive

quarkus-resteasy-reactive

JSON →
library3.15.7javamavenunverified

Quarkus extension for RESTEasy Reactive, providing reactive REST endpoints (parent artifact for compatibility).

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy-reactive</artifactId> <version>3.15.7</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-RESTEASY-R
Q
quarkus-resteasy-reactive
web-frameworkjavav3.15.7
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.

ResteasyReactiveRequestContext
✓ org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext

Create a simple REST endpoint with Quarkus RESTEasy Reactive.

import org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext; import javax.ws.rs.GET; import javax.ws.rs.Path; @Path("/hello") public class HelloResource { @GET public String hello() { return "Hello"; } }
Debug
Known issues
gotchaThis is a parent artifact; use the actual Quarkus BOM for dependency management.
fix
Import the Quarkus BOM in your build file.
affects: all
Upgrade
Version history
3.15.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
quarkus-resteasy-reactive — mvn dependency:get quarkus-resteasy-reactive · libregistry