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/05/02 17:26:11 UTC

[camel] branch regen_bot_3x updated (885623726c3 -> e9dc77744bd)

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

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 885623726c3 CAMEL-19301: Upgrade to hawtio 2.17.2
     add 509f0bb775a CAMEL-19304: camel-jpa implement paging (camel-3.x) (#9976)
     add 2e5e4af1f3a CAMEL-19306: camel-jbang - added beans definition as known yaml file (#9974)
     add e9dc77744bd Regen for commit 2e5e4af1f3a911802f00aa23af0a202d9a9662d8

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/jpa.json   |   5 +-
 .../camel/component/jpa/JpaEndpointConfigurer.java |   6 +
 .../camel/component/jpa/JpaEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/jpa/jpa.json        |   5 +-
 .../apache/camel/component/jpa/JpaConstants.java   |   6 +
 .../apache/camel/component/jpa/JpaEndpoint.java    |  13 ++
 .../apache/camel/component/jpa/JpaProducer.java    |  12 +-
 .../component/jpa/AbstractJpaMethodSupport.java    |  92 ++++++++++
 .../camel/component/jpa/AbstractJpaMethodTest.java |  63 +------
 .../apache/camel/component/jpa/JpaPagingTest.java  | 199 +++++++++++++++++++++
 .../apache/camel/dsl/jbang/core/commands/Run.java  |   3 +-
 11 files changed, 340 insertions(+), 67 deletions(-)
 create mode 100644 components/camel-jpa/src/test/java/org/apache/camel/component/jpa/AbstractJpaMethodSupport.java
 create mode 100644 components/camel-jpa/src/test/java/org/apache/camel/component/jpa/JpaPagingTest.java