Tim Yates
Tim Yates
The code generated by openapi tools includes annotations such as ``` // Not found @JsonDeserialize(as = LinkedHashSet.class) // Shape not supported @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXXX") // Visible not...
Micrometer-core uses `@Value` for configuration instead of a `@ConfigurationProperties` object This means that the configuration is not automatically documented. This will be a breaking change as we will need to...
HttpProxyClient cannot currently be used in a ServerFilter for servlet based servers. https://github.com/micronaut-projects/micronaut-core/issues/9725
[skip ci]
In https://github.com/micronaut-projects/micronaut-security/pull/1611 for Micronaut 5 we moved the JSR 250 annotation mappers to a new module. This PR updates starter to use this module instead of Micronaut-annotations. It is a...
See https://github.com/micronaut-projects/micronaut-crac/pull/29
Needs tests. Must make sure we don't break old CLI versions
Hiya, I was doing a scan of the Gradle Plugin Portal and noticed you are using an old version of the `plugin-publish-plugin`. There was a [bug in versions prior to...
### Steps to reproduce: 1. Run `./gradlew publishGuide` in `micronaut-core` 2. Make a change to a file included as a snippet 3. rerun `./gradlew publishGuide` ### Result: ``` BUILD SUCCESSFUL...
### Expected Behavior Writing an `IN` `@Query` with properties injected (such as `"SELECT name, '${property.value}' as property_value FROM data WHERE id IN (:id)"`) should work as with other non-IN queries...