Pallau

Results 4 comments of Pallau

> which java generator(s) are you using? [This one!](https://openapi-generator.tech/docs/generators/java/) (current openapi-generator version 6.6.0)

We're using _webclient_ as the library. This produces JUnit 4 tests.

I want you to show still the Maven plugin configuration we have: ``` org.openapitools openapi-generator-maven-plugin 6.6.0 stammdaten-verwaltung-application-client-codegen generate ${project.basedir}/src/main/resources/stammdatenverwaltung-v1.yaml java false false de.stammdaten.generated.api.v1 de.stammdaten.generated.model.v1 true webclient java8-localdatetime X-Correlation-Id @lombok.Builder @lombok.AllArgsConstructor...

Thank you @davidecavestro for your temporary solution. I could adopt your approach but had difficulties to understand some parts until I could figure it out. To make it more clear...