Skip to content

Commit 8cdc685

Browse files
committed
Docs: set supported Java version 17
1 parent 1b3cf24 commit 8cdc685

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

openidm-doc/src/main/asciidoc/getting-started/chap-basic-install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This section covers what you need to have on your system before running OpenIDM:
6767
6868
* Operating System: Windows or UNIX/Linux.
6969
70-
* Java: Java Runtime Environment (JRE) Standard Edition (Java SE) 11, or later. Alternatively, you can use the same version of the Java Development Kit (JDK). On Linux, you may also install the OpenJDK package native to your updated Linux distribution.
70+
* Java: Java Runtime Environment (JRE) Standard Edition (Java SE) 17, or later. Alternatively, you can use the same version of the Java Development Kit (JDK). On Linux, you may also install the OpenJDK package native to your updated Linux distribution.
7171
7272
* At least 250 MB of free disk space.
7373
@@ -86,7 +86,7 @@ On Windows systems, after installing Java, set the `JAVA_HOME` environment varia
8686
8787
====
8888
89-
. Locate your JRE or JDK installation directory. For a default installation of Java 8 on Windows 10, you should find the directory here: `C:\Program Files\Java\jre-version`.
89+
. Locate your JRE or JDK installation directory. For a default installation of Java 17 on Windows 10, you should find the directory here: `C:\Program Files\Java\jre-version`.
9090
9191
. Press `Windows + R` to launch the Windows Run prompt Properties window.
9292

openidm-doc/src/main/asciidoc/install-guide/chap-install.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ On Windows systems, you must set the `JAVA_HOME` environment variable to point t
5151
5252
. Under System Variables, click New.
5353
54-
. Enter the Variable name (`JAVA_HOME`) and set the Variable value to the JRE installation directory, for example `C:\Program Files\Java\jre11`.
54+
. Enter the Variable name (`JAVA_HOME`) and set the Variable value to the JRE installation directory, for example `C:\Program Files\Java\jre17`.
5555
5656
. Click OK.
5757
@@ -80,10 +80,9 @@ Follow these steps to install OpenIDM:
8080
[source, console]
8181
----
8282
$ java -version
83-
openjdk version "11.0.25" 2024-10-15
84-
OpenJDK Runtime Environment Temurin-11.0.25+9 (build 11.0.25+9)
85-
OpenJDK 64-Bit Server VM Temurin-11.0.25+9 (build 11.0.25+9, mixed mode)
86-
83+
openjdk version "17.0.17" 2025-10-21
84+
OpenJDK Runtime Environment Temurin-17.0.17+10 (build 17.0.17+10)
85+
OpenJDK 64-Bit Server VM Temurin-17.0.17+10 (build 17.0.17+10, mixed mode, sharing)
8786
----
8887
8988
. Download software releases from the link:https://github.com/OpenIdentityPlatform/OpenIDM/releases[GitHub, window=\_blank].

openidm-doc/src/main/asciidoc/integrators-guide/appendix-jetty.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ A list of servlet names to which the filter should apply. The default is `"OpenI
184184
A list of URL patterns to which the filter applies. The default is `["/*"]`.
185185
186186
`"initParams"`::
187-
Filter configuration initialization parameters that are passed to the servlet filter `init` method. For more information, see link:http://docs.oracle.com/javaee/5/api/javax/servlet/FilterConfig.html[http://docs.oracle.com/javaee/5/api/javax/servlet/FilterConfig.html, window=\_top].
187+
Filter configuration initialization parameters that are passed to the servlet filter `init` method. For more information, see link:https://jakarta.ee/specifications/servlet/4.0/apidocs/javax/servlet/filterconfig[https://jakarta.ee/specifications/servlet/4.0/apidocs/javax/servlet/filterconfig, window=\_top].
188188
189189
--
190190

openidm-doc/src/main/asciidoc/integrators-guide/chap-resource-conf.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ string
122122
+
123123
Version 1.5.0.0 of the OpenICF framework supports a new communication protocol with remote connector servers. This protocol is enabled by default, and its value is `websocket` in the default configuration.
124124
125-
+
126-
For compatibility reasons, you might want to enable the legacy protocol for specific remote connectors. For example, if you deploy the connector server on a Java 5 or 6 JVM, you must use the old protocol. In this case, remove the `protocol` property from the connector server configuration.
127-
128125
+
129126
For the .NET connector server, the service with the new protocol listens on port 8759 and the service with the legacy protocol listens on port 8760 by default.
130127

openidm-doc/src/main/asciidoc/integrators-guide/chap-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In a production environment, avoid the use of communication over insecure HTTP,
3838
[#security-management-service]
3939
=== Accessing the Security Management Service
4040
41-
OpenIDM stores keystore and truststore files in a folder named `/path/to/openidm/security`. These files can be managed by using the `keytool` command, or over the REST interface, at the URL `\https://localhost:8443/openidm/security`. For information about using the `keytool` command, see link:http://docs.oracle.com/javase/6/docs/technotes/tools/solaris/keytool.html[http://docs.oracle.com/javase/6/docs/technotes/tools/solaris/keytool.html, window=\_top].
41+
OpenIDM stores keystore and truststore files in a folder named `/path/to/openidm/security`. These files can be managed by using the `keytool` command, or over the REST interface, at the URL `\https://localhost:8443/openidm/security`. For information about using the `keytool` command, see link:https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html[https://docs.oracle.com/en/java/javase/17/docs/specs/man/keytool.html, window=\_top].
4242
4343
The following sections describe how to manage certificates and keys over REST.
4444

0 commit comments

Comments
 (0)