Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support additionalEnumTypeAnnotations, additionalModelTypeAnnotations, additionalOneOfTypeAnnotations properties to generator. #1771

Open
wants to merge 1 commit into
base: 6.12.x
Choose a base branch
from

Conversation

altro3
Copy link
Collaborator

@altro3 altro3 commented Sep 16, 2024

Added ability to set additionalProperties by gradle / maven plugin

@altro3
Copy link
Collaborator Author

altro3 commented Sep 16, 2024

@scprek this PR solve problem with new properties. After micronaut-openapi 6.12.4 we could set properties with block additionalProperties like this:

micronaut {
    openapi {
        client(file("swagger.yml")) {
            additionalProperties = [
                apiPackageName : "com.api.openapi.generated.api",
                useReactive : false,
                useAuth : true
            ]
        }
    }
}

…notations`, `additionalOneOfTypeAnnotations` properties to generator.

Added ability to set `additionalProperties` by gradle / maven plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants