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

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


    from 9c75fc5  Disable external entities for schematron component
     new 65885be  CAMEL-14052: camel-paho make it possible to configure all its 
options via compoent options that also works for Spring Boot
     new ed686ee  CAMEL-14052: camel-paho make it possible to configure all its 
options via compoent options that also works for Spring Boot

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:
 .../camel-paho/src/main/docs/paho-component.adoc   |   67 +-
 .../apache/camel/component/paho/PahoComponent.java |   91 +-
 .../camel/component/paho/PahoConfiguration.java    |  581 ++++++
 .../apache/camel/component/paho/PahoConsumer.java  |   71 +-
 .../apache/camel/component/paho/PahoEndpoint.java  |  281 +--
 .../apache/camel/component/paho/PahoProducer.java  |   51 +-
 .../camel/component/paho/PahoComponentTest.java    |   34 +-
 .../component/paho/PahoOverrideTopicTest.java      |   12 +-
 .../endpoint/dsl/PahoEndpointBuilderFactory.java   | 1857 ++++++++++++++++++--
 .../springboot/PahoComponentConfiguration.java     |  525 +++++-
 10 files changed, 3073 insertions(+), 497 deletions(-)
 create mode 100644 
components/camel-paho/src/main/java/org/apache/camel/component/paho/PahoConfiguration.java

Reply via email to