Skip to content

Commit b63492e

Browse files
authored
Docs: update supported Java version (#580)
1 parent a3a6444 commit b63492e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-import-export.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ $ dsconfig \
484484
--trustAll
485485
----
486486
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.
487-
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:
487+
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:
488488
489489
* The cipher algorithm defining how the cleartext is encrypted and decrypted.
490490

opendj-doc-generated-ref/src/main/asciidoc/admin-guide/chap-schema.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ ldapSyntaxes: ( security-label-syntax-oid DESC 'Security Label'
202202
----
203203
204204
`X-PATTERN`::
205-
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:
205+
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:
206206
+
207207
208208
[source, ldif]

opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ When connecting to directory servers over LDAPS or LDAP and StartTLS, you can co
992992
993993
. (Optional) If necessary, adjust the log level.
994994
+
995-
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].
995+
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].
996996
+
997997
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:
998998
+

opendj-doc-generated-ref/src/main/asciidoc/install-guide/chap-upgrade.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This chapter includes the following procedures and examples:
6161
+
6262
Make sure you have the credentials to run commands as the user who owns the server.
6363
64-
. (Optional) If OpenDJ directory server runs with Java 6, move to a newer version, at least Java 8, before continuing the upgrade process.
64+
. (Optional) If OpenDJ directory server runs with Java 7, move to a newer version, at least Java 11, before continuing the upgrade process.
6565
+
6666
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.
6767

opendj-doc-generated-ref/src/main/asciidoc/man-pages/man-makeldif-template.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The Random tag lets you generate a variety of random numbers and strings. The Ra
172172
173173
* `numeric:minvalue:maxvalue`
174174
175-
* `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
175+
* `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
176176
177177
* `alphanumeric:length`
178178

0 commit comments

Comments
 (0)