You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/18 11:13:21 UTC

[GitHub] [camel-examples] tmarwen opened a new pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

tmarwen opened a new pull request #85:
URL: https://github.com/apache/camel-examples/pull/85


   - Updated all (straightforward `MyApplication` + `MyRouteBuilder`) examples to use base package scanning
   - Updated examples `application.properties` to link documentation
   - Externalized configuration for `artemis` and `widget-gadget-java` examples
   - Split producer and consumer routes for `debezium-eventhubs-blob` example
   - Split `search` and `savedsearch` routes for `splunk` example
   - Added annotation-based configuration for `netty-custom-correlation` example
   
   Refs CAMEL-17575


-- 
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



[GitHub] [camel-examples] davsclaus merged pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #85:
URL: https://github.com/apache/camel-examples/pull/85


   


-- 
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



[GitHub] [camel-examples] davsclaus commented on pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #85:
URL: https://github.com/apache/camel-examples/pull/85#issuecomment-1072416825


   Thanks a lot for the help, as Andrea mentions then some files lacks the license headers in the top.


-- 
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



[GitHub] [camel-examples] tmarwen commented on pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

Posted by GitBox <gi...@apache.org>.
tmarwen commented on pull request #85:
URL: https://github.com/apache/camel-examples/pull/85#issuecomment-1073013555


   @essobedo excluding the modules you mentioned being failing systematically for you, below are the list of ones remaining failing for me:
   * `camel-example-aggregate-dist`: this module test fixture succeeds sometimes when exceeding the timeout within the test assertion
   * `camel-example-endpointdsl-aws2-s3-kafka`: this module succeeds when forcing a `Thread.sleep(1000)` before sending the first message triggering the routes `template.send("direct:putObject", exchange -> { //...});`. Otherwise it succeeds when run separately (not as part of all the project test run).
   * `camel-example-debezium`: this module test fixture succeeds as well only when ran separately
   * `camel-example-jooq`:  this module test fixture succeeds as well only when ran separately


-- 
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



[GitHub] [camel-examples] tmarwen edited a comment on pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

Posted by GitBox <gi...@apache.org>.
tmarwen edited a comment on pull request #85:
URL: https://github.com/apache/camel-examples/pull/85#issuecomment-1072641748






-- 
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



[GitHub] [camel-examples] essobedo commented on pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

Posted by GitBox <gi...@apache.org>.
essobedo commented on pull request #85:
URL: https://github.com/apache/camel-examples/pull/85#issuecomment-1072665616


   I confirm that `camel-example-transformer-demo`, `kamelet-main` and `artemis` fail systematically, maybe there are regressions behind? I case of `oaipmh`, it is due to the slowness of the remote webservice, I guess we could increase the timeout. 
   For the rest, I could not reproduce. What kind of failure did you get? random or not?


-- 
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



[GitHub] [camel-examples] tmarwen commented on pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

Posted by GitBox <gi...@apache.org>.
tmarwen commented on pull request #85:
URL: https://github.com/apache/camel-examples/pull/85#issuecomment-1072641748


   @essobedo all the modules changed have been tested unless the ones I mentioned in my PR description which have been failing prior to applying my changes (I have run various dry test runs to check before applying changes to make sure those tests are not failing randomly).
   I am happy to help fixing these if those shows to be failing consistently and not only on my own box.


-- 
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



[GitHub] [camel-examples] davsclaus commented on pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #85:
URL: https://github.com/apache/camel-examples/pull/85#issuecomment-1072416825


   Thanks a lot for the help, as Andrea mentions then some files lacks the license headers in the top.


-- 
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



[GitHub] [camel-examples] davsclaus commented on pull request #85: CAMEL-17575: Update `Main` examples entry to use package scanning

Posted by GitBox <gi...@apache.org>.
davsclaus commented on pull request #85:
URL: https://github.com/apache/camel-examples/pull/85#issuecomment-1077264834


   I created a ticket about those problematic examples
   https://issues.apache.org/jira/browse/CAMEL-17847


-- 
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