Results 23 comments of Krzysztof Sierszeń

Yes, those are two sides of the same coin: On one hand: > It's highly subjective to the kind of test and app you test and I don't believe this...

Alternatively, the `.headerBuilder` could receive `(date, user)` as input instead of just `(date)`

Update: I found a workaround: apparently `@SchemaProperty(name = "create", array = @ArraySchema(schema = @Schema(ref = "#/components/schemas/MyCustomDto")))` works just fine. The problem only appears when using `@Schema.implementation` instead.