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/04/09 14:14:56 UTC

[camel] branch regen_bot updated (575d69d -> 8144728)

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 575d69d  Camel-AWS2-DDB: Added an update item IT Test
     add 36eaf5f  CAMEL-16478 - Camel-AWS2-DDB: Add key scala type to endpoint options
     add 5fa2aef  CAMEL-16478 - Camel-AWS2-DDB: Add key scala type to endpoint options
     add 217512d  Regen
     add 8144728  CAMEL-16470 - fix for reuse EntityManager

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ddb.json  |  2 +
 .../camel/catalog/docs/aws2-ddb-component.adoc     |  6 ++-
 .../aws2/ddb/Ddb2ComponentConfigurer.java          |  6 +++
 .../component/aws2/ddb/Ddb2EndpointConfigurer.java |  6 +++
 .../component/aws2/ddb/Ddb2EndpointUriFactory.java |  3 +-
 .../apache/camel/component/aws2/ddb/aws2-ddb.json  |  2 +
 .../src/main/docs/aws2-ddb-component.adoc          |  6 ++-
 .../component/aws2/ddb/Ddb2Configuration.java      | 13 ++++++
 .../camel/component/aws2/ddb/Ddb2Endpoint.java     |  3 +-
 .../aws2/ddb/localstack/AWS2PutItemRuleIT.java     |  2 +
 .../aws2/ddb/localstack/AWS2UpdateItemRuleIT.java  |  2 +
 .../org/apache/camel/component/jpa/JpaHelper.java  | 46 +++++++++++++++-------
 .../dsl/Aws2DdbComponentBuilderFactory.java        | 16 ++++++++
 .../endpoint/dsl/Ddb2EndpointBuilderFactory.java   | 14 +++++++
 .../modules/ROOT/pages/aws2-ddb-component.adoc     |  6 ++-
 15 files changed, 109 insertions(+), 24 deletions(-)