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 <anco...@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