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/08/02 10:47:45 UTC

[camel] branch regen_bot updated (5f8746b7461 -> 4c9a83a783e)

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 5f8746b7461 Use latest Hashicorp Vault container image 1.13.3 for test-infra module (#10958)
     add 4c9a83a783e CAMEL-19225: camel-jpa - remove transactionManager property (#10954)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/jpa.json   | 13 +++--
 .../component/jpa/JpaComponentConfigurer.java      |  6 ---
 .../org/apache/camel/component/jpa/jpa.json        | 13 +++--
 .../component/jpa/DefaultTransactionStrategy.java  | 61 ++++++++++++++++++---
 .../apache/camel/component/jpa/JpaComponent.java   | 62 ++--------------------
 .../apache/camel/component/jpa/JpaEndpoint.java    | 36 +------------
 .../component/jpa/AbstractJpaMethodSupport.java    |  4 +-
 .../camel/component/jpa/JpaComponentTest.java      | 18 ++++---
 .../camel/component/jpa/JpaEndpointTest.java       | 22 +++++---
 .../org/apache/camel/component/jpa/JpaTest.java    |  4 +-
 .../jpa/JpaWithNamedQueryAndParametersTest.java    |  4 +-
 .../camel/component/jpa/JpaWithNamedQueryTest.java |  4 +-
 .../apache/camel/processor/jpa/JpaRouteTest.java   |  2 +-
 .../apache/camel/processor/jpa/JpaWireTapTest.java |  2 +-
 .../component/dsl/JpaComponentBuilderFactory.java  | 18 -------
 15 files changed, 110 insertions(+), 159 deletions(-)