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 85210de Fixed CS for camel-management-impl new 008b1ac (chore) CAMEL-13308: Remove ref attribute on @Consume @Produce @EndpointInject as you should just use ref component. new 09bec0d (chore) CAMEL-13308: Remove ref attribute on @Consume @Produce @EndpointInject as you should just use ref component. The 35965 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 | 4 ++ .../blueprint/handler/CamelNamespaceHandler.java | 21 ++++---- .../camel/cdi/CdiCamelBeanPostProcessor.java | 9 ++-- .../spring/CircularComponentInjectionTest.java | 4 +- .../java/org/apache/camel/spring/InjectedBean.java | 2 +- .../apache/camel/spring/NodeIdReferenceTest.java | 2 +- .../camel/spring/SpringConsumerTemplateTest.java | 2 +- .../spring/config/scan/route/MyRouteBuilder.java | 4 +- .../spring/example/AnotherFooEventConsumer.java | 2 +- .../camel/spring/example/FooEventConsumer.java | 2 +- .../SpringFileAntPathMatcherFileFilterTest.java | 2 +- .../apache/camel/spring/management/MyBeanRef.java | 2 +- .../camel/spring/management/MyRouteBuilder.java | 2 +- .../apache/camel/test/blueprint/MyProducer.java | 2 +- .../ManagedEndpointInjectRefEndpointTest.java | 4 +- .../test/blueprint/management/MyRouteBuilder.java | 2 +- .../test/blueprint/scan2/MyOtherCoolRoute.java | 2 +- .../src/main/java/org/apache/camel/Consume.java | 5 -- .../main/java/org/apache/camel/EndpointInject.java | 5 -- .../src/main/java/org/apache/camel/Produce.java | 5 -- .../camel/impl/CamelPostProcessorHelper.java | 42 ++++++++-------- .../camel/impl/DefaultCamelBeanPostProcessor.java | 20 ++++---- .../camel/impl/CamelPostProcessorHelperTest.java | 56 ++++++---------------- .../apache/camel/support/CamelContextHelper.java | 21 ++------ 24 files changed, 84 insertions(+), 138 deletions(-)