Re: [PR] Add support for openapi-contract-first development [camel-quarkus]

2024-05-21 Thread via GitHub
zhfeng merged PR #6109: URL: https://github.com/apache/camel-quarkus/pull/6109 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel

Re: [PR] Add support for openapi-contract-first development [camel-quarkus]

2024-05-20 Thread via GitHub
zhfeng commented on PR #6109: URL: https://github.com/apache/camel-quarkus/pull/6109#issuecomment-2121867473 I think it could be not changed very offen. I only copy some templates which are related to the models generation. They are copied from `io.swagger.codegen.v3:swagger-codegen-generat

Re: [PR] Add support for openapi-contract-first development [camel-quarkus]

2024-05-20 Thread via GitHub
zhfeng commented on code in PR #6109: URL: https://github.com/apache/camel-quarkus/pull/6109#discussion_r1607725348 ## extensions/rest-openapi/deployment/src/main/java/org/apache/camel/quarkus/component/rest/openapi/deployment/CamelQuarkusSwaggerCodegenProvider.java: ## @@ -0,0

Re: [PR] Add support for openapi-contract-first development [camel-quarkus]

2024-05-20 Thread via GitHub
zhfeng commented on code in PR #6109: URL: https://github.com/apache/camel-quarkus/pull/6109#discussion_r1607725014 ## extensions/rest-openapi/runtime/src/main/java/org/apache/camel/quarkus/rest/openapi/runtime/RestOpenApiBuildTimeConfig.java: ## @@ -0,0 +1,41 @@ +/* + * License

Re: [PR] Add support for openapi-contract-first development [camel-quarkus]

2024-05-20 Thread via GitHub
zhfeng commented on code in PR #6109: URL: https://github.com/apache/camel-quarkus/pull/6109#discussion_r1607433892 ## extensions/rest-openapi/deployment/src/main/java/org/apache/camel/quarkus/component/rest/openapi/deployment/CamelQuarkusSwaggerCodegenProvider.java: ## @@ -0,0

Re: [PR] Add support for openapi-contract-first development [camel-quarkus]

2024-05-20 Thread via GitHub
jamesnetherton commented on PR #6109: URL: https://github.com/apache/camel-quarkus/pull/6109#issuecomment-2120385016 For the templates used to generate the model sources, how likely is it that we'll need to update them frequently? I guess it'd just be a case of copying them from the o

Re: [PR] Add support for openapi-contract-first development [camel-quarkus]

2024-05-20 Thread via GitHub
jamesnetherton commented on code in PR #6109: URL: https://github.com/apache/camel-quarkus/pull/6109#discussion_r1606696500 ## extensions/rest-openapi/runtime/src/main/java/org/apache/camel/quarkus/rest/openapi/runtime/RestOpenApiBuildTimeConfig.java: ## @@ -0,0 +1,41 @@ +/* + *

[PR] Add support for openapi-contract-first development [camel-quarkus]

2024-05-20 Thread via GitHub
zhfeng opened a new pull request, #6109: URL: https://github.com/apache/camel-quarkus/pull/6109 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: com