You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ig...@apache.org on 2021/04/28 00:02:58 UTC

[camel] branch main updated (d5266e1 -> 34f81c6)

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

igarashitm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d5266e1  CAMEL-16557 - Catalog: add a free form key value map on components
     add 34f81c6  CAMEL-16556 Multiple AtlasMap endpoints may overwrite each others' pr… (#5472)

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/atlasmap.json  |  6 +--
 .../camel/catalog/docs/atlasmap-component.adoc     |  6 +--
 .../atlasmap/AtlasMapComponentConfigurer.java      |  6 +++
 .../atlasmap/AtlasMapEndpointConfigurer.java       |  6 ---
 .../atlasmap/AtlasMapEndpointUriFactory.java       |  3 +-
 .../apache/camel/component/atlasmap/atlasmap.json  |  6 +--
 .../src/main/docs/atlasmap-component.adoc          |  6 +--
 .../component/atlasmap/AtlasMapComponent.java      | 53 +++++++++++++++++++++-
 .../camel/component/atlasmap/AtlasMapEndpoint.java | 47 +------------------
 .../dsl/AtlasmapComponentBuilderFactory.java       | 17 +++++++
 .../dsl/AtlasMapEndpointBuilderFactory.java        | 32 +------------
 .../modules/ROOT/pages/atlasmap-component.adoc     |  6 +--
 12 files changed, 93 insertions(+), 101 deletions(-)