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/02/26 06:44:09 UTC

[camel] branch bean-bind updated (a7eb285 -> 60e2a95)

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

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


    from a7eb285  CAMEL-10792: Allow Registry to bind beans.
     new 7eb9494  CAMEL-10792: Allow Registry to bind beans.
     new 54b19e4  Remove old cruft as camel-gae is removed
     new 51a3d2a  CAMEL-10792: Allow Registry to bind beans.
     new 1b8d1c6  CAMEL-10792: Removed not needed registry anymore.
     new 046f210  CAMEL-10792: Allow Registry to bind beans.
     new f48d279  CAMEL-10792: Allow Registry to bind beans.
     new 371b98f  CAMEL-10792: Allow Registry to bind beans.
     new f347eb4  CAMEL-10792: Allow Registry to bind beans.
     new 60e2a95  CAMEL-10792: Deprecate JndiRegistry in favour of JndiBeanRepository.

The 35652 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:
 MIGRATION.md                                       |   2 +
 .../apache/camel/component/amqp/AMQPRouteTest.java |  13 +--
 .../amqp/artemis/AMQPEmbeddedBrokerTest.java       |  12 +-
 .../aws/s3/S3ComponentConfigurationTest.java       |  13 +--
 .../aws/sdb/SdbComponentConfigurationTest.java     |  21 ++--
 .../aws/ses/SesComponentConfigurationTest.java     |  23 ++--
 .../aws/sns/SnsComponentConfigurationTest.java     |  23 ++--
 .../aws/sqs/SqsComponentConfigurationTest.java     |  23 ++--
 .../azure/blob/BlobServiceAppendConsumerTest.java  |  13 +--
 .../azure/blob/BlobServiceBlockConsumerTest.java   |  19 ++-
 .../BlobServiceComponentConfigurationTest.java     |  17 +--
 .../component/azure/blob/BlobServiceUtilTest.java  |  20 ++--
 .../QueueServiceComponentConfigurationTest.java    |  10 +-
 .../azure/queue/QueueServiceProducerTest.java      |   9 +-
 .../azure/queue/QueueServiceUtilTest.java          |  11 +-
 .../src/test/resources/log4j.properties            |   4 +-
 .../csv/BindyCarQuoteAndCommaDelimiterTest.java    |   6 +-
 .../camel/component/hdfs2/HdfsConsumerTest.java    |   5 +-
 .../camel/spring/boot/CamelAutoConfiguration.java  |  25 ++--
 .../spring/boot/CamelAutoConfigurationTest.java    |  19 +--
 .../apache/camel/spring/RegistryInjectionTest.java |   5 +-
 .../apache/camel/impl/AbstractCamelContext.java    |  25 +---
 .../org/apache/camel/impl/CompositeRegistry.java   | 129 ---------------------
 .../org/apache/camel/impl/DefaultCamelContext.java |  17 +--
 .../java/org/apache/camel/impl/JndiRegistry.java   | 126 ++------------------
 .../impl/PropertyPlaceholderDelegateRegistry.java  |  92 ---------------
 .../component/log/LogCustomFormatterTest.java      |  28 +----
 .../camel/component/log/LogCustomLoggerTest.java   |  23 +---
 .../PropertiesComponentRegistryTest.java           |  21 ++--
 .../camel/component/ref/RefComponentTest.java      |  10 +-
 .../ValidatorWithResourceResolverRouteTest.java    |   6 +-
 .../apache/camel/impl/CompositeRegistryTest.java   |  50 --------
 .../apache/camel/impl/GetRegistryAsTypeTest.java   |  24 +---
 .../org/apache/camel/support/DefaultRegistry.java  |  69 ++++++++++-
 .../camel/support/jndi/JndiBeanRepository.java}    |  29 ++---
 35 files changed, 237 insertions(+), 705 deletions(-)
 delete mode 100644 core/camel-core/src/main/java/org/apache/camel/impl/CompositeRegistry.java
 delete mode 100644 core/camel-core/src/main/java/org/apache/camel/impl/PropertyPlaceholderDelegateRegistry.java
 delete mode 100644 core/camel-core/src/test/java/org/apache/camel/impl/CompositeRegistryTest.java
 copy core/{camel-core/src/main/java/org/apache/camel/impl/JndiRegistry.java => camel-support/src/main/java/org/apache/camel/support/jndi/JndiBeanRepository.java} (87%)