Incomplete Openapi document - Warning for ClassCastException in OpenApiWalker #3043
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
Description
When deploying a JAX-RS application to 5.182 that contains a subresource with a @PathParam annotated parameter, I get a warning and empty openapi descriptor
Expected Outcome
No warnings and a complete openapi document
Current Outcome
openapi
The application is working as expected.
Steps to reproduce (Only for bug reports)
Create a simple javaee 8 maven JAX-RS project.
Example pom.xml
Add the following three classes:
Build and deploy project.
Access http://localhost:8080/openapi-test/resources/foo/bar/1 to verify correct application working.
Samples
Context (Optional)
Environment
The text was updated successfully, but these errors were encountered: