You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing the issue of missing properties and/or non existing properties when referencing child models ($ref) in the schema information of openapi.yaml. The generated yaml does not reflect the actual java Pojo structure.
Hey @jsikkes, thanks for reporting this! it's indeed a bug, fixed in #2917 and available in latest 2.0.4-SNAPSHOT on sonatype. Please reopen the ticket if you're still experiencing issues.
L.S.
We are experiencing the issue of missing properties and/or non existing properties when referencing child models ($ref) in the schema information of openapi.yaml. The generated yaml does not reflect the actual java Pojo structure.
Relevant Libraries:
'org.glassfish.jersey.containers', name: 'jersey-container-grizzly2-servlet', version: '2.27'
'org.glassfish.jersey.containers', name: 'jersey-container-grizzly2-http', version: '2.27'
'org.glassfish.jersey.inject', name: 'jersey-cdi2-se', version: '2.27'
'com.fasterxml.jackson.jaxrs', name: 'jackson-jaxrs-json-provider', version: '2.9.5'
'io.swagger.core.v3', name: 'swagger-jaxrs2', version: '2.0.3'
'io.swagger.core.v3', name: 'swagger-annotations', version: '2.0.3'
NutritionValueDTO.class
QuantitativeValue.class
Current output:
Expected output:
The text was updated successfully, but these errors were encountered: