You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/04/16 10:37:00 UTC

(camel-quarkus) branch main updated (930b3bce90 -> 5b74e44183)

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

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


    from 930b3bce90 Upgrade upload & download GitHub actions to v4
     add 5b74e44183 Jt400: tests are not cleaning after themselves and parallel run fails

No new revisions were added by this update.

Summary of changes:
 integration-tests/jt400/README.adoc                |  24 +-
 integration-tests/jt400/pom.xml                    |   5 +
 .../component/jt400/it/InquiryMessageHolder.java}  |  27 +-
 .../quarkus/component/jt400/it/Jt400Resource.java  |  97 ++++--
 .../quarkus/component/jt400/it/Jt400Routes.java    |  22 +-
 .../src/main/resources/application.properties      |   2 +-
 .../quarkus/component/jt400/it/Jt400Test.java      | 245 +++++++-------
 .../component/jt400/it/Jt400TestResource.java      | 352 +++++++++++++++++++++
 8 files changed, 619 insertions(+), 155 deletions(-)
 copy integration-tests/{smallrye-reactive-messaging/src/main/java/org/apache/camel/quarkus/component/smallrye/reactive/messaging/it/ResultsBean.java => jt400/src/main/java/org/apache/camel/quarkus/component/jt400/it/InquiryMessageHolder.java} (64%)
 create mode 100644 integration-tests/jt400/src/test/java/org/apache/camel/quarkus/component/jt400/it/Jt400TestResource.java