micronaut-core
micronaut-core copied to clipboard
Micronaut Application Framework
### 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 Contributing is out of date. We should either update it or remove it. https://github.com/micronaut-projects/micronaut-core/blob/3.5.x/CONTRIBUTING.md
### 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...
I think we should consider supporting Mutiny with a new module as we do for - [micronaut-reactor](https://github.com/micronaut-projects/micronaut-reactor) - [micronaut-rxjava3](https://github.com/micronaut-projects/micronaut-rxjava3) Advantages: - It would help us people Migrate or compare Quarkus...
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...
Using mn command line to create a simple cli app with the http-client feature and groovy but fails to compile. Very easy to reproduce: -------- jmorris@jmlinux:\~$ mn create-cli-app -f http-client...
### Expected Behavior On a composite annotation the override of an attribute like "message" should works ### Actual Behaviour Override not work ### Steps To Reproduce Clone the example repo...
### Expected Behavior The first request fails but second pass ### Actual Behaviour The first request fails but the second returns the same error as the first request. ### Steps...
### Expected Behavior Once set an HTTP attribute will be always present in the request. ### Actual Behaviour Some HTTP attributes are sporadically missing from the request. Our use case...