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 98748e7  Camel-Salesforce: Fix serialization for string MPLs
     new b9e55dd  CAMEL-13870: Generating fast component options configurer
     new 5c1f582  CAMEL-13870: Generating fast component options configurer
     new 923f855  CAMEL-13870: Add @SuppressWarnings to generated configurer.

The 3 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:
 .../src/main/docs/properties-component.adoc        |   3 +-
 .../component/properties/PropertiesComponent.java  |  16 ++-
 .../src/main/java/org/apache/camel/Component.java  |   9 ++
 .../component/log/LogComponentOptionsTest.java     | 146 +++++++++++++++++++++
 .../org/apache/camel/support/DefaultComponent.java |  19 ++-
 .../org/apache/camel/support/DefaultEndpoint.java  |   4 +-
 .../camel/support/PropertyBindingSupport.java      |   9 +-
 .../PropertiesComponentConfiguration.java          |  15 ---
 .../apt/ComponentPropertyConfigurerGenerator.java  |   1 +
 .../tools/apt/EndpointAnnotationProcessor.java     |  85 ++++++++----
 .../apt/EndpointPropertyConfigurerGenerator.java   |   1 +
 .../main/java/org/apache/camel/spi/Metadata.java   |   5 +
 12 files changed, 266 insertions(+), 47 deletions(-)
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/component/log/LogComponentOptionsTest.java

Reply via email to