Miroslav Oujeský

Results 3 issues of Miroslav Oujeský

**Describe the bug** When deserializing a Java Record with `@JsonAnySetter` annotated field the field is left as null and the unmapped values are ignored. Given the nature of Java records,...

has-failing-test
Record

### Expected Behavior `@JsonProperty` specified name of the field will be used in generated OpenAPI metadata ```yaml ... components: schemas: ExampleModel: type: object properties: nameInJson: type: string description: example field...

### Expected Behavior Queries for repositories for entities with composite keys defined using `@EmbeddedId` and `@Embeddable` generates queries with correct column names. Example for Micronaut 3.10.0, ANSI dialect: * `save`...