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/10 05:21:36 UTC

[camel] branch regen_bot updated (5ccc06e692b -> 19aaebd3ff9)

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 5ccc06e692b Regen for commit 57d63f385da3485ce5092d83c527eadaab504a4a
     add 51b350b450a CAMEL-19327: camel-jpa support singleResult option (main) (#10045)
     add 19aaebd3ff9 Regen for commit 51b350b450a4d75bfa1112e1b05c4628ff80b47c

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/jpa.json   |   1 +
 .../camel/component/jpa/JpaEndpointConfigurer.java |   6 +
 .../camel/component/jpa/JpaEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/jpa/jpa.json        |   1 +
 .../apache/camel/component/jpa/JpaEndpoint.java    |  14 +++
 .../apache/camel/component/jpa/JpaProducer.java    |  19 ++-
 .../component/jpa/AdditionalQueryParameters.java}  |   8 +-
 .../camel/component/jpa/JpaOutputTypeTest.java     | 140 +++++++++++++++++++++
 .../apache/camel/component/jpa/JpaPagingTest.java  | 105 ++--------------
 .../component/jpa/JpaWithOptionsTestSupport.java   | 119 ++++++++++++++++++
 10 files changed, 316 insertions(+), 100 deletions(-)
 copy components/{camel-spring-xml/src/test/java/org/apache/camel/spring/postprocessor/MagicAnnotation.java => camel-jpa/src/test/java/org/apache/camel/component/jpa/AdditionalQueryParameters.java} (85%)
 create mode 100644 components/camel-jpa/src/test/java/org/apache/camel/component/jpa/JpaOutputTypeTest.java
 create mode 100644 components/camel-jpa/src/test/java/org/apache/camel/component/jpa/JpaWithOptionsTestSupport.java