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:39 UTC

[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

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