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 2022/10/19 13:52:49 UTC

[camel] branch regen_bot updated (c34a9b6be2d -> 94808cf96e6)

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 c34a9b6be2d CAMEL-18593: Platform-http : add reverse proxy feature (#8574)
     add 94808cf96e6 (chores) camel-jpa: fixing a few code violations from SonarCloud

No new revisions were added by this update.

Summary of changes:
 .../component/jpa/DefaultTransactionStrategy.java  |  20 +--
 .../apache/camel/component/jpa/DeleteHandler.java  |   2 +-
 .../apache/camel/component/jpa/JpaComponent.java   |  26 ++-
 .../apache/camel/component/jpa/JpaConsumer.java    | 171 +++++++++----------
 .../camel/component/jpa/JpaPollingConsumer.java    |  12 +-
 .../apache/camel/component/jpa/JpaProducer.java    |  78 ++++-----
 .../idempotent/jpa/JpaMessageIdRepository.java     | 181 ++++++++++-----------
 .../camel/component/jpa/JpaComponentTest.java      | 104 ++++++------
 .../camel/component/jpa/JpaEndpointTest.java       |  20 ++-
 .../org/apache/camel/component/jpa/JpaTest.java    |   2 +-
 .../jpa/JpaWithNamedQueryAndParametersTest.java    |   2 +-
 .../jpa/JpaRouteSharedEntityManagerTest.java       |   2 +-
 12 files changed, 304 insertions(+), 316 deletions(-)