Results 3 comments of Vincent Zorge

@jpfinne Most people I know use it for the Builder. In tests this is better to understand: ``` val someFoo = Foo.builder() .somefield("something") .bar(Bar.builder() .someBarField("barField") .build() ``` Then ``` val...

I was hoping this would be fixed in the latest release (by https://github.com/OpenAPITools/openapi-generator/pull/18799), but it unfortunately has not. Any idea when the this will be fixed? Adding the workaround everywhere...

I tried to figure out where the issue actually occurs. I found that swagger-parser defines the 2.16.2 version, which is older. But the error occurs for any version above 2.15.2....