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 483b0d4 Fixed CS for Camel-support new 4b71a46 CAMEL-13907: Lets clear bean introspection cache after bootstrap of Camel as the cache was used during initialization. new 8138706 CAMEL-13907: Lets clear bean introspection cache after bootstrap of Camel as the cache was used during initialization. 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/spi/BeanIntrospection.java | 30 +++++++++++++-- .../camel/impl/engine/AbstractCamelContext.java | 9 ++++- .../impl/engine/CamelPostProcessorHelper.java | 4 +- .../impl/engine/DefaultBeanIntrospection.java | 43 ++++++++++++---------- .../mbean/ManagedBeanIntrospectionMBean.java | 6 +++ .../management/mbean/ManagedBeanIntrospection.java | 10 +++++ .../management/ManagedBeanIntrospectionTest.java | 2 +- .../apache/camel/support/IntrospectionSupport.java | 11 ++++++ .../camel/support/PropertyBindingSupport.java | 2 +- 9 files changed, 88 insertions(+), 29 deletions(-)