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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 6edc232  CAMEL-15671: Allow to turn off CamelBeanPostProcessor.
6edc232 is described below

commit 6edc23277aff7dfa23efa5d63a7fcf27cc1de8d3
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Oct 12 19:44:01 2020 +0200

    CAMEL-15671: Allow to turn off CamelBeanPostProcessor.
---
 .../org/apache/camel/main/MainIoCBeanPostProcessorDisabledTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-main/src/test/java/org/apache/camel/main/MainIoCBeanPostProcessorDisabledTest.java
 
b/core/camel-main/src/test/java/org/apache/camel/main/MainIoCBeanPostProcessorDisabledTest.java
index 663b246..07f46c2 100644
--- 
a/core/camel-main/src/test/java/org/apache/camel/main/MainIoCBeanPostProcessorDisabledTest.java
+++ 
b/core/camel-main/src/test/java/org/apache/camel/main/MainIoCBeanPostProcessorDisabledTest.java
@@ -65,7 +65,7 @@ public class MainIoCBeanPostProcessorDisabledTest {
     public static class MyRouteBuilder extends RouteBuilder {
 
         @BindToRegistry("tiger")
-        public String String = "tony";
+        private String foo = "tony";
 
         @Override
         public void configure() throws Exception {

Reply via email to