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

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


    from c1d6328249d StreamingTaskRunner: Close the rejection period updater 
executor service (#17490)
     add 17215cd6776 Remove support for Java 8 (#17466)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql.yml                       |   2 +-
 .github/workflows/cron-job-its.yml                 |  22 ++--
 .github/workflows/revised-its.yml                  |  12 +-
 .github/workflows/standard-its.yml                 |  30 ++---
 .github/workflows/static-checks.yml                |  24 ++--
 .../unit-and-integration-tests-unified.yml         |   8 +-
 .idea/misc-for-inspection.xml                      |   2 +-
 README.md                                          |   2 +-
 benchmarks/pom.xml                                 |   2 +-
 check_test_suite.py                                |   2 +-
 codestyle/pmd-ruleset.xml                          |   1 -
 codestyle/spotbugs-exclude.xml                     |  11 ++
 distribution/docker/Dockerfile                     |   2 +-
 docs/configuration/index.md                        |   6 +-
 .../extensions-core/simple-client-sslcontext.md    |   6 +-
 docs/ingestion/input-sources.md                    |   8 +-
 docs/operations/java.md                            |   6 +-
 docs/operations/tls-support.md                     |   6 +-
 docs/querying/dimensionspecs.md                    |   2 +-
 docs/querying/filters.md                           |   2 +-
 docs/querying/math-expr.md                         |   2 +-
 docs/querying/sql-scalar.md                        |   2 +-
 docs/tutorials/cluster.md                          |   6 +-
 docs/tutorials/index.md                            |   2 +-
 examples/bin/verify-java                           |   6 +-
 .../quickstart/tutorial/hadoop/docker/Dockerfile   |   6 +-
 extensions-contrib/cloudfiles-extensions/pom.xml   |   3 +-
 extensions-contrib/compressed-bigdecimal/pom.xml   |   1 -
 extensions-contrib/grpc-query/pom.xml              |   6 +
 extensions-core/simple-client-sslcontext/README.md |   2 +-
 .../apache/druid/indexer/IndexGeneratorJob.java    |   2 +-
 indexing-service/pom.xml                           |   1 +
 .../druid/indexing/overlord/RemoteTaskRunner.java  |   2 +-
 integration-tests-ex/cases/pom.xml                 |   4 +
 .../msq/ITMultiStageQueryWorkerFaultTolerance.java |  13 +--
 .../wikipedia_msq_select_query_ha.json             |  48 ++++++++
 integration-tests-ex/image/docker/Dockerfile       |   2 +-
 integration-tests/README.md                        |   3 +-
 integration-tests/docker/Dockerfile                |   2 +-
 integration-tests/pom.xml                          |   3 +-
 .../script/docker_build_containers.sh              |   2 +-
 licenses.yaml                                      |   2 +-
 pom.xml                                            | 126 +++++++++++----------
 processing/pom.xml                                 |   1 +
 .../org/apache/druid/math/expr/antlr/Expr.g4       |   2 +-
 .../org/apache/druid/crypto/CryptoService.java     |   2 +-
 .../guava/ParallelMergeCombiningSequence.java      |   2 +-
 .../rowsandcols/CursorFactoryRowsAndColumns.java   |   8 +-
 server/pom.xml                                     |   6 +
 .../discovery/CuratorDruidLeaderSelector.java      |   7 +-
 services/pom.xml                                   |   1 +
 sql/pom.xml                                        |   1 +
 .../druid-models/ingestion-spec/ingestion-spec.tsx |   2 +-
 .../src/druid-models/input-source/input-source.tsx |   2 +-
 .../druid-models/timestamp-spec/timestamp-spec.tsx |   2 +-
 55 files changed, 257 insertions(+), 181 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to