alexander793
alexander793
If you think this issue describes a valid point, I'll be glad to submit a pull request.
Same issue here. Java client generator version 7.7.0
Found a bit of an ugly fix: Assume you want to have the following object spec: ``` type: object xml: name: parent properties: children: type: array items: $ref: './child.yml' xml:...
Same issue here. I had a dependency to ```xml org.openapitools jackson-databind-nullable 0.2.6 ``` which included jackson-databind 2.14. Adding the dependency ```xml com.fasterxml.jackson.core jackson-databind 2.18.2 ``` solved the issue.
Is there any update on this? I would love to have a feature to extract the value of merged regions.