Nicolas Vervelle

Results 6 issues of Nicolas Vervelle

Add a property `forceUseRequired` on `@Schema` annotations that allows disabling the heuristics on annotations like `@NotNull` which otherwise may force the required status to true even if `@Schema(required = false)`...

Add a property `requiredMode` on `@Schema` annotations that allows deciding if the heuristics on annotations like `@NotNull` should apply, so we can have a property annotated `@NotNull` but still have...

In [ModelResolver](https://github.com/swagger-api/swagger-core/blob/master/modules/swagger-core/src/main/java/io/swagger/v3/core/jackson/ModelResolver.java#L105), the list `NOT_NULL_ANNOTATIONS` is defined and contains the annotations that implies that the field is required. Is there a way to disable this behavior, or remove some annotations...

The current code prevents executing a rule if one of the facts listed in the parameters of the condition or the action is missing. It would be nice to be...

The current code prevents executing a rule if one of the facts listed in the parameters of the condition or the action is missing. It would be nice to be...

Hi, is there any plan to support the binary format of simulation.log. Starting with gatling 3.13.1, the simulation.log file is written as binary (see https://github.com/gatling/gatling/issues/4596)