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/12/11 07:44:14 UTC

[camel] branch master updated (274e1df -> 9cb6fc2)

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 274e1df  CAMEL-14254: Rename 'Camel 3.x Migration Guide' -> 'Camel 3.x Upgrade Guide'
     add 1c3254b  CAMEL-14287: getComponent on CamelContext should initialize component
     add a1d7238  Regen
     add 6464034  CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - JCache component
     add c293252  CAMEL-14288: Endpoint configurer should deal better with list types
     add bac299e  Removed cruft which is no longer in use as properties component is not a regular Camel component anymore
     add 342e16e  CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - JCache component
     add 9cb6fc2  CAMEL-14288: Endpoint configurer should deal better with list types

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/consul-component.adoc            |  8 +++---
 .../src/main/docs/jcache-component.adoc            |  2 +-
 .../camel/component/jcache/JCacheComponent.java    |  8 ++----
 .../component/jcache/JCacheConfiguration.java      | 21 ++++++--------
 .../camel/component/jcache/JCacheEndpoint.java     |  4 ++-
 .../camel/component/jcache/JCacheManager.java      | 16 ++++++++++-
 .../camel/component/jcache/JCacheConsumerTest.java | 12 +++++---
 .../component/properties/PropertiesComponent.java  | 12 --------
 .../camel/impl/engine/AbstractCamelContext.java    | 33 +++++++---------------
 .../endpoint/dsl/JCacheEndpointBuilderFactory.java | 32 +++------------------
 .../org/apache/camel/support/EndpointHelper.java   |  3 +-
 .../component/PropertyConfigurerSupport.java       | 25 +++++++++++-----
 .../modules/ROOT/pages/consul-component.adoc       | 31 ++++++++++++++++----
 .../modules/ROOT/pages/jms-component.adoc          |  2 +-
 14 files changed, 103 insertions(+), 106 deletions(-)