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

[camel-quarkus] branch master updated (27d5609 -> 2a1824b)

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

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


    from 27d5609  Do not run main-command-mode and master tests on Quarkus Platform
     add 2a1824b  Added ssl authentation to the nats extensions

No new revisions were added by this update.

Summary of changes:
 .../ROOT/pages/reference/extensions/nats.adoc      |   6 +++++
 .../component/nats/deployment/NatsProcessor.java   |   6 +++++
 .../component/nats/it/NatsConfiguration.java       |  11 ++++++++
 .../quarkus/component/nats/it/NatsRoutes.java      |  28 +++++++++++++++++++++
 .../src/main/resources/application.properties      |   2 +-
 .../nats/src/main/resources/certs/keystore.jks     | Bin 0 -> 3477 bytes
 .../nats/src/main/resources/certs/truststore.jks   | Bin 0 -> 1162 bytes
 .../camel/quarkus/component/nats/it/NatsTest.java  |  14 +++++++++++
 .../component/nats/it/NatsTestResource.java        |  28 +++++++++++++++++----
 .../nats/src/test/resources/certs/ca.pem           |  20 +++++++++++++++
 .../nats/src/test/resources/certs/key.pem          |  28 +++++++++++++++++++++
 .../nats/src/test/resources/certs/server.pem       |  20 +++++++++++++++
 12 files changed, 157 insertions(+), 6 deletions(-)
 copy integration-tests/{jolt => nats}/src/main/resources/application.properties (94%)
 create mode 100644 integration-tests/nats/src/main/resources/certs/keystore.jks
 create mode 100644 integration-tests/nats/src/main/resources/certs/truststore.jks
 create mode 100644 integration-tests/nats/src/test/resources/certs/ca.pem
 create mode 100644 integration-tests/nats/src/test/resources/certs/key.pem
 create mode 100644 integration-tests/nats/src/test/resources/certs/server.pem