This is an automated email from the ASF dual-hosted git repository.
rsivaram pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6a1bb54 KAFKA-7372: Upgrade Jetty for preliminary Java 11 and TLS 1.3
support (#5600)
6a1bb54 is described below
commit 6a1bb547c0c1f8e9f021e89958234f92f8a9014f
Author: Ismael Juma <[email protected]>
AuthorDate: Mon Sep 3 07:21:20 2018 -0700
KAFKA-7372: Upgrade Jetty for preliminary Java 11 and TLS 1.3 support
(#5600)
"Jetty 9.4.12 includes compatibility for JDK 11. Additionally, TLS 1.3
support has been implemented. While full functionality for new JDK features is
not yet supported, this release has been built and tested for compatibility
with the latest releases from Oracle."
http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00124.html
Reviewers: Rajini Sivaram <[email protected]>
---
docs/upgrade.html | 2 ++
gradle/dependencies.gradle | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 3b7ee85..c8cd716 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -43,6 +43,8 @@
<h5><a id="upgrade_210_notable" href="#upgrade_210_notable">Notable changes in
2.1.0</a></h5>
<ul>
+ <li>Jetty has been upgraded to 9.4.12, which excludes TLS_RSA_* ciphers by
default because they do not support forward
+ secrecy, see https://github.com/eclipse/jetty.project/issues/2807 for
more information.</li>
<li>Unclean leader election is automatically enabled by the controller
when <code>unclean.leader.election.enable</code> config is dynamically updated
by using per-topic config override.</li>
</ul>
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index 80af4d8..0cdba7b 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -54,7 +54,7 @@ versions += [
bcpkix: "1.59",
easymock: "3.6",
jackson: "2.9.6",
- jetty: "9.4.11.v20180605",
+ jetty: "9.4.12.v20180830",
jersey: "2.27",
jmh: "1.21",
log4j: "1.2.17",