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
The following commit(s) were added to refs/heads/master by this push: new ab33215 CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http - AWS-Xray reference to http4 removed ab33215 is described below commit ab33215101ed77f7557eaef374290f8a164e5c94 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Aug 1 11:40:43 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http - AWS-Xray reference to http4 removed --- .../decorators/http/Http4SegmentDecorator.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/Http4SegmentDecorator.java b/components/camel-aws-xray/src/main/java/org/apache/camel/component/aws/xray/decorators/http/Http4SegmentDecorator.java deleted file mode 100644 index e3710c5..0000000 --- a/components/camel-aws-xray/src/main/java/org/apache/camel/component/aws/xray/decorators/http/Http4SegmentDecorator.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 Http4SegmentDecorator extends AbstractHttpSegmentDecorator { - - @Override - public String getComponent() { - return "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 3ab9a57..826bdad 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 @@ -24,7 +24,6 @@ org.apache.camel.component.aws.xray.decorators.SqlSegmentDecorator 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.Http4SegmentDecorator 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