From 360c8bcccf9ff5a0db28ab83f29dd594a7bda7cd Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 08 Jul 2015 06:05:31 +0000
Subject: [PATCH] OPENDJ-2204 Deprecate Java 6 in the release notes
---
src/main/docbkx/release-notes/chap-compatibility.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main/docbkx/release-notes/chap-compatibility.xml b/src/main/docbkx/release-notes/chap-compatibility.xml
index 8663d09..5d3a04b 100644
--- a/src/main/docbkx/release-notes/chap-compatibility.xml
+++ b/src/main/docbkx/release-notes/chap-compatibility.xml
@@ -137,7 +137,11 @@
<section xml:id="deprecated-functionality">
<title>Deprecated Functionality</title>
-
+
+ <para>
+ Support for Java 6 is deprecated and likely to be removed in a future release.
+ </para>
+
<para>OpenDJ ${stableServerVersion} makes use of new environment
variables aligned with the project name to use <literal>OPENDJ</literal>.
Use of the old variables is Deprecated. The old variables are likely to be
--
Gitblit v1.10.0