This is an automated email from the ASF dual-hosted git repository. coheigea pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 7800727 fix: Correctly set up truststore password property new e650ce4 CAMEL-13471 - Added TLS + TCP support new dbe4d96 CAMEL-13471 - Adding rest component tests for coap + various protocols 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: .../java/org/apache/camel/coap/CoAPComponent.java | 25 ++++- .../java/org/apache/camel/coap/CoAPEndpoint.java | 6 +- .../java/org/apache/camel/coap/CoAPProducer.java | 17 +++- .../apache/camel/coap/CoAPComponentTLSTest.java | 21 ++++ .../camel/coap/CoAPRestComponentTCPTLSTest.java | 103 ++++++++++++++++++++ .../camel/coap/CoAPRestComponentTCPTest.java | 107 +++------------------ .../camel/coap/CoAPRestComponentTLSTest.java | 107 +++++++++------------ .../apache/camel/coap/CoAPRestComponentTest.java | 101 +++---------------- ...TCPTest.java => CoAPRestComponentTestBase.java} | 83 ++++++++++------ 9 files changed, 298 insertions(+), 272 deletions(-) create mode 100644 components/camel-coap/src/test/java/org/apache/camel/coap/CoAPRestComponentTCPTLSTest.java copy components/camel-coap/src/test/java/org/apache/camel/coap/{CoAPRestComponentTCPTest.java => CoAPRestComponentTestBase.java} (62%)