You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/11/13 06:04:36 UTC

[camel] branch regen_bot updated (4951ec5 -> 3843d1f)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 4951ec5  CAMEL-15846: camel-core - Remove basicPropertyBinding
     add d647743  CAMEL-15769: add camel-jsonpath tests for new 'false' tokenizer (#4601)
     add 32dbbdb  setting up basic OSGi-CDI metadata in the manifest (#4562)
     add 3843d1f  Add VersioningState on storeDocument, copyDocument and checkIn(update) document. (#4598)

No new revisions were added by this update.

Summary of changes:
 components/camel-cdi/pom.xml                       | 30 +++++++++++++-
 .../org/apache/camel/cdi/AnnotatedDelegate.java    |  2 +
 .../apache/camel/cdi/AnnotatedMemberDelegate.java  |  2 +
 .../apache/camel/cdi/AnnotatedMethodDelegate.java  |  2 +
 .../apache/camel/cdi/AnnotatedTypeDelegate.java    |  2 +
 .../java/org/apache/camel/cdi/BeanDelegate.java    |  2 +
 .../apache/camel/cdi/CamelBeanInjectionTarget.java |  2 +
 .../camel/cdi/CamelContextInjectionTarget.java     |  2 +
 .../org/apache/camel/cdi/CamelContextProducer.java |  2 +
 .../camel/cdi/CdiCamelConfigurationEvent.java      |  3 ++
 .../org/apache/camel/cdi/CdiCamelInjector.java     |  2 +
 .../org/apache/camel/cdi/CdiEventConsumer.java     |  3 ++
 .../org/apache/camel/cdi/CdiEventEndpoint.java     |  1 +
 .../org/apache/camel/cdi/CdiEventNotifier.java     |  2 +
 .../org/apache/camel/cdi/CdiEventProducer.java     |  2 +
 .../apache/camel/cdi/ForwardingObserverMethod.java |  2 +
 .../apache/camel/cdi/ListParameterizedType.java    |  3 ++
 .../java/org/apache/camel/cdi/SyntheticBean.java   |  2 +
 .../apache/camel/cdi/SyntheticBeanAttributes.java  |  2 +
 .../org/apache/camel/cdi/XmlCdiBeanFactory.java    |  2 +
 .../camel/cdi/XmlErrorHandlerFactoryBean.java      |  2 +
 .../camel/cdi/XmlFactoryBeanInjectionTarget.java   |  2 +
 .../org/apache/camel/cdi/XmlProxyFactoryBean.java  |  2 +
 .../apache/camel/cdi/XmlServiceExporterBean.java   |  2 +
 .../apache/camel/component/cmis/CMISProducer.java  | 36 +++++++++++++----
 .../camel/component/cmis/CamelCMISConstants.java   |  1 +
 .../camel/component/cmis/CMISProducerTest.java     |  2 +
 .../apache/camel/jsonpath/JsonPathSplitTest.java   | 46 ++++++++++++++++++++++
 28 files changed, 154 insertions(+), 9 deletions(-)