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 2023/03/28 12:14:05 UTC

[camel] branch regen_bot_3x updated (14b908170b8 -> a1c0291399a)

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

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


    from 14b908170b8 Regen for commit a79394825f3324d0dfda5e9abe62ab8eaaaedf67 (#9666)
     add a1c0291399a CAMEL-19205: camel-plc4j - Make it easier to use tag in URIs

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/plc4x.json |   2 +-
 .../component/plc4x/Plc4XEndpointConfigurer.java   |   2 +-
 .../component/plc4x/Plc4XEndpointUriFactory.java   |   4 +-
 .../org/apache/camel/component/plc4x/plc4x.json    |   2 +-
 .../camel-plc4x/src/main/docs/plc4x-component.adoc |  14 ++-
 .../camel/component/plc4x/Plc4XComponent.java      |  17 ++-
 .../camel/component/plc4x/Plc4XConsumer.java       |  20 +---
 .../camel/component/plc4x/Plc4XEndpoint.java       |  42 ++-----
 ...mponentTest.java => Plc4XComponentTagTest.java} |  11 +-
 .../camel/component/plc4x/Plc4XComponentTest.java  |   2 +-
 .../endpoint/dsl/Plc4XEndpointBuilderFactory.java  | 128 ++++++---------------
 11 files changed, 74 insertions(+), 170 deletions(-)
 copy components/camel-plc4x/src/test/java/org/apache/camel/component/plc4x/{Plc4XComponentTest.java => Plc4XComponentTagTest.java} (84%)