This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch 2.7.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 45f75f0e24 paho: add test case for RFC3986 style urls #3758 new 423e951f7a Use DisabledOnIntegrationTest instead of deprecated DisabledOnNativeImage annotation new e1935c1df3 Fix verification of AWS S3 download links The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../aws2-quarkus-client/aws2-s3/pom.xml | 2 +- .../aws2/s3/it/AwsS3PresignerProducer.java | 60 ++++++++++++++++++++++ .../quarkus/component/aws2/s3/it/Aws2S3Test.java | 25 +++------ .../quarkus/component/atlasmap/it/AtlasmapIT.java | 1 - .../aws2-quarkus-client-grouped/pom.xml | 2 +- .../component/freemarker/it/FreemarkerTest.java | 6 +-- .../component/xmlsecurity/it/XmlsecurityTest.java | 4 +- 7 files changed, 75 insertions(+), 25 deletions(-) create mode 100644 integration-test-groups/aws2/aws2-s3/src/main/java/org/apache/camel/quarkus/component/aws2/s3/it/AwsS3PresignerProducer.java