From 8936168e853dceac6ffee979370697e6c3f6f023 Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Sun, 21 Oct 2018 13:39:35 +0200 Subject: [PATCH] Update requirements docs Java 8 Update 40/45 are no longer supported due to SPNEGO regression. See #126 --- docs/src/reference/asciidoc/introduction.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/reference/asciidoc/introduction.adoc b/docs/src/reference/asciidoc/introduction.adoc index facadd7..1824373 100644 --- a/docs/src/reference/asciidoc/introduction.adoc +++ b/docs/src/reference/asciidoc/introduction.adoc @@ -9,3 +9,11 @@ application developers to Kerberos concepts with Spring. Spring Security Kerberos {revnumber} is built and tested with JDK 7, Spring Security {spring-security-version} and Spring Framework {spring-version}. +[IMPORTANT] +==== +Java 8 Update 40/45 had a regression which broke handling of Kerberos tokens. +These Java versions are no longer supported. +See https://bugs.openjdk.java.net/browse/JDK-8078439[JDK-8078439] for further +information. +==== +