Tim Yates
Tim Yates
### Expected Behavior I would expect to be able to create a mongo-reactive micronaut-data app, and use an AsyncCrudRepository to be reactive ### Actual Behaviour It fails with ``` >...
### Expected Behavior A Maven build should just be able to use the document processor in it's annotation processors: ``` io.micronaut.data micronaut-data-document-processor ${micronaut.data.version} ``` However it currently also requires the...
### Issue description https://github.com/micronaut-projects/micronaut-core/pull/7456#issuecomment-1133906619
Instead of having to keep it aligned. @melix is this right? Project reactor no longer appears in the bom-pom ### micronaut-bom Pom changes ```diff 82d81 < 3.4.18 119c118 < 2.2.2...
### Issue description To maintain catalog compatibility, we have a few managed dependencies in core that are imported by the BOMs of other modules. For example: - swagger - reactor...
### Issue description managed-neo4j and managed-neo4j-bolt are exported by the BOM, and can be removed from the build for 4.0.0 Check the TOML keeps the same names with ./gradlew pAPTBR
### Issue description Once https://github.com/micronaut-projects/micronaut-reactor/pull/201 is merged and 2.3.0 is out, we should add the BOM to the dependency catalog, and remove `managed-reactor` Check the TOML keeps the same names...
To maintain version catalog compatibility as we introduced BOMs with catalog imports, we added duplication to the module version catalogs to keep the name of the managed resources the same...
Originally https://github.com/micronaut-projects/micronaut-core/pull/6576 > The Java Time classes have default formatters built in which use the ISO formats. So if in micronaut somewhere a string is to be converted to one...