kafka/bin/windows
Ismael Juma cbf8ad277a
MINOR: Upgrade to Scala 2.13.4 (#9643)
Scala 2.13.4 restores default global `ExecutionContext` to 2.12 behavior
(to fix a perf regression in some use cases) and improves pattern matching
(especially exhaustiveness checking). Most of the changes are related
to the latter as I have enabled the newly introduced `-Xlint:strict-unsealed-patmat`.

More details on the code changes:
* Don't swallow exception in `ReassignPartitionsCommand.topicDescriptionFutureToState`.
* `RequestChannel.Response` should be `sealed`.
* Introduce sealed ClientQuotaManager.BaseUserEntity to avoid false positive
exhaustiveness warning.
* Handle a number of cases where pattern matches were not exhaustive:
either by marking them with @unchecked or by adding a catch-all clause.
* Workaround scalac bug related to exhaustiveness warnings in ZooKeeperClient
* Remove warning suppression annotations related to the optimizer that are no
longer needed in ConsumerGroupCommand and AclAuthorizer.
* Use `forKeyValue` in `AclAuthorizer.acls` as the scala bug preventing us from
using it seems to be fixed.
* Also update scalaCollectionCompat to 2.3.0, which includes minor improvements.

Full release notes:
* https://github.com/scala/scala/releases/tag/v2.13.4
* https://github.com/scala/scala-collection-compat/releases/tag/v2.3.0

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2020-11-24 10:28:53 -08:00
..
connect-distributed.bat
connect-standalone.bat
kafka-acls.bat
kafka-broker-api-versions.bat
kafka-configs.bat
kafka-console-consumer.bat
kafka-console-producer.bat
kafka-consumer-groups.bat
kafka-consumer-perf-test.bat
kafka-delegation-tokens.bat
kafka-delete-records.bat
kafka-dump-log.bat
kafka-leader-election.bat KAFKA-8286; Generalized Leader Election Admin RPC (KIP-460) (#6686) 2019-05-29 10:44:52 -07:00
kafka-log-dirs.bat
kafka-mirror-maker.bat
kafka-preferred-replica-election.bat
kafka-producer-perf-test.bat
kafka-reassign-partitions.bat
kafka-replica-verification.bat
kafka-run-class.bat MINOR: Upgrade to Scala 2.13.4 (#9643) 2020-11-24 10:28:53 -08:00
kafka-server-start.bat
kafka-server-stop.bat
kafka-streams-application-reset.bat KAFKA-8513: Add kafka-streams-application-reset.bat for Windows platform (#6909) 2019-07-19 10:53:37 -07:00
kafka-topics.bat
zookeeper-server-start.bat
zookeeper-server-stop.bat
zookeeper-shell.bat KAFKA-8843: KIP-515: Zookeeper TLS support 2020-02-08 21:16:48 +05:30