-
### Describe the feature
There should be some defined annotation prefix (like `io.cryostat/`) and keys like `inject-agent`, `inject-tls-cert`. Users should be able to add these annotations to their…
-
To implement TCK frameworks like Micronaut, sources must be processed with the annotation processors, which requires recompiling the test sources.
-
**Problem Statement**
`@Observed` annotation, which is powered by [ObservedAspect](https://github.com/micrometer-metrics/micrometer/blob/main/micrometer-observation/src/main/java/io/micrometer/obse…
-
**Affects:** 6.1.12 (and AFAIK all previous Spring versions)
---
### What I'm trying to do:
I'm trying to override the default naming behavior for Spring Beans. I want all beans to be named …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I'm using the entity framework integration and I have tried doing paging on a child collectio…
-
2024-08-23 15:42:00 [http-nio-8384-exec-4] ERROR [dispatcherServlet]:175 - [Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed; nested e…
-
## Pros of JSpecify
- Standard across multiple tools
- Very well-defined spec
- Fully supported by Kotlin
## Cons of JSpecify
- Not much adoption or support by tools yet
- Still unstable
##…
-
@dstepanov
> Remove by default “transaction=true” from @MicronautTest and require @Transactional annotation on the test class / method like Spring https://docs.spring.io/spring-framework/reference…
-
Many times I want to basically do `ps -ef | grep foo` and get a specific foo's pid. However, sometimes foo actually spawns a million child processes, and I really only care about some specific ones w…
-
### Feature description
It has been possible to use Micronaut dependency injection as a Java Module System-compatible standalone dependency injection framework by processing the jars with tools like …