]
Martin Stefanko commented on WFLY-13925:
----------------------------------------
Also reproduced in Thorntail.
Deployment with the `resteasy-client-microprofile` dependency causes
JAX-RS endpoints to not be exposed
-------------------------------------------------------------------------------------------------------
Key: WFLY-13925
URL:
https://issues.redhat.com/browse/WFLY-13925
Project: WildFly
Issue Type: Bug
Components: MP REST Client, Web (Undertow)
Affects Versions: 21.0.0.Beta1
Reporter: Martin Stefanko
Priority: Major
This project defines a simple REST endpoint. When the archive is built and deployed
without archive org.jboss.resteasy:resteasy-client-microprofile (see pom.xml lines 18-22)
the endpoint can be reached successfully. When the archive is built and deployed with
org.jboss.resteasy:resteasy-client-microprofile the endpoint can not be reached.