You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zh...@apache.org on 2022/08/29 12:15:57 UTC

[camel-quarkus] branch main updated (02a8777292 -> 6a814a974a)

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

zhfeng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from 02a8777292 Updated CHANGELOG.md
     add 6a814a974a Fix #4007 increase JPA extension test coverage (#4053)

No new revisions were added by this update.

Summary of changes:
 integration-tests/{sql => jpa}/README.adoc         |  19 ++-
 integration-tests/jpa/pom.xml                      |  22 +++-
 .../quarkus/component/jpa/it/JpaResource.java      | 103 +++++++++------
 .../camel/quarkus/component/jpa/it/JpaRoute.java   |  84 ++++++++++++
 .../quarkus/component/jpa/it/model/Fruit.java      |  29 ++++-
 .../jpa/src/main/resources/application.properties  |   3 +-
 .../camel/quarkus/component/jpa/it/JpaTest.java    | 142 +++++++++++++++++----
 7 files changed, 322 insertions(+), 80 deletions(-)
 copy integration-tests/{sql => jpa}/README.adoc (77%)
 create mode 100644 integration-tests/jpa/src/main/java/org/apache/camel/quarkus/component/jpa/it/JpaRoute.java