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

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


    from 4249ce8  CAMEL-13870: Fast property configuration of Camel endpoints. 
Work in progress.
     new d9e6838  CAMEL-13870: Fast property configuration of Camel endpoints. 
Work in progress.
     new 2a6f51a  CAMEL-13870: Fast property configuration of Camel endpoints. 
Work in progress.

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:
 .../org/apache/camel/ExtendedCamelContext.java     |  5 +++
 .../org/apache/camel/spi/BeanIntrospection.java    |  8 +++-
 .../camel/impl/engine/AbstractCamelContext.java    | 22 +++++++---
 .../impl/engine/DefaultBeanIntrospection.java      | 35 +++++++++++++++-
 .../org/apache/camel/impl/DefaultCamelContext.java |  7 ++++
 ...ean.java => ManagedBeanIntrospectionMBean.java} | 11 +++--
 .../management/JmxManagementLifecycleStrategy.java |  4 ++
 ...Producer.java => ManagedBeanIntrospection.java} | 32 +++++++--------
 ...Test.java => ManagedBeanIntrospectionTest.java} | 47 +++++++++++++---------
 examples/camel-example-management/pom.xml          |  5 +++
 10 files changed, 126 insertions(+), 50 deletions(-)
 copy 
core/camel-management-api/src/main/java/org/apache/camel/api/management/mbean/{ManagedRouteControllerMBean.java
 => ManagedBeanIntrospectionMBean.java} (81%)
 copy 
core/camel-management-impl/src/main/java/org/apache/camel/management/mbean/{ManagedProducer.java
 => ManagedBeanIntrospection.java} (57%)
 copy 
core/camel-management-impl/src/test/java/org/apache/camel/management/{ManagedUnregisterProducerTest.java
 => ManagedBeanIntrospectionTest.java} (59%)

Reply via email to