Ralf Ueberfuhr
Ralf Ueberfuhr
And of course, if this is a matter of manpower, I would support. ;-)
@joel-costigliola - after a long period, I would still suggest such a module. I would be one contributor, and I would ask some of my contacts to join. I'll create...
I did not consider anything concerning the Spring project. I would check in details after the module is introduced. It's just an idea that since WebFlux uses Project Reactor, it...
Seems to be common sense, but not yet common everywhere. Spring still uses `@author` tags. [Gradle doesn't](https://github.com/gradle/gradle/commit/a1b9612fa06f90f20b115cede557e22287501034).
The only way to avoid the exception is to disable validation for optional fields: ```java OpenApiSpecification apiSpecification = OpenApiSpecification.from( Resources.create("classpath:META-INF/resources/openapi.yml") ); apiSpecification.setValidateOptionalFields(false); ``` But this will disable the complete validation....
Another unpleasant thing is that, in the case of disabled validation of optional fields, the control message only contains the required fields, which will fail if the JSON validator is...