You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/01/06 17:10:58 UTC

[camel] branch regen_bot updated (1c4fd4a -> 2789c21)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 1c4fd4a  CAMEL-17427: Some scheduled consumers should be regarded as UP in their health-check from initial phase such as camel-scheduler.
     add dea0876  CAMEL-17437 Camel-aws2-sqs: Deadletter fails with sqs client from registry (could impact more components) (#6668)
     add 2789c21  camel-yaml-dsl - Fix line number if using comments, and from should use line number from uri if present

No new revisions were added by this update.

Summary of changes:
 .../camel/component/aws2/sqs/Sqs2Component.java    |  4 ---
 .../camel/component/aws2/sqs/Sqs2Endpoint.java     |  8 +++++
 .../aws2/sqs/SqsComponentClientRegistryTest.java   |  1 +
 .../aws2/sqs/SqsComponentConfigurationTest.java    |  4 +--
 ...sDeadletterWithClientRegistryLocalstackIT.java} | 41 +++++++++++++--------
 .../deserializers/FromDefinitionDeserializer.java  | 18 ++++++++++
 .../apache/camel/dsl/yaml/LineNumberTest.groovy    | 42 ++++++++++++++++++++--
 .../stuff/{my-route.yaml => my-route-comment.yaml} | 10 ++++++
 8 files changed, 105 insertions(+), 23 deletions(-)
 copy components/camel-aws/camel-aws2-sqs/src/test/java/org/apache/camel/component/aws2/sqs/integration/{SqsConsumerMessageLocalstackIT.java => SqsDeadletterWithClientRegistryLocalstackIT.java} (59%)
 copy dsl/camel-yaml-dsl/camel-yaml-dsl/src/test/resources/stuff/{my-route.yaml => my-route-comment.yaml} (83%)