Kevin Morgan

Results 4 comments of Kevin Morgan
trafficstars

Hi @gregoriopalama, not sure what went wrong with your rebase, but this is what I would do to try to resolve the situation: ``` # Not sure if you need...

This is a good starting point for how to work around this issue: https://github.com/M-Devloo/Spring-boot-auth0-discriminator-multitenancy/pull/3. I found the CriteriaBuilder approach used in that PR too slow, but it was very helpful...

This is how I'm working around the issue: * springdoc-openapi-starter-webmvc-ui:2.8.13 * id("org.springdoc.openapi-gradle-plugin") version "1.9.0" ```kotlin listOf( "generateOpenApiDocs", "forkedSpringBootRun", "forkedSpringBootStop" ).forEach { taskName -> tasks.named(taskName) { notCompatibleWithConfigurationCache("The springdoc plugin is not...