You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "davsclaus (via GitHub)" <gi...@apache.org> on 2024/04/04 17:53:00 UTC

[I] Camel 4.6 - Add openapi-contract-first example [camel-quarkus]

davsclaus opened a new issue, #5964:
URL: https://github.com/apache/camel-quarkus/issues/5964

   ### Describe the feature here
   
   Add a CEQ based example like we have for CSB
   https://github.com/apache/camel-spring-boot-examples/tree/main/openapi-contract-first
   
   This can help ensure that this new functionality works in CEQ and that end users have an example to look at as well.


-- 
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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Camel 4.6 - Add openapi-contract-first example [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5964:
URL: https://github.com/apache/camel-quarkus/issues/5964#issuecomment-2112045644

   @zhfeng if you want to assign this to yourself, feel free.
   
   It'd be good to have test coverage for these features in the main project before we work on any example.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Camel 4.6 - Add openapi-contract-first example [camel-quarkus]

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng commented on issue #5964:
URL: https://github.com/apache/camel-quarkus/issues/5964#issuecomment-2112033845

   @jamesnetherton are you working on this example? if not, I can take a look.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Camel 4.6 - Add openapi-contract-first example [camel-quarkus]

Posted by "Mikkelmedetk (via GitHub)" <gi...@apache.org>.
Mikkelmedetk commented on issue #5964:
URL: https://github.com/apache/camel-quarkus/issues/5964#issuecomment-2111875669

   Would also really like to see an example :) 


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Camel 4.6 - Add openapi-contract-first example [camel-quarkus]

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng commented on issue #5964:
URL: https://github.com/apache/camel-quarkus/issues/5964#issuecomment-2112063637

   Thanks! yeah, I agree that we should have some tests at first.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Camel 4.6 - Add openapi-contract-first example [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5964:
URL: https://github.com/apache/camel-quarkus/issues/5964#issuecomment-2039042217

   The `bindingPackageScan` thing probably wont work OOTB in native mode, so that'll need figuring out.
   
   If there's a `camel.rest` property for it, then you could get the value at build time to produce `CamelPackageScanClassBuildItem`.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Camel 4.6 - Add openapi-contract-first example [camel-quarkus]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #5964:
URL: https://github.com/apache/camel-quarkus/issues/5964#issuecomment-2039067146

   yes there is a `camel.rest` option. 


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org