-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add Micronaut server generator #10270
Conversation
@andriy-dmytruk tested with this pr, found 2 issues,
params/beanValidation.mustache
|
@nyilmaz Thanks for the info. I will make corrections accordingly. |
This is a very interesting PR - what is needed to get it merged ? |
Tested locally and the result is good. |
Description
Adds server implementation using Micronaut framework.
Changes to folder structure in the
modules/open-api-generator/src/main/resources/java-micronaut folder
in order to retain some common client and server features and splitting others - (common
,client
,server
) folders.Tasks
modules/openapi-generator/src/main/resources/META-INF/services/org.openapitools.codegen.CodegenConfig
, verified that build does not fail./mvnw clean package
modules/openapi-generator/src/test
./bin/configs/java-micronaut-server.yaml
./bin/generate-samples.sh
, verified that all test pass with./mvnw package integration-test -P "java-micronaut-client,java-micronaut-server,-openapi-generator
./bin/utils/export_docs_generators.sh
Mentions