From b63492e4299d23bcb6ef9236e616cb4f6c7a1887 Mon Sep 17 00:00:00 2001 From: Maxim Thomas <maxim.thomas@gmail.com> Date: Thu, 04 Dec 2025 10:36:39 +0000 Subject: [PATCH] Docs: update supported Java version (#580) --- opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc | 2 +- opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc | 2 +- opendj-doc-generated-ref/src/main/asciidoc/man-pages/man-makeldif-template.adoc | 2 +- opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-import-export.adoc | 2 +- opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-schema.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-import-export.adoc b/opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-import-export.adoc index f6d2891..9a3cb46 100644 --- a/opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-import-export.adoc +++ b/opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-import-export.adoc @@ -484,7 +484,7 @@ --trustAll ---- After confidentiality is enabled, entries are encrypted when next written. That is, OpenDJ directory server does not automatically rewrite all entries in encrypted form. Instead, it encrypts each entry on update, for example, when a user updates their entry or when you import data. -The settings for data confidentiality depend on the encryption capabilities of the JVM. For example, for details about the Sun/Oracle Java implementation, see the explanations in link:https://docs.oracle.com/javase/7/docs/api/index.html?javax/crypto/Cipher.html[javax.crypto.Cipher, window=\_blank]. You can accept the default settings, or choose to specify the following: +The settings for data confidentiality depend on the encryption capabilities of the JVM. For example, for details about the Oracle Java implementation, see the explanations in link:https://docs.oracle.com/en/java/javase/11/docs/api/index.html?javax/crypto/Cipher.html[javax.crypto.Cipher, window=\_blank]. You can accept the default settings, or choose to specify the following: * The cipher algorithm defining how the cleartext is encrypted and decrypted. diff --git a/opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-schema.adoc b/opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-schema.adoc index 5b933bd..d86183d 100644 --- a/opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-schema.adoc +++ b/opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-schema.adoc @@ -202,7 +202,7 @@ ---- `X-PATTERN`:: -Used to define a syntax based on a regular expression pattern, where valid regular expressions are those defined for link:http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html[java.util.regex.Pattern, window=\_blank]. The following attribute syntax description defines a simple, lenient SIP phone URI syntax check: +Used to define a syntax based on a regular expression pattern, where valid regular expressions are those defined for link:https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/regex/Pattern.html[java.util.regex.Pattern, window=\_blank]. The following attribute syntax description defines a simple, lenient SIP phone URI syntax check: + [source, ldif] diff --git a/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc b/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc index 9d0847c..61970f9 100644 --- a/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc +++ b/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc @@ -992,7 +992,7 @@ . (Optional) If necessary, adjust the log level. + -Log levels are defined in link:https://docs.oracle.com/javase/7/docs/api/java/util/logging/Level.html[java.util.logging.Level, window=\_blank]. +Log levels are defined in link:https://docs.oracle.com/en/java/javase/11/docs/api/java.logging/java/util/logging/Level.html[java.util.logging.Level, window=\_blank]. + By default, the log level is set to `INFO`, and the gateway logs HTTP request-related messages. To have the gateway log LDAP request-related messages, set the log level to `FINEST` in one of the following ways: + diff --git a/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc b/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc index 0443cfb..a798558 100644 --- a/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc +++ b/opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc @@ -61,7 +61,7 @@ + Make sure you have the credentials to run commands as the user who owns the server. -. (Optional) If OpenDJ directory server runs with Java 6, move to a newer version, at least Java 8, before continuing the upgrade process. +. (Optional) If OpenDJ directory server runs with Java 7, move to a newer version, at least Java 11, before continuing the upgrade process. + To move to a newer version, edit the `default.java-home` setting in the `opendj/config/java.properties` file, and then run the `dsjavaproperties` command. diff --git a/opendj-doc-generated-ref/src/main/asciidoc/man-pages/man-makeldif-template.adoc b/opendj-doc-generated-ref/src/main/asciidoc/man-pages/man-makeldif-template.adoc index e1d0ca9..ab003ae 100644 --- a/opendj-doc-generated-ref/src/main/asciidoc/man-pages/man-makeldif-template.adoc +++ b/opendj-doc-generated-ref/src/main/asciidoc/man-pages/man-makeldif-template.adoc @@ -172,7 +172,7 @@ * `numeric:minvalue:maxvalue` -* `numeric:minvalue:maxvalue:format`, where __format__ is a link:http://docs.oracle.com/javase/7/docs/api/java/text/DecimalFormat.html[java.text.DecimalFormat, window=\_blank] pattern +* `numeric:minvalue:maxvalue:format`, where __format__ is a link:https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/text/DecimalFormat.html[java.text.DecimalFormat, window=\_blank] pattern * `alphanumeric:length` -- Gitblit v1.10.0