You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/12 16:39:30 UTC

[camel-quarkus] branch master updated (53ffbc5 -> 73afcd2)

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

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


    from 53ffbc5  Cleanup: Declare quarkus-development-mode-spi as a nonExtensionArtifact
     new 7634cc0  Fix #696 Test HTTPS with the HTTP clients
     new d5c59e1  Re-use the cached local Maven repo even in build-alternative-jvm job
     new 73afcd2  Merge pull request #697 from ppalaga/i696

The 867 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:
 .github/workflows/pr-build.yaml                    |  8 +++
 .../quarkus/component/http/it/HttpResource.java    | 30 +++++++++++
 .../camel/quarkus/component/http/it/HttpTest.java  | 29 +++++++++++
 .../camel/quarkus/test/TrustStoreResource.java     | 58 ++++++++++++++++++++++
 4 files changed, 125 insertions(+)
 create mode 100644 integration-tests/support/test-support/src/main/java/org/apache/camel/quarkus/test/TrustStoreResource.java