This is an automated email from the ASF dual-hosted git repository. ffang pushed a commit to branch camel-2.21.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit a844b72a8bf9fa8f6743ff1590a97113da571ee0 Author: Schippers <mike.schipp...@stedin.net> AuthorDate: Fri Mar 23 11:33:16 2018 +0100 CAMEL-12399: fix CxfRsProducer doesn't configure CxfRsEndpointConfigurer while using Proxy API (cherry picked from commit 960ef89d724d66a730845253a7710314023f2856) --- .../cxf/jaxrs/CxfRsProducerEndpointConfigurerTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsProducerEndpointConfigurerTest.java b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsProducerEndpointConfigurerTest.java index 6f6f8fc..035a79a 100644 --- a/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsProducerEndpointConfigurerTest.java +++ b/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/CxfRsProducerEndpointConfigurerTest.java @@ -1,3 +1,19 @@ +/** + * 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.cxf.jaxrs; import org.apache.camel.Exchange; -- To stop receiving notification emails like this one, please contact ff...@apache.org.