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/13 12:00:26 UTC

[camel] branch regen_bot updated (7a2ffcf -> d9d07b5)

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 7a2ffcf  Regen for commit 952b4a81df9c50d5bb0df63785b32283e1cdcbeb
     add d9d07b5  CAMEL-16470 - fix for reuse EntityManager

No new revisions were added by this update.

Summary of changes:
 components/camel-jpa/pom.xml                       |   5 +
 .../org/apache/camel/component/jpa/JpaHelper.java  |  46 ++++++---
 .../apache/camel/processor/jpa/JpaRouteTest.java   |   6 +-
 .../jpa/MultipleJpaRouteEndpointTest.java          | 113 +++++++++++++++++++++
 4 files changed, 152 insertions(+), 18 deletions(-)
 create mode 100644 components/camel-jpa/src/test/java/org/apache/camel/processor/jpa/MultipleJpaRouteEndpointTest.java