micronaut-core icon indicating copy to clipboard operation
micronaut-core copied to clipboard

Micronaut Application Framework

Results 443 micronaut-core issues
Sort by recently updated
recently updated
newest added

### Expected Behavior HTTP client shouldn't throw `io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found`. ### Actual Behaviour It does throw :sob: --- If I have this setting in the application's configuration (say: `application-test.yaml`) file:...

type: docs
status: example attached

### Issue description I'm trying to add per-request fields to the SLF4J MDC. For example: ``` { "requestName": "GET /chickens", "traceId": "some-trace-id", // etc } ``` I've tried using an...

### Feature description Current `NettySystemFileCustomizableResponseType` implementation does not support partial content. Its support may be useful for building something like a video streaming service. I made my own implementation of...

### Feature description We use Mapstruct mappers a lot. I just heard about a Spring integration that automatically registers Mapstruct Mappers (or Adapters to them) as Converters in Spring. I'd...

### Expected Behavior When creating beans to be used with `@RequestBean`, I expected to be able to apply annotations like `@PathVariable` to my Java record components without issue. I assumed...

### Expected Behavior I expect the project to compile. ### Actual Behaviour Get a stackoverflow error. ``` Caused by: java.lang.StackOverflowError at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1410) at jdk.compiler/com.sun.tools.javac.code.Symbol.apiComplete(Symbol.java:688) at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getKind(Symbol.java:1476) at io.micronaut.inject.processing.JavaModelUtils.resolveKind(JavaModelUtils.java:76) at io.micronaut.inject.processing.JavaModelUtils.resolveKind(JavaModelUtils.java:94)...

### Feature description Hi all, I'm trying to translate the constraint violation messages of Bean Validation in the user language. I have created a custom MessageSource with the correct property...

type: enhancement
info: good first issue
relates-to: validation

### Feature description Currently, Filter Matching By annotation is only supported on `HttpClientFilter`. Can we please start supporting the same on `HttpServerFilter` as well?

### Expected Behavior The build works fine + the application starts like the normal JVM version. ### Actual Behaviour Due runtime I get this error ``` 14:44:25.393 [main] ERROR io.micronaut.runtime.Micronaut...

relates-to: graal

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut.validation:micronaut-validation-bom](https://micronaut.io) ([source](https://togithub.com/micronaut-projects/micronaut-validation)) | `4.4.0` -> `4.4.3` |...

type: dependency-upgrade