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 2020/02/06 11:26:53 UTC

[camel] branch master updated: CAMEL-14498: camel-core - Make RuntimeCamelCatalog a simpler API

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 9613fd4  CAMEL-14498: camel-core - Make RuntimeCamelCatalog a simpler API
9613fd4 is described below

commit 9613fd42f5ff5d2b6444a1767a1d193453af2c41
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Feb 6 12:26:14 2020 +0100

    CAMEL-14498: camel-core - Make RuntimeCamelCatalog a simpler API
---
 .../java/org/apache/camel/catalog/impl/DefaultRuntimeCamelCatalog.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/DefaultRuntimeCamelCatalog.java b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/DefaultRuntimeCamelCatalog.java
index 1045227..3c7e904 100644
--- a/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/DefaultRuntimeCamelCatalog.java
+++ b/core/camel-core-catalog/src/main/java/org/apache/camel/catalog/impl/DefaultRuntimeCamelCatalog.java
@@ -32,7 +32,6 @@ import org.apache.camel.tooling.model.OtherModel;
 /**
  * Default {@link RuntimeCamelCatalog}.
  */
-@Deprecated
 public class DefaultRuntimeCamelCatalog extends AbstractCamelCatalog implements RuntimeCamelCatalog {
 
     private CamelContext camelContext;