[ 
https://issues.apache.org/jira/browse/KAFKA-7372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602228#comment-16602228
 ] 

ASF GitHub Bot commented on KAFKA-7372:
---------------------------------------

rajinisivaram closed pull request #5600: KAFKA-7372: Upgrade Jetty for 
preliminary Java 11 and TLS 1.3 support
URL: https://github.com/apache/kafka/pull/5600
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/upgrade.html b/docs/upgrade.html
index 3b7ee853454..c8cd716be0b 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -43,6 +43,8 @@ <h4><a id="upgrade_2_1_0" href="#upgrade_2_1_0">Upgrading 
from 0.8.x, 0.9.x, 0.1
 
 <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 80af4d80996..0cdba7bc2b0 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",


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Upgrade Jetty for preliminary Java 11 and TLS 1.3 support
> ---------------------------------------------------------
>
>                 Key: KAFKA-7372
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7372
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Ismael Juma
>            Assignee: Ismael Juma
>            Priority: Major
>             Fix For: 2.1.0
>
>
> "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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to