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

github-bot pushed a change to branch dependabot/maven/hive.version-3.1.2
in repository https://gitbox.apache.org/repos/asf/flume.git.


 discard e2a7517  Bump hive.version from 1.0.0 to 3.1.2
     add 9e0bc5b  maven: Add WSO2 repo for ua_parser:ua-parser dep
     add bba1997  JDK 11: Exclude hbase-annotations module
     add 867c0a2  JDK 11: upgrade to Thrift 0.13
     add 04e7d8e  fix typo
     add f8269df  Fix minor typo in docs
     add 02bb8e6  FLUME-3355 Upgrade Kafka to 2.3.1. (#316)
     add 5c9bfe6  FLUME-3352: Skip spooldir canary when tracker dir is used 
(#314)
     add 7b31490  FLUME-3360: Use POSIX tar format for long uid/gid support on 
macOS (#318)
     add 62c0c3d  Ignore PMD violations in generated Thrift source (#325)
     add 59ffd4f  FLUME-3368 Update Jackson to 2.9.10
     add ce6db54  FLUME-3389 Build and test Apache Flume on ARM64 CPU 
architecture
     add 587036f  Bump hive.version from 1.0.0 to 3.1.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e2a7517)
            \
             N -- N -- N   refs/heads/dependabot/maven/hive.version-3.1.2 
(587036f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |  37 +-
 .../apache/flume/api/SecureThriftRpcClient.java    |   2 +-
 .../apache/flume/channel/kafka/KafkaChannel.java   |   8 +-
 .../channel/kafka/TestOffsetsAndMigration.java     |   2 +-
 .../flume/channel/SpillableMemoryChannel.java      |   2 +-
 .../flume/channel/TestSpillableMemoryChannel.java  |  42 ++-
 .../apache/flume/conf/TestFlumeConfiguration.java  |   3 +-
 .../avro/ReliableSpoolingFileEventReader.java      |  28 +-
 .../java/org/apache/flume/source/ThriftSource.java |   2 +-
 .../avro/TestReliableSpoolingFileEventReader.java  |  42 +++
 .../flume/source/TestMultiportSyslogTCPSource.java |  30 +-
 .../apache/flume/source/TestSyslogTcpSource.java   |  22 +-
 .../apache/flume/source/TestSyslogUdpSource.java   |  30 +-
 .../org/apache/flume/source/TestSyslogUtils.java   |   5 +-
 .../apache/flume/source/http/TestHTTPSource.java   |  17 +-
 flume-ng-dist/pom.xml                              |   2 +-
 flume-ng-doc/sphinx/FlumeUserGuide.rst             |   2 +-
 .../flume-thrift-source/exclude-pmd.properties     |   3 +
 .../flume-thrift-source/pom.xml                    |  13 +-
 .../flume/handlers/thrift/EventStatus.java         |   8 +-
 .../cloudera/flume/handlers/thrift/Priority.java   |   8 +-
 .../flume/handlers/thrift/ThriftFlumeEvent.java    | 242 ++++++-------
 .../handlers/thrift/ThriftFlumeEventServer.java    | 382 +++++++++++----------
 .../source/thriftLegacy/ThriftLegacySource.java    |   1 -
 .../java/org/apache/flume/api/ThriftRpcClient.java |   2 +-
 .../org/apache/flume/api/ThriftTestingSource.java  |   2 +-
 flume-ng-sinks/flume-dataset-sink/pom.xml          |   6 -
 flume-ng-sinks/flume-ng-hbase-sink/pom.xml         |  42 +++
 flume-ng-sinks/flume-ng-kafka-sink/pom.xml         |   5 +
 .../flume/sink/kafka/util/ZooKeeperLocal.java      |   3 +-
 flume-ng-sinks/flume-ng-kudu-sink/pom.xml          |   2 +
 .../flume-ng-morphline-solr-sink/pom.xml           |  24 ++
 flume-ng-sinks/pom.xml                             |  27 +-
 flume-ng-sources/flume-kafka-source/pom.xml        |   4 +
 .../org/apache/flume/source/kafka/KafkaSource.java |   4 +-
 .../apache/flume/source/kafka/TestKafkaSource.java |  19 +-
 .../org/apache/flume/source/scribe/Scribe.java     |  10 +-
 .../apache/flume/source/scribe/ScribeSource.java   |   4 +-
 .../flume/source/scribe/TestScribeSource.java      |   7 +-
 .../org/apache/flume/test/util/StagedInstall.java  |   2 +-
 pom.xml                                            |  53 ++-
 41 files changed, 694 insertions(+), 455 deletions(-)
 create mode 100644 
flume-ng-legacy-sources/flume-thrift-source/exclude-pmd.properties

Reply via email to