This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit adafa5cfd662d8cae3dc3c909c0d7d406893447d Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Thu Sep 20 08:39:18 2018 +0200 [CAMEL-12814] Replace old components with their new counterpart --- .../META-INF/services/org/apache/camel/component/hdfs | 18 ++++++++++++++++++ .../META-INF/services/org/apache/camel/component/http | 18 ++++++++++++++++++ .../META-INF/services/org/apache/camel/component/https | 18 ++++++++++++++++++ .../META-INF/services/org/apache/camel/component/mina | 18 ++++++++++++++++++ .../services/org/apache/camel/component/mongodb | 18 ++++++++++++++++++ .../META-INF/services/org/apache/camel/component/netty | 17 +++++++++++++++++ .../services/org/apache/camel/component/quartz | 18 ++++++++++++++++++ 7 files changed, 125 insertions(+) diff --git a/components/camel-hdfs2/src/main/resources/META-INF/services/org/apache/camel/component/hdfs b/components/camel-hdfs2/src/main/resources/META-INF/services/org/apache/camel/component/hdfs new file mode 100644 index 0000000..acde85a --- /dev/null +++ b/components/camel-hdfs2/src/main/resources/META-INF/services/org/apache/camel/component/hdfs @@ -0,0 +1,18 @@ +# +# 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.component.hdfs2.HdfsComponent diff --git a/components/camel-http4/src/main/resources/META-INF/services/org/apache/camel/component/http b/components/camel-http4/src/main/resources/META-INF/services/org/apache/camel/component/http new file mode 100644 index 0000000..12005c6 --- /dev/null +++ b/components/camel-http4/src/main/resources/META-INF/services/org/apache/camel/component/http @@ -0,0 +1,18 @@ +# +# 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.component.http4.HttpComponent diff --git a/components/camel-http4/src/main/resources/META-INF/services/org/apache/camel/component/https b/components/camel-http4/src/main/resources/META-INF/services/org/apache/camel/component/https new file mode 100644 index 0000000..12005c6 --- /dev/null +++ b/components/camel-http4/src/main/resources/META-INF/services/org/apache/camel/component/https @@ -0,0 +1,18 @@ +# +# 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.component.http4.HttpComponent diff --git a/components/camel-mina2/src/main/resources/META-INF/services/org/apache/camel/component/mina b/components/camel-mina2/src/main/resources/META-INF/services/org/apache/camel/component/mina new file mode 100644 index 0000000..17c99f3 --- /dev/null +++ b/components/camel-mina2/src/main/resources/META-INF/services/org/apache/camel/component/mina @@ -0,0 +1,18 @@ +# +# 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.component.mina2.Mina2Component diff --git a/components/camel-mongodb3/src/main/resources/META-INF/services/org/apache/camel/component/mongodb b/components/camel-mongodb3/src/main/resources/META-INF/services/org/apache/camel/component/mongodb new file mode 100644 index 0000000..ba9679f --- /dev/null +++ b/components/camel-mongodb3/src/main/resources/META-INF/services/org/apache/camel/component/mongodb @@ -0,0 +1,18 @@ +# +# 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.component.mongodb3.MongoDbComponent diff --git a/components/camel-netty4/src/main/resources/META-INF/services/org/apache/camel/component/netty b/components/camel-netty4/src/main/resources/META-INF/services/org/apache/camel/component/netty new file mode 100644 index 0000000..140b453 --- /dev/null +++ b/components/camel-netty4/src/main/resources/META-INF/services/org/apache/camel/component/netty @@ -0,0 +1,17 @@ +# 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.component.netty4.NettyComponent diff --git a/components/camel-quartz2/src/main/resources/META-INF/services/org/apache/camel/component/quartz b/components/camel-quartz2/src/main/resources/META-INF/services/org/apache/camel/component/quartz new file mode 100644 index 0000000..c1ffd5c --- /dev/null +++ b/components/camel-quartz2/src/main/resources/META-INF/services/org/apache/camel/component/quartz @@ -0,0 +1,18 @@ +# +# 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.component.quartz2.QuartzComponent