You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2018/11/23 18:17:21 UTC

[camel] branch master updated (6370c53 -> bed98e7)

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

gzurowski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 6370c53  Updating CXF
     new 07da9c3  Exclude data files of FHIR examples from license check
     new 15a7de2  Add missing license information
     new bed98e7  Ignore mvel file for license check

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-nsq/pom.xml | 18 ++++++++++++++++++
 pom.xml                      |  3 +++
 2 files changed, 21 insertions(+)


[camel] 01/03: Exclude data files of FHIR examples from license check

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 07da9c3e04d3ae344317eff78e5cac30345c22b1
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Nov 23 19:01:40 2018 +0100

    Exclude data files of FHIR examples from license check
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5d37e86..d20f641 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,6 +276,8 @@
                 <exclude>**/fabric8/*.yaml</exclude>
                 <exclude>**/src/main/resources/consul/services.json</exclude>
                 <exclude>**/src/main/resources/data/*.json</exclude>
+                <exclude>examples/camel-example-fhir*/src/main/data/*.patient</exclude>
+                <exclude>examples/camel-example-fhir*/src/main/data/*.csv</exclude>
                 <!-- generated files -->
                 <exclude>**/target/**/*</exclude>
                 <exclude>**/eclipse-classes/**/*</exclude>


[camel] 03/03: Ignore mvel file for license check

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit bed98e78c89387948c4704afa92062b052164d90
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Nov 23 19:14:05 2018 +0100

    Ignore mvel file for license check
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index d20f641..6a7e6c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,6 +253,7 @@
                 <exclude>**/readme-examples.mvel</exclude>
                 <exclude>**/readme-languages.mvel</exclude>
                 <exclude>**/readme-others.mvel</exclude>
+                <exclude>**/spring-boot-auto-configure-options.mvel</exclude>
                 <exclude>**/spring-boot-starter-NOTICE.txt</exclude>
                 <!-- cxf does not handle comments here -->
                 <exclude>**/src/main/resources/META-INF/cxf/cxf.extension</exclude>


[camel] 02/03: Add missing license information

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 15a7de2ba4f756c4cbd3aa256538506ca057137d
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Nov 23 19:10:50 2018 +0100

    Add missing license information
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 components/camel-nsq/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/components/camel-nsq/pom.xml b/components/camel-nsq/pom.xml
index 0953f5df..45840a2 100644
--- a/components/camel-nsq/pom.xml
+++ b/components/camel-nsq/pom.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">