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 2021/11/30 07:14:11 UTC

[camel] branch regen_bot updated (e5ec3b3 -> a591415)

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 e5ec3b3  CAMEL-17248: added camel-kamelets as a runtime dependency for camel-jbang
     add a591415  CAMEL-17247: camel-atlasmap - Allow to reload file to pickup updates (#6492)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/atlasmap.json  |   1 +
 .../atlasmap/AtlasMapEndpointConfigurer.java       |   6 ++
 .../atlasmap/AtlasMapEndpointUriFactory.java       |   3 +-
 .../apache/camel/component/atlasmap/atlasmap.json  |   1 +
 .../src/main/docs/atlasmap-component.adoc          |   5 +-
 .../component/atlasmap/AtlasMapComponent.java      |   2 +
 .../camel/component/atlasmap/AtlasMapEndpoint.java |  21 ++++-
 .../atlasmap/AtlasMapForceReloadTest.java          | 102 +++++++++++++++++++++
 ...ext.xml => AtlasMapForceReloadTest-context.xml} |   8 +-
 .../dsl/AtlasMapEndpointBuilderFactory.java        |  39 ++++++++
 10 files changed, 179 insertions(+), 9 deletions(-)
 create mode 100644 components/camel-atlasmap/src/test/java/org/apache/camel/component/atlasmap/AtlasMapForceReloadTest.java
 copy components/camel-atlasmap/src/test/resources/context/{AtlasMapExtractMappingsTest-context.xml => AtlasMapForceReloadTest-context.xml} (86%)