You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/13 14:00:21 UTC

[camel-kafka-connector] branch master updated (79b0ebe -> 7dd49f0)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


    from 79b0ebe  Merge pull request #47 from apache/cassandraql-sink
     add 08749ea  Add checkstyle profile and rename sub modules in poms
     add ce5a5fd  remove .flattened-pom file
     new 7dd49f0  Merge pull request #48 from apache/add-checkstyle

The 1 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:
 LICENSE.txt => buildingtools/META-INF/LICENSE      |   1 -
 buildingtools/META-INF/NOTICE                      |  70 ++++
 buildingtools/java9-maven-settings                 |   2 +
 buildingtools/java9-maven-settings.bat             |  18 +
 buildingtools/pom.xml                              | 110 ++++++
 .../src/main/resources/META-INF/LICENSE            |   1 -
 buildingtools/src/main/resources/META-INF/NOTICE   |  70 ++++
 .../resources/camel-checkstyle-suppressions.xml    |  63 ++++
 .../src/main/resources/camel-checkstyle.xml        | 380 +++++++++++++++++++++
 .../src/main/resources/camel-eclipse-checkstyle    |  27 ++
 buildingtools/src/main/resources/camel-eclipse-pmd |  23 ++
 .../src/main/resources/camel-pmd-ruleset.xml       | 206 +++++++++++
 .../src/main/resources/header-java.txt             |  15 -
 .../src/main/resources/header-properties.txt       |  12 -
 buildingtools/src/main/resources/header-xml.txt    |  18 +
 buildingtools/src/main/resources/header.txt        |  14 +
 .../license-properties-headerdefinition.xml        |  30 ++
 .../src/main/resources/notice-supplements.xml      | 215 ++++++++++++
 core/pom.xml                                       |   2 +-
 parent/pom.xml                                     |   9 +-
 pom.xml                                            |   3 +-
 tests/pom.xml                                      |   2 +-
 22 files changed, 1255 insertions(+), 36 deletions(-)
 copy LICENSE.txt => buildingtools/META-INF/LICENSE (99%)
 create mode 100644 buildingtools/META-INF/NOTICE
 create mode 100755 buildingtools/java9-maven-settings
 create mode 100644 buildingtools/java9-maven-settings.bat
 create mode 100644 buildingtools/pom.xml
 copy LICENSE.txt => buildingtools/src/main/resources/META-INF/LICENSE (99%)
 create mode 100644 buildingtools/src/main/resources/META-INF/NOTICE
 create mode 100644 buildingtools/src/main/resources/camel-checkstyle-suppressions.xml
 create mode 100644 buildingtools/src/main/resources/camel-checkstyle.xml
 create mode 100644 buildingtools/src/main/resources/camel-eclipse-checkstyle
 create mode 100644 buildingtools/src/main/resources/camel-eclipse-pmd
 create mode 100644 buildingtools/src/main/resources/camel-pmd-ruleset.xml
 copy core/src/main/java/org/apache/camel/kafkaconnector/VersionUtil.java => buildingtools/src/main/resources/header-java.txt (71%)
 copy core/src/test/resources/log4j2.properties => buildingtools/src/main/resources/header-properties.txt (69%)
 create mode 100644 buildingtools/src/main/resources/header-xml.txt
 create mode 100644 buildingtools/src/main/resources/header.txt
 create mode 100644 buildingtools/src/main/resources/license-properties-headerdefinition.xml
 create mode 100644 buildingtools/src/main/resources/notice-supplements.xml


[camel-kafka-connector] 01/01: Merge pull request #48 from apache/add-checkstyle

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 7dd49f0b2c35ac91c732a98091cfcac86abf2ba6
Merge: 79b0ebe ce5a5fd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 13 15:00:13 2019 +0100

    Merge pull request #48 from apache/add-checkstyle
    
    Add checkstyle profile

 buildingtools/META-INF/LICENSE                     | 202 +++++++++++
 buildingtools/META-INF/NOTICE                      |  70 ++++
 buildingtools/java9-maven-settings                 |   2 +
 buildingtools/java9-maven-settings.bat             |  18 +
 buildingtools/pom.xml                              | 110 ++++++
 buildingtools/src/main/resources/META-INF/LICENSE  | 202 +++++++++++
 buildingtools/src/main/resources/META-INF/NOTICE   |  70 ++++
 .../resources/camel-checkstyle-suppressions.xml    |  63 ++++
 .../src/main/resources/camel-checkstyle.xml        | 380 +++++++++++++++++++++
 .../src/main/resources/camel-eclipse-checkstyle    |  27 ++
 buildingtools/src/main/resources/camel-eclipse-pmd |  23 ++
 .../src/main/resources/camel-pmd-ruleset.xml       | 206 +++++++++++
 buildingtools/src/main/resources/header-java.txt   |  16 +
 .../src/main/resources/header-properties.txt       |  16 +
 buildingtools/src/main/resources/header-xml.txt    |  18 +
 buildingtools/src/main/resources/header.txt        |  14 +
 .../license-properties-headerdefinition.xml        |  30 ++
 .../src/main/resources/notice-supplements.xml      | 215 ++++++++++++
 core/pom.xml                                       |   2 +-
 parent/pom.xml                                     |   9 +-
 pom.xml                                            |   3 +-
 tests/pom.xml                                      |   2 +-
 22 files changed, 1691 insertions(+), 7 deletions(-)