Klaus Schröder
Klaus Schröder
After having trouble using WRITE_ONLY I looked in the code and saw the following in class [AnnotationsUtils](https://github.com/swagger-api/swagger-core/blob/master/modules/swagger-core/src/main/java/io/swagger/v3/core/util/AnnotationsUtils.java#L499): ``` // process after readOnly and writeOnly if (schema.accessMode().equals(io.swagger.v3.oas.annotations.media.Schema.AccessMode.READ_ONLY)) { schemaObject.setReadOnly(true); schemaObject.setWriteOnly(null); }...
Karibu tests are failing after upgrading to Vaadin 24.3.0 with the following exception: ``` ... c.v.f.r.internal.ErrorStateRenderer : The same exception com.vaadin.flow.router.AccessDeniedException has been thrown several times during navigation. Can't use...
If I configure probes I expected that mint fails if probes return an error. I would expect that both 40x or 50x status codes for probes should let mint stop...