REVERT upgrade-io.openapiprocessoropenapi-processor-spring-to-2024.2 + test assertion fix #44

Closed
hsh-michaelhoennig wants to merge 3 commits from upgrade-io.openapiprocessoropenapi-processor-spring-to-2024.2 into master
Showing only changes of commit 802552f5c7 - Show all commits

View File

@ -175,6 +175,8 @@ project.tasks.compileJava.dependsOn processSpring
// Rename javax to jakarta in OpenApi generated java files because
// io.openapiprocessor.openapi-processor 2022.2 does not yet support the openapiprocessor useSpringBoot3 config option.
// TODO.impl: Upgrade to io.openapiprocessor.openapi-processor >= 2024.2
// and use either `bean-validation: true` in api-mapping.yaml or `useSpringBoot3 true` (not sure where exactly).
task openApiGenerate(type: Copy) {
from "$buildDir/generated/sources/openapi-javax"
into "$buildDir/generated/sources/openapi"