MicroProfile Rest Client paths are reported as application paths /CUSTCOM-131 #4180
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Bug
Label issue as a bug defect
MicroProfile Rest Client paths are reported as application paths
When deploying an application that contains MicroProfile Rest Client interfaces, several warnings are logged and the paths appear in the list of REST endpoints on startup. The endpoint is also documented in the
application.wadl
.Expected Outcome
MicroProfile Rest Client interfaces should not appear in the application's endpoints. Prior to version 5.192, these endpoints did not appear.
Current Outcome
Using this example, you can see the following in the client output:
The path
GET /client/api/api/hello/{name}
is not part of the deployed JAX-RS resources.Steps to reproduce
Deploy an application that contains a MicroProfile Rest Client on version 5.192 or higher.
Samples
https://github.com/edthorne/ftrestclient
Environment
The text was updated successfully, but these errors were encountered: