You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/03/28 09:46:49 UTC

[camel] branch master updated: CAMEL-13367: Fixed camel-jaxb fallback type converter to laod in OSGi. Its loaded via regular type converter anyway.

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

davsclaus 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 807c3ae  CAMEL-13367: Fixed camel-jaxb fallback type converter to laod in OSGi. Its loaded via regular type converter anyway.
807c3ae is described below

commit 807c3ae5d383170fdb3ce949967f456f2be9593f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 28 10:46:33 2019 +0100

    CAMEL-13367: Fixed camel-jaxb fallback type converter to laod in OSGi. Its loaded via regular type converter anyway.
---
 .../services/org/apache/camel/FallbackTypeConverter    | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/components/camel-jaxb/src/main/resources/META-INF/services/org/apache/camel/FallbackTypeConverter b/components/camel-jaxb/src/main/resources/META-INF/services/org/apache/camel/FallbackTypeConverter
deleted file mode 100644
index 9963177..0000000
--- a/components/camel-jaxb/src/main/resources/META-INF/services/org/apache/camel/FallbackTypeConverter
+++ /dev/null
@@ -1,18 +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.
-#
-
-class=org.apache.camel.converter.jaxb.FallbackTypeConverter