[ 
https://issues.apache.org/jira/browse/CAMEL-12935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16718863#comment-16718863
 ] 

ASF GitHub Bot commented on CAMEL-12935:
----------------------------------------

davsclaus closed pull request #2663: CAMEL-12935:Camel Context restarts in 
Blueprint Test if isCreateCamel…
URL: https://github.com/apache/camel/pull/2663
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
 
b/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
index 56d6ae20f35..66f13afc02a 100644
--- 
a/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
+++ 
b/components/camel-test-blueprint/src/main/java/org/apache/camel/test/blueprint/CamelBlueprintTestSupport.java
@@ -221,6 +221,15 @@ public void run() {
 
         return answer;
     }
+    
+    /**
+     * This option is not supported / in-use for blueprint
+     */
+    @Deprecated
+    @Override
+    public boolean isCreateCamelContextPerClass() {
+        return false;
+    }
 
     @Before
     @Override


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Camel Context restarts in Blueprint Test if isCreateCamelContextPerClass is 
> set to true
> ---------------------------------------------------------------------------------------
>
>                 Key: CAMEL-12935
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12935
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-test
>    Affects Versions: 2.22.1
>            Reporter: Florian Wermelskirchen
>            Assignee: Ramu
>            Priority: Minor
>
> Camel Context restarts in Blueprint Test even if isCreateCamelContextPerClass 
> is set to true



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to