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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin:kotlin-test](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.6.21` -> `1.7.10` |...

dependency-upgrade

Noticed that the KeyStore declaration in SSL config for application server, needs to be `key-store` to be picked up by the application server properly. Updating documentation to avoid confusion

Outside of official docs, I am unable to find any references online for this config. So responding to the merge where the feature was added. @graemerocher Thank you so much...

### Expected Behavior A HttpServerFilter class can be annotated with "@Secured". ### Actual Behaviour The annotation will be ignored ### Steps To Reproduce ![image](https://user-images.githubusercontent.com/3085830/184451460-59ea8915-f923-4544-99ac-9097b2c25690.png) ### Environment Information GraalVM 22.2.0.r11 ###...

type: enhancement

[![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.opentelemetry:opentelemetry-bom](https://togithub.com/open-telemetry/opentelemetry-java) | `1.15.0` -> `1.18.0` | [![age](https://badges.renovateapi.com/packages/maven/io.opentelemetry:opentelemetry-bom/1.18.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependency-upgrade

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

Per module tasks: - [ ] Create a Mayor version branch - [ ] Target that branch to 4.0.x by setting `githubCoreBranch` - [ ] Remove deprecated code in that...

### Expected Behavior The application should run native when built with "./gradlew clean dockerBuildNative" the same way as it runs when built with "./gradlew dockerBuild". ### Actual Behaviour When running...

Fix`UriBuilder::queryParam` to hold its promise on null values : If either name or values are null the value will be ignored. In Java (at least), passing `null` to `UriBuilder::queryParam` among...

YAML has a defined timestamp type that is used when iso8601-like values are encountered, e.g. 2022-08-12. Unfortunately, snakeyaml parses them as java.util.Date by default (at UTC timezone). This patch adds...