You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/04/10 12:49:23 UTC

[camel] branch CAMEL-13402 updated (d786b6d -> 95a7343)

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

coheigea pushed a change to branch CAMEL-13402
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d786b6d  Adding initial TLS support
     new 9991807  Avoid writing out Californium.properties
     new 95a7343  Improving TLS configuration

The 36485 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:
 .../camel-coap/src/main/docs/coap-component.adoc   |  10 +-
 .../java/org/apache/camel/coap/CoAPComponent.java  |  57 ++++----
 .../java/org/apache/camel/coap/CoAPEndpoint.java   | 150 ++++++++++++++++++++-
 .../java/org/apache/camel/coap/CoAPProducer.java   |  45 +++----
 4 files changed, 201 insertions(+), 61 deletions(-)