You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/09/05 15:39:37 UTC

[camel-quarkus] 02/04: Cleanup following #172, fixes #69

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

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

commit 30b97e3a80fca647cc7d413322c2a0192aa9d768
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Sep 3 16:43:35 2019 +0200

    Cleanup following #172, fixes #69
---
 .../org/apache/camel/quarkus/core/runtime/support/FastCamelRuntime.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/FastCamelRuntime.java b/extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/FastCamelRuntime.java
index efc4a05..0858de4 100644
--- a/extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/FastCamelRuntime.java
+++ b/extensions/core/runtime/src/main/java/org/apache/camel/quarkus/core/runtime/support/FastCamelRuntime.java
@@ -155,8 +155,6 @@ public class FastCamelRuntime implements CamelRuntime {
         }
 
         model.startRouteDefinitions();
-        // context.adapt(FastCamelContext.class).clearModel(); Disabled, see https://github.com/apache/camel-quarkus/issues/69
-        // builders.clear();
     }
 
     @SuppressWarnings("unchecked")