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/10/22 06:01:04 UTC

[camel] branch master updated: CAMEL-15728: @ContextName does not exist anymore

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 2e1475f  CAMEL-15728: @ContextName does not exist anymore
2e1475f is described below

commit 2e1475fe199f33936ad155e2c2ce739a6a396b49
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Oct 22 07:52:36 2020 +0200

    CAMEL-15728: @ContextName does not exist anymore
---
 .../camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelContext.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelContext.java b/components/camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelContext.java
index 221fbf4..e3759cd 100644
--- a/components/camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelContext.java
+++ b/components/camel-cdi/src/main/java/org/apache/camel/cdi/CdiCamelContext.java
@@ -28,7 +28,6 @@ import org.apache.camel.impl.DefaultCamelContext;
  * <pre>
  * <code>
  * {@literal @}ApplicationScoped
- * {@literal @}ContextName("foo")
  * public class FooCamelContext extends DefaultCamelContext {
  * }
  * </code>