This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch camel-23149-iggy-tls
in repository https://gitbox.apache.org/repos/asf/camel.git
from 70b6b955fc42 CAMEL-23149: Add TLS configuration options to camel-iggy
add b54f1437e4f3 CAMEL-23149: Add SSLContextParameters support to
camel-iggy
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/components/iggy.json | 15 ++++---
.../component/iggy/IggyComponentConfigurer.java | 12 +++++
.../component/iggy/IggyEndpointConfigurer.java | 6 +++
.../component/iggy/IggyEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/iggy/iggy.json | 15 ++++---
.../apache/camel/component/iggy/IggyComponent.java | 23 +++++++++-
.../camel/component/iggy/IggyConfiguration.java | 17 +++++++
.../apache/camel/component/iggy/IggyConsumer.java | 3 +-
.../apache/camel/component/iggy/IggyProducer.java | 3 +-
.../iggy/client/IggyClientConnectionPool.java | 6 ++-
.../component/iggy/client/IggyClientFactory.java | 52 ++++++++++++++++------
.../component/iggy/IggyConfigurationTest.java | 46 +++++++++++++++++++
12 files changed, 170 insertions(+), 31 deletions(-)