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
commit 381e63bce1ac6dc75d48c6ec83c5a15605692d24 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jun 4 17:17:21 2019 +0200 CAMEL-13594: Fixed activemq-camel should not use hardcoded meta-inf files but let them be autogenerated. --- .../META-INF/services/org/apache/camel/TypeConverter | 19 ------------------- .../services/org/apache/camel/component/activemq | 18 ------------------ .../services/org/apache/camel/component/broker | 18 ------------------ 3 files changed, 55 deletions(-) diff --git a/components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/TypeConverter b/components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/TypeConverter deleted file mode 100644 index b3817f2..0000000 --- a/components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/TypeConverter +++ /dev/null @@ -1,19 +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. -# - -org.apache.activemq.camel.converter.ActiveMQConverter -org.apache.activemq.camel.converter.ActiveMQMessageConverter \ No newline at end of file diff --git a/components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/component/activemq b/components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/component/activemq deleted file mode 100644 index 7df5d45..0000000 --- a/components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/component/activemq +++ /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.activemq.camel.component.ActiveMQComponent diff --git a/components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/component/broker b/components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/component/broker deleted file mode 100644 index 186f4ab..0000000 --- a/components/camel-activemq/src/main/resources/META-INF/services/org/apache/camel/component/broker +++ /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.activemq.camel.component.broker.BrokerComponent