You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/09 07:54:38 UTC

[camel] branch master updated (087b5a7 -> 9ea5498)

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

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


    from 087b5a7  Stream caching should be able to init with camel-quarkus out of the box
     new 7981824  CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Removed netty-http4 decorator for aws-xray component
     new de3b6ee  CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Removed netty-http4 decorator for opentracing component
     new 9ea5498  Regen

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../http/NettyHttp4SegmentDecorator.java           | 25 ---------------------
 ...pache.camel.component.aws.xray.SegmentDecorator |  1 -
 .../decorators/NettyHttp4SpanDecorator.java        | 26 ----------------------
 .../org.apache.camel.opentracing.SpanDecorator     |  1 -
 .../modules/ROOT/pages/grape-component.adoc        |  4 ++--
 5 files changed, 2 insertions(+), 55 deletions(-)
 delete mode 100644 components/camel-aws-xray/src/main/java/org/apache/camel/component/aws/xray/decorators/http/NettyHttp4SegmentDecorator.java
 delete mode 100644 components/camel-opentracing/src/main/java/org/apache/camel/opentracing/decorators/NettyHttp4SpanDecorator.java


[camel] 02/03: CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Removed netty-http4 decorator for opentracing component

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit de3b6ee1908df37dea916edc9b00e9ffd00af756
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Aug 9 09:22:57 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Removed netty-http4 decorator for opentracing component
---
 .../decorators/NettyHttp4SpanDecorator.java        | 26 ----------------------
 .../org.apache.camel.opentracing.SpanDecorator     |  1 -
 2 files changed, 27 deletions(-)

diff --git a/components/camel-opentracing/src/main/java/org/apache/camel/opentracing/decorators/NettyHttp4SpanDecorator.java b/components/camel-opentracing/src/main/java/org/apache/camel/opentracing/decorators/NettyHttp4SpanDecorator.java
deleted file mode 100644
index 216d321..0000000
--- a/components/camel-opentracing/src/main/java/org/apache/camel/opentracing/decorators/NettyHttp4SpanDecorator.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.opentracing.decorators;
-
-public class NettyHttp4SpanDecorator extends AbstractHttpSpanDecorator {
-
-    @Override
-    public String getComponent() {
-        return "netty-http4";
-    }
-
-}
diff --git a/components/camel-opentracing/src/main/resources/META-INF/services/org.apache.camel.opentracing.SpanDecorator b/components/camel-opentracing/src/main/resources/META-INF/services/org.apache.camel.opentracing.SpanDecorator
index 683ac05..194273a 100644
--- a/components/camel-opentracing/src/main/resources/META-INF/services/org.apache.camel.opentracing.SpanDecorator
+++ b/components/camel-opentracing/src/main/resources/META-INF/services/org.apache.camel.opentracing.SpanDecorator
@@ -36,7 +36,6 @@ org.apache.camel.opentracing.decorators.KafkaSpanDecorator
 org.apache.camel.opentracing.decorators.LogSpanDecorator
 org.apache.camel.opentracing.decorators.MongoDBSpanDecorator
 org.apache.camel.opentracing.decorators.MqttSpanDecorator
-org.apache.camel.opentracing.decorators.NettyHttp4SpanDecorator
 org.apache.camel.opentracing.decorators.NettyHttpSpanDecorator
 org.apache.camel.opentracing.decorators.PahoSpanDecorator
 org.apache.camel.opentracing.decorators.RabbitmqSpanDecorator


[camel] 01/03: CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Removed netty-http4 decorator for aws-xray component

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7981824478bad126b1b1c9ed3d1d718e89438742
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Aug 9 09:19:26 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - Removed netty-http4 decorator for aws-xray component
---
 .../http/NettyHttp4SegmentDecorator.java           | 25 ----------------------
 ...pache.camel.component.aws.xray.SegmentDecorator |  1 -
 2 files changed, 26 deletions(-)

diff --git a/components/camel-aws-xray/src/main/java/org/apache/camel/component/aws/xray/decorators/http/NettyHttp4SegmentDecorator.java b/components/camel-aws-xray/src/main/java/org/apache/camel/component/aws/xray/decorators/http/NettyHttp4SegmentDecorator.java
deleted file mode 100644
index f2175aa..0000000
--- a/components/camel-aws-xray/src/main/java/org/apache/camel/component/aws/xray/decorators/http/NettyHttp4SegmentDecorator.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.camel.component.aws.xray.decorators.http;
-
-public class NettyHttp4SegmentDecorator extends AbstractHttpSegmentDecorator {
-
-    @Override
-    public String getComponent() {
-        return "netty-http4";
-    }
-}
diff --git a/components/camel-aws-xray/src/main/resources/META-INF/services/org.apache.camel.component.aws.xray.SegmentDecorator b/components/camel-aws-xray/src/main/resources/META-INF/services/org.apache.camel.component.aws.xray.SegmentDecorator
index 826bdad..7817575 100644
--- a/components/camel-aws-xray/src/main/resources/META-INF/services/org.apache.camel.component.aws.xray.SegmentDecorator
+++ b/components/camel-aws-xray/src/main/resources/META-INF/services/org.apache.camel.component.aws.xray.SegmentDecorator
@@ -26,7 +26,6 @@ org.apache.camel.component.aws.xray.decorators.TimerSegmentDecorator
 org.apache.camel.component.aws.xray.decorators.http.AhcSegmentDecorator
 org.apache.camel.component.aws.xray.decorators.http.HttpSegmentDecorator
 org.apache.camel.component.aws.xray.decorators.http.JettySegmentDecorator
-org.apache.camel.component.aws.xray.decorators.http.NettyHttp4SegmentDecorator
 org.apache.camel.component.aws.xray.decorators.http.NettyHttpSegmentDecorator
 org.apache.camel.component.aws.xray.decorators.http.RestletSegmentDecorator
 org.apache.camel.component.aws.xray.decorators.http.RestSegmentDecorator


[camel] 03/03: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9ea54982e18d67bf9cbebe581d906ef62d3a951c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Aug 9 09:53:48 2019 +0200

    Regen
---
 docs/components/modules/ROOT/pages/grape-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/grape-component.adoc b/docs/components/modules/ROOT/pages/grape-component.adoc
index 943a269..44cf763 100644
--- a/docs/components/modules/ROOT/pages/grape-component.adoc
+++ b/docs/components/modules/ROOT/pages/grape-component.adoc
@@ -219,7 +219,7 @@ the `CamelGrapeCommand` header set to `GrapeCommand.listPatches`:
 
 [source,java]
 ----------------------------------------------------------------------------------------
-      from("netty-http4:http://0.0.0.0:80/patches").
+      from("netty-http:http://0.0.0.0:80/patches").
         setHeader(GrapeConstats.GRAPE_COMMAND, constant(CamelGrapeCommand.listPatches)).
         to("grape:list"); 
 ----------------------------------------------------------------------------------------
@@ -240,7 +240,7 @@ command:
 
 [source,java]
 -----------------------------------------------------------------------------------------
-      from("netty-http4:http://0.0.0.0:80/patches").
+      from("netty-http:http://0.0.0.0:80/patches").
         setHeader(GrapeConstats.GRAPE_COMMAND, constant(CamelGrapeCommand.clearPatches)).
         setBody().constant("Installed patches have been deleted."); 
 -----------------------------------------------------------------------------------------