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/03/11 06:42:22 UTC

[camel] branch master updated (496867a -> eda87bf)

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 496867a  Upgrade Brave Zipkin to version 5.6.2
     new c00e266  CAMEL-13283: Add @BindRegistry annotation to allow to bind beans/classes to registry.
     new 8803ae3  CAMEL-13283: Add @BindRegistry annotation to allow to bind beans/classes to registry.
     new eda87bf  (feat) CAMEL-13298: Bean component now supports invoking methods that are package or protected.

The 35956 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:
 .../s3/S3BatchConsumerMaxMessagesPerPollTest.java  |  2 +-
 .../component/aws/s3/S3BatchConsumerTest.java      |  2 +-
 .../aws/s3/S3ComponentConfigurationTest.java       |  2 +-
 .../s3/S3ComponentCopyObjectEncryptionTest.java    |  2 +-
 .../aws/s3/S3ComponentCopyObjectTest.java          |  2 +-
 .../aws/s3/S3ComponentDeleteObjectTest.java        |  2 +-
 .../aws/s3/S3ComponentDownloadLinkTest.java        |  2 +-
 .../aws/s3/S3ComponentExistingBucketTest.java      |  2 +-
 .../component/aws/s3/S3ComponentFileTest.java      |  2 +-
 .../component/aws/s3/S3ComponentGetObjectTest.java |  2 +-
 .../aws/s3/S3ComponentListBucketsTest.java         |  2 +-
 .../aws/s3/S3ComponentListObjectTest.java          |  2 +-
 .../aws/s3/S3ComponentNonExistingBucketTest.java   |  2 +-
 .../component/aws/s3/S3ComponentStringTest.java    |  2 +-
 .../camel/component/aws/s3/S3ConsumerCronTest.java |  2 +-
 .../aws/s3/S3ConsumerIdleMessageTest.java          |  2 +-
 .../component/aws/s3/S3ConsumerPrefixTest.java     |  2 +-
 .../camel/component/aws/s3/S3IncludeBodyTest.java  |  2 +-
 .../src/main/docs/infinispan-component.adoc        |  2 +-
 .../infinispan/InfinispanProducerTest.java         |  2 +-
 .../main/java/org/apache/camel/BindToRegistry.java | 10 ++++++-
 .../org/apache/camel/component/bean/BeanInfo.java  | 13 +++++----
 .../camel/component/bean/BeanInvocation.java       |  6 ++--
 .../apache/camel/component/bean/MethodInfo.java    |  2 +-
 .../camel/impl/DefaultCamelBeanPostProcessor.java  |  8 +++---
 .../BeanPackageScopeOutsideTest.java}              | 23 ++++++++--------
 .../BeanPackageScopeTest.java}                     | 32 ++++++++++++++--------
 .../impl/DefaultCamelBeanPostProcessorTest.java    |  2 +-
 ...TransformBean.java => MyPackageScopedBean.java} | 21 +++++++-------
 .../camel/main/MainIoCNewRouteBuilderTest.java     |  2 +-
 .../java/org/apache/camel/main/MainIoCTest.java    |  2 +-
 .../org/apache/camel/support/ObjectHelper.java     | 28 ++++++++++++++++++-
 .../modules/ROOT/pages/infinispan-component.adoc   |  2 +-
 33 files changed, 118 insertions(+), 73 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/component/{file/FileMEPInOutTest.java => bean/BeanPackageScopeOutsideTest.java} (68%)
 copy core/camel-core/src/test/java/org/apache/camel/component/{file/FileMEPInOutTest.java => bean/BeanPackageScopeTest.java} (68%)
 copy core/camel-core/src/test/java/org/apache/camel/issues/{MyTransformBean.java => MyPackageScopedBean.java} (76%)