You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/08/23 17:32:28 UTC

[camel] branch master updated (54d5139 -> 5e3b901)

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 54d5139  [CAMEL-13891]camel-cxf - Add spring.schemas for -spring URL so it works for same online url
     add 06d2f24  CAMEL-13870: Polished
     add 5e3b901  CAMEL-13870: Better API and make endpoint configurer static

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/log/LogComponent.java   |  1 +
 .../apache/camel/component/log/LogEndpoint.java    |  3 +-
 .../src/main/java/org/apache/camel/Component.java  |  3 +-
 .../camel/spi/EndpointPropertyConfigurer.java      |  3 +-
 .../org/apache/camel/spi/PropertyConfigurer.java   | 24 +-------
 .../camel/spi/PropertyPlaceholderConfigurer.java   | 27 ++++++++-
 ...yConfigurer.java => TriPropertyConfigurer.java} | 20 ++++---
 .../org/apache/camel/support/DefaultComponent.java | 25 ++++----
 .../org/apache/camel/support/DefaultEndpoint.java  |  3 +-
 .../camel/support/PropertyBindingSupport.java      | 10 +++-
 ...Support.java => PropertyConfigurerSupport.java} |  7 +--
 .../tools/apt/EndpointAnnotationProcessor.java     |  2 +-
 .../apt/EndpointPropertyConfigurerGenerator.java   | 69 +++++-----------------
 13 files changed, 82 insertions(+), 115 deletions(-)
 copy core/camel-api/src/main/java/org/apache/camel/spi/{EndpointPropertyConfigurer.java => TriPropertyConfigurer.java} (63%)
 rename core/camel-support/src/main/java/org/apache/camel/support/component/{EndpointPropertyConfigurerSupport.java => PropertyConfigurerSupport.java} (92%)