Denis Stepanov
Denis Stepanov
### Issue description - [ ] `ExecutorAsyncOperations` should not throw `EmptyResultException` on empty result - [ ] Replace `BeanProperty` with `BeanProperty` in API (RuntimePersistentProperty etc) - Consider returning `List` instead...
### Feature description It would be nice to have transactional propagation working for coroutines and R2DBC
### Issue description Most of the JDBC drivers will work with ANSI SQL syntax but R2DBC drivers are parameters bindings specific and fail with the default dialect.
### Issue description I don't think we need to access it again after all the introspection is generated. The annotation adds a lot of metadata.
### Issue description There are some issues that are causing it https://github.com/micronaut-projects/micronaut-core/pull/7635 Major changes are needed: - Remove methods that add converters to `ConversionService` and introduce `MutableConversionService` - Allow contributing...
We have a randomly failing test on Github Actions, unfortunately, no steps to reproduce. #### Versions - Driver: Arabba-SR12 - io.r2dbc:r2dbc-mssql:0.8.8.RELEASE - Java: 1.8 - OS: Linux - Github Actions...
Found a lot of tests failed when updating Micronaut Data to the latest version https://github.com/micronaut-projects/micronaut-data/pull/1385 The main problem is here https://github.com/r2dbc/r2dbc-h2/blob/main/src/main/java/io/r2dbc/h2/H2Statement.java#L102 I think the problem is that some of the...
### Feature description Criteria API's fetch methods are needed to fetch the association.
### Issue description Right now `inject` module contains a lot of classes that are only used at the compilation time and can be removed from the runtime: - io/micronaut/inject/ast -...
### Issue description Now it's one of the biggest parts of the Core. It would be better to have it extracted to the own repo. Modules included: - http -...