Stefan V

Results 4 issues of Stefan V

### Expected Behavior @Relation with Relation.Cascade.ALL should persist child-relations on save ### Actual Behaviour Only the parent is persisted. The debug-logs indicate that the child-relation is also inserted, but they...

**Your question** We would like to make use of kotlins 'inheritance by delegation' feature. In the json-structure the object should be flat, i.e. not exposing the delegation. Suppressing the delegation...

question

### Expected Behavior Reactor repositories continue to work like with micronaut 3.8.0 Example: @JdbcRepository(dialect = Dialect.H2) interface DemoReactorRepository : ReactorCrudRepository { // the following line fails to compile/generate with kaptKotlin...

type: bug

### Expected Behavior Subclassing ObjectMapperFactory and configuring the mapper should work when using kapt. For example to set contentNulls to Nulls.SKIP to avoid having null values in lists which are...