From commits-return-15820-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Wed Oct 10 00:29:00 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BE91C180668 for ; Wed, 10 Oct 2018 00:28:59 +0200 (CEST) Received: (qmail 15535 invoked by uid 500); 9 Oct 2018 22:28:58 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 15526 invoked by uid 99); 9 Oct 2018 22:28:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2018 22:28:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 33E0781E10; Tue, 9 Oct 2018 22:28:58 +0000 (UTC) Date: Tue, 09 Oct 2018 22:28:58 +0000 To: "commits@pulsar.apache.org" Subject: [pulsar] branch branch-2.2 updated: Fixed apache-rat validations MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153912413805.16119.10731041673636225064@gitbox.apache.org> From: mmerli@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: pulsar X-Git-Refname: refs/heads/branch-2.2 X-Git-Reftype: branch X-Git-Oldrev: 9a469755d09592d6a726808240594a31d6492cf2 X-Git-Newrev: dd509298aad74f720089f675884196f0cf3d8945 X-Git-Rev: dd509298aad74f720089f675884196f0cf3d8945 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch branch-2.2 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.2 by this push: new dd50929 Fixed apache-rat validations dd50929 is described below commit dd509298aad74f720089f675884196f0cf3d8945 Author: Matteo Merli AuthorDate: Tue Oct 9 15:03:13 2018 -0700 Fixed apache-rat validations --- distribution/server/src/assemble/src.xml | 4 ++++ examples/flink-consumer-source/README.md | 21 +++++++++++++++++++++ pom.xml | 3 ++- tests/compose/README.md | 21 +++++++++++++++++++++ 4 files changed, 48 insertions(+), 1 deletion(-) diff --git a/distribution/server/src/assemble/src.xml b/distribution/server/src/assemble/src.xml index d9af938..516528a 100644 --- a/distribution/server/src/assemble/src.xml +++ b/distribution/server/src/assemble/src.xml @@ -48,6 +48,8 @@ .git/** + **/*.nar + **/.terraform/** **/.gitignore **/.svn **/*.iws @@ -72,6 +74,8 @@ pulsar-client-cpp/perf/perfConsumer **/python/dist/** + **/pulsar-client-cpp/pkg/rpm/RPMS/** + **/pulsar-client-cpp/pkg/rpm/SOURCES/** **/python/wheelhouse/** **/python/MANIFEST **/*.egg-info/** diff --git a/examples/flink-consumer-source/README.md b/examples/flink-consumer-source/README.md index 209bb31..804a9d3 100644 --- a/examples/flink-consumer-source/README.md +++ b/examples/flink-consumer-source/README.md @@ -1,3 +1,24 @@ + + ## Apache Flink Connectors for Pulsar This page describes how to use the connectors to read and write Pulsar topics with [Apache Flink](https://flink.apache.org/) stream processing applications. diff --git a/pom.xml b/pom.xml index b8de04f..fdb9eca 100644 --- a/pom.xml +++ b/pom.xml @@ -1133,10 +1133,11 @@ flexible messaging model and an intuitive client API. **/META-INF/services/com.scurrilous.circe.HashProvider + **/META-INF/services/com.facebook.presto.spi.Plugin dashboard/django/stats/migrations/*.py - dashboard/conf/uwsgi_params + **/conf/uwsgi_params **/*.crt diff --git a/tests/compose/README.md b/tests/compose/README.md index 63c97e5..6b57504 100644 --- a/tests/compose/README.md +++ b/tests/compose/README.md @@ -1,3 +1,24 @@ + + This are docker compose files to quickly bring up a pulsar cluster. They use the pulsar testing docker image. To generate this, run ```mvn install -DskipTests -Pdocker``` in the top-level directory