File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -603,14 +603,14 @@ Conjur conjur = new Conjur();
603603String secret = conjur. variables(). retrieveSecret(" <VARIABLE_ID>" );
604604```
605605
606- ## JAX-RS Implementations
607-
608- The Conjur API client uses the JAX-RS standard to make requests to the Conjur web services.
609- In the future we plan to remove this dependency, but for the time being you may need to
610- change the JAX-RS implementation to conform to your environment and application dependencies.
611- Conjur API uses Apache CXF by default but for example, in a JBoss server environment, you
612- should use the RESTlet implementation. You can replace that dependency in ` pom.xml ` to use an
613- alternative implementation .
606+ ## Jakarta REST ( JAX-RS) Implementations
607+ The Conjur API client uses the Jakarta REST (formerly JAX-RS) standard to make requests to the Conjur web services.
608+ It is compatible with Jakarta EE environments and may not work in Java EE environments that still use the
609+ older javax.ws.rs packages.
610+
611+ Conjur API uses Jersey as the default Jakarta REST implementation for client requests. While it is broadly compatible,
612+ some application servers (e.g., JBoss EAP or WildFly) may require overriding the Jersey dependency in ` pom.xml ` to
613+ avoid conflicts .
614614
615615## Troubleshooting
616616
You can’t perform that action at this time.
0 commit comments