This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git.
discard 70ea7ed [maven-release-plugin] prepare for next development iteration omit a6626ebf [maven-release-plugin] prepare release release-0.8.0-rc0 omit c2f7fcc Update license, notice for 0.8.0 release (#7225) new db9b667 Do not shade jar for pinot native plug-in components (#7245) 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 (70ea7ed) \ N -- N -- N refs/heads/release-0.8.0-rc (db9b667) 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. 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: DISCLAIMER | 10 ++ LICENSE-binary | 117 ++++++--------------- NOTICE | 2 +- NOTICE-binary | 9 +- README.md | 2 +- licenses-binary/LICENSE-antlr4-runtime.txt | 28 ----- licenses-binary/LICENSE-bouncycastle.txt | 7 -- licenses-binary/LICENSE-google-api.txt | 27 ----- licenses-binary/LICENSE-jcip.txt | 7 -- pinot-broker/pom.xml | 5 +- pinot-clients/pinot-java-client/pom.xml | 5 +- pinot-clients/pinot-jdbc-client/pom.xml | 7 +- pinot-clients/pom.xml | 6 +- pinot-common/pom.xml | 5 +- pinot-connectors/pinot-spark-connector/pom.xml | 5 +- pinot-connectors/pom.xml | 6 +- pinot-controller/pom.xml | 5 +- pinot-core/pom.xml | 5 +- pinot-distribution/pinot-assembly.xml | 16 +-- pinot-distribution/pom.xml | 11 +- pinot-integration-tests/pom.xml | 5 +- pinot-minion/pom.xml | 5 +- pinot-perf/pom.xml | 5 +- .../pinot-batch-ingestion-common/pom.xml | 6 +- .../pinot-batch-ingestion-hadoop/pom.xml | 6 +- .../pinot-batch-ingestion-spark/pom.xml | 6 +- .../pinot-batch-ingestion-standalone/pom.xml | 6 +- pinot-plugins/pinot-batch-ingestion/pom.xml | 6 +- .../v0_deprecated/pinot-hadoop/pom.xml | 7 +- .../v0_deprecated/pinot-ingestion-common/pom.xml | 6 +- .../v0_deprecated/pinot-spark/pom.xml | 7 +- .../pinot-batch-ingestion/v0_deprecated/pom.xml | 6 +- .../pinot-environment/pinot-azure/pom.xml | 6 +- pinot-plugins/pinot-environment/pom.xml | 6 +- pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 5 +- pinot-plugins/pinot-file-system/pinot-gcs/pom.xml | 6 +- pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml | 5 +- pinot-plugins/pinot-file-system/pinot-s3/pom.xml | 8 +- pinot-plugins/pinot-file-system/pom.xml | 6 +- .../pinot-input-format/pinot-avro-base/pom.xml | 5 +- .../pinot-input-format/pinot-avro/pom.xml | 5 +- .../pinot-confluent-avro/pom.xml | 5 +- pinot-plugins/pinot-input-format/pinot-csv/pom.xml | 5 +- .../pinot-input-format/pinot-json/pom.xml | 5 +- pinot-plugins/pinot-input-format/pinot-orc/pom.xml | 6 +- .../pinot-input-format/pinot-parquet/pom.xml | 5 +- .../pinot-input-format/pinot-protobuf/pom.xml | 5 +- .../pinot-input-format/pinot-thrift/pom.xml | 5 +- pinot-plugins/pinot-input-format/pom.xml | 6 +- pinot-plugins/pinot-metrics/pinot-yammer/pom.xml | 5 +- pinot-plugins/pinot-metrics/pom.xml | 6 +- .../pinot-minion-builtin-tasks/pom.xml | 7 +- pinot-plugins/pinot-minion-tasks/pom.xml | 6 +- .../pinot-segment-uploader-default/pom.xml | 8 +- pinot-plugins/pinot-segment-uploader/pom.xml | 6 +- .../pinot-segment-writer-file-based/pom.xml | 8 +- pinot-plugins/pinot-segment-writer/pom.xml | 6 +- .../pinot-stream-ingestion/pinot-kafka-0.9/pom.xml | 6 +- .../pinot-stream-ingestion/pinot-kafka-2.0/pom.xml | 6 +- .../pinot-kafka-base/pom.xml | 6 +- .../pinot-stream-ingestion/pinot-kinesis/pom.xml | 8 +- .../pinot-stream-ingestion/pinot-pulsar/pom.xml | 6 +- pinot-plugins/pinot-stream-ingestion/pom.xml | 6 +- pinot-plugins/pom.xml | 8 +- pinot-segment-local/pom.xml | 5 +- pinot-segment-spi/pom.xml | 5 +- pinot-server/pom.xml | 5 +- pinot-spi/pom.xml | 5 +- pinot-tools/pom.xml | 5 +- pom.xml | 11 +- 70 files changed, 283 insertions(+), 301 deletions(-) create mode 100644 DISCLAIMER delete mode 100644 licenses-binary/LICENSE-antlr4-runtime.txt delete mode 100644 licenses-binary/LICENSE-bouncycastle.txt delete mode 100644 licenses-binary/LICENSE-google-api.txt delete mode 100644 licenses-binary/LICENSE-jcip.txt --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org