Closed sdelamo closed 2 weeks ago
@altro3 can you check this?
in progress... trying to understand, what is wrong
@altro3 I am not sure the fix is working. I still reproduce the failure in starter.
ok, start checking it again...
@sdelamo checked it - all works fine. I understand, why you have a problem. You still use version 6.13.0. You use snapshot of platform bom - it's cached for 24 hours by default in gradle. To check for updates for each build, add these lines to file io.micronaut.internal.starter.base-module.gradle
:
configurations.configureEach {
resolutionStrategy {
cacheDynamicVersionsFor 0, 'minutes'
cacheChangingModulesFor 0, 'minutes'
}
}
like this:
After it all must be ok
@sdelamo ping
Or you can set micronaut-openapi version directly:
annotationProcessor("io.micronaut.openapi:micronaut-openapi:6.13.1!!")
Issue description
There is a regression in the latest version of OpenAPI. It broke starter build:
clone: https://github.com/micronaut-projects/micronaut-starter
4.7.x
branchstarter has the following
openapi.properties
file