[GitHub] [camel-quarkus] ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients

2020-02-12 Thread GitBox
ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients URL: https://github.com/apache/camel-quarkus/pull/697#issuecomment-585295976 Is this good to merge now that the CI is passing? This is an automated

[GitHub] [camel-quarkus] ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients

2020-02-12 Thread GitBox
ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients URL: https://github.com/apache/camel-quarkus/pull/697#issuecomment-585194352 Clearly, enabling the cache for `build-alternative-jvm` does not address the original problem with the download timeout. If that kind of

[GitHub] [camel-quarkus] ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients

2020-02-12 Thread GitBox
ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients URL: https://github.com/apache/camel-quarkus/pull/697#issuecomment-585189924 The `build-alternative-jvm` job does not use the cache and indeed, it perhaps could to both finish faster and to (partly) avoid the

[GitHub] [camel-quarkus] ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients

2020-02-12 Thread GitBox
ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients URL: https://github.com/apache/camel-quarkus/pull/697#issuecomment-585115163 Strange, fails due to the same thing again, this time on Java 12. Does anybody have an idea how to proceed? ``` Could not

[GitHub] [camel-quarkus] ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients

2020-02-11 Thread GitBox
ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients URL: https://github.com/apache/camel-quarkus/pull/697#issuecomment-585070545 The the previous iteration failed due to some broken Maven download. 773928983 is just a rebase to force a new build.

[GitHub] [camel-quarkus] ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients

2020-02-11 Thread GitBox
ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients URL: https://github.com/apache/camel-quarkus/pull/697#issuecomment-584587810 26add1e added the missing license header. This is an automated message

[GitHub] [camel-quarkus] ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients

2020-02-11 Thread GitBox
ppalaga commented on issue #697: Fix #696 Test HTTPS with the HTTP clients URL: https://github.com/apache/camel-quarkus/pull/697#issuecomment-584567808 19d506a moved the `javax.net.ssl.trustStore` related code to a separate QuarkusTestResourceLifecycleManager in