This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 0b82c4881 Javadoc: Point to Java 21 instead of 22 (21 is LTS)
0b82c4881 is described below
commit 0b82c48810ed141a992f4a3d01e970ec70775e2b
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jul 20 14:06:28 2025 -0400
Javadoc: Point to Java 21 instead of 22 (21 is LTS)
---
.../org/apache/commons/lang3/SystemProperties.java | 294 ++++++++++-----------
1 file changed, 147 insertions(+), 147 deletions(-)
diff --git a/src/main/java/org/apache/commons/lang3/SystemProperties.java
b/src/main/java/org/apache/commons/lang3/SystemProperties.java
index 72f3382f6..240f35e50 100644
--- a/src/main/java/org/apache/commons/lang3/SystemProperties.java
+++ b/src/main/java/org/apache/commons/lang3/SystemProperties.java
@@ -27,7 +27,7 @@
/**
* Accesses current system property names and values.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.13.0
*/
public final class SystemProperties {
@@ -35,7 +35,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.desktop/java/awt/TrayIcon.html#apple.awt.enableTemplateImages">apple.awt.enableTemplateImages</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/awt/TrayIcon.html#apple.awt.enableTemplateImages">apple.awt.enableTemplateImages</a>
* @since 3.15.0
*/
public static final String APPLE_AWT_ENABLE_TEMPLATE_IMAGES =
"apple.awt.enableTemplateImages";
@@ -46,7 +46,7 @@ public final class SystemProperties {
* Not in Java 17 and 21 (Javadoc).
* </p>
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
*/
public static final String AWT_TOOLKIT = "awt.toolkit";
@@ -54,7 +54,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.naming/module-summary.html#com.sun.jndi.ldap.object.trustSerialData">com.sun.jndi.ldap.object.trustSerialData</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.naming/module-summary.html#com.sun.jndi.ldap.object.trustSerialData">com.sun.jndi.ldap.object.trustSerialData</a>
* @since 3.15.0
*/
public static final String COM_SUN_JNDI_LDAP_OBJECT_TRUST_SERIAL_DATA =
"com.sun.jndi.ldap.object.trustSerialData";
@@ -63,7 +63,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/jdk.httpserver/com/sun/net/httpserver/spi/HttpServerProvider.html#com.sun.net.httpserver.HttpServerProvider">com.sun.net.httpserver.HttpServerProvider</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/jdk.httpserver/com/sun/net/httpserver/spi/HttpServerProvider.html#com.sun.net.httpserver.HttpServerProvider">com.sun.net.httpserver.HttpServerProvider</a>
* @since 3.15.0
*/
public static final String COM_SUN_NET_HTTP_SERVER_HTTP_SERVER_PROVIDER =
"com.sun.net.httpserver.HttpServerProvider";
@@ -81,7 +81,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#ftp.nonProxyHosts">ftp.nonProxyHosts</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#ftp.nonProxyHosts">ftp.nonProxyHosts</a>
* @since 3.15.0
*/
public static final String FTP_NON_PROXY_HOST = "ftp.nonProxyHosts";
@@ -89,7 +89,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#ftp.proxyHost">ftp.proxyHost</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#ftp.proxyHost">ftp.proxyHost</a>
* @since 3.15.0
*/
public static final String FTP_PROXY_HOST = "ftp.proxyHost";
@@ -97,7 +97,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#ftp.proxyPort">ftp.proxyPort</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#ftp.proxyPort">ftp.proxyPort</a>
* @since 3.15.0
*/
public static final String FTP_PROXY_PORT = "ftp.proxyPort";
@@ -105,7 +105,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.agent">http.agent</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.agent">http.agent</a>
* @since 3.15.0
*/
public static final String HTTP_AGENT = "http.agent";
@@ -113,7 +113,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#auth.digest.cnonceRepeat">auth.digest.cnonceRepeat</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#auth.digest.cnonceRepeat">auth.digest.cnonceRepeat</a>
* @since 3.15.0
*/
public static final String HTTP_AUTH_DIGEST_CNONCE_REPEAT =
"http.auth.digest.cnonceRepeat";
@@ -121,7 +121,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#reEnabledAlgorithms">http.auth.digest.reEnabledAlgorithms</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#reEnabledAlgorithms">http.auth.digest.reEnabledAlgorithms</a>
* @since 3.15.0
*/
public static final String HTTP_AUTH_DIGEST_RE_ENABLED_ALGORITHMS =
"http.auth.digest.reEnabledAlgorithms";
@@ -130,7 +130,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.auth.digest.validateProxy">http.auth.digest.validateProxy</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.auth.digest.validateProxy">http.auth.digest.validateProxy</a>
* @since 3.15.0
*/
public static final String HTTP_AUTH_DIGEST_VALIDATE_PROXY =
"http.auth.digest.validateProxy";
@@ -139,7 +139,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.auth.digest.validateServer">http.auth.digest.validateServer</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.auth.digest.validateServer">http.auth.digest.validateServer</a>
* @since 3.15.0
*/
public static final String HTTP_AUTH_DIGEST_VALIDATE_SERVER =
"http.auth.digest.validateServer";
@@ -147,7 +147,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.auth.ntlm.domain">http.auth.ntlm.domain</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.auth.ntlm.domain">http.auth.ntlm.domain</a>
* @since 3.15.0
*/
public static final String HTTP_AUTH_NTLM_DOMAIN = "http.auth.ntlm.domain";
@@ -155,7 +155,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.keepAlive">http.keepAlive</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.keepAlive">http.keepAlive</a>
* @since 3.15.0
*/
public static final String HTTP_KEEP_ALIVE = "http.keepAlive";
@@ -163,7 +163,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.keepAlive.time.proxy">http.keepAlive.time.proxy</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.keepAlive.time.proxy">http.keepAlive.time.proxy</a>
* @since 3.15.0
*/
public static final String HTTP_KEEP_ALIVE_TIME_PROXY =
"http.keepAlive.time.proxy";
@@ -171,7 +171,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.keepAlive.time.server">http.keepAlive.time.server</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.keepAlive.time.server">http.keepAlive.time.server</a>
* @since 3.15.0
*/
public static final String HTTP_KEEP_ALIVE_TIME_SERVER =
"http.keepAlive.time.server";
@@ -179,7 +179,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.maxConnections">http.maxConnections</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.maxConnections">http.maxConnections</a>
* @since 3.15.0
*/
public static final String HTTP_MAX_CONNECTIONS = "http.maxConnections";
@@ -187,7 +187,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.maxRedirects">http.maxRedirects</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.maxRedirects">http.maxRedirects</a>
* @since 3.15.0
*/
public static final String HTTP_MAX_REDIRECTS = "http.maxRedirects";
@@ -195,7 +195,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.nonProxyHosts">http.nonProxyHosts</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.nonProxyHosts">http.nonProxyHosts</a>
* @since 3.15.0
*/
public static final String HTTP_NON_PROXY_HOSTS = "http.nonProxyHosts";
@@ -203,7 +203,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.proxyHost">http.proxyHost</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.proxyHost">http.proxyHost</a>
* @since 3.15.0
*/
public static final String HTTP_PROXY_HOST = "http.proxyHost";
@@ -211,7 +211,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#http.proxyPort">http.proxyPort</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#http.proxyPort">http.proxyPort</a>
* @since 3.15.0
*/
public static final String HTTP_PROXY_PORT = "http.proxyPort";
@@ -219,7 +219,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#https.proxyHost">https.proxyHost</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#https.proxyHost">https.proxyHost</a>
* @since 3.15.0
*/
public static final String HTTPS_PROXY_HOST = "https.proxyHost";
@@ -227,7 +227,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#https.proxyPort">https.proxyPort</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#https.proxyPort">https.proxyPort</a>
* @since 3.15.0
*/
public static final String HTTPS_PROXY_PORT = "https.proxyPort";
@@ -238,7 +238,7 @@ public final class SystemProperties {
* Not in Java 17 and 21 (Javadoc).
* </p>
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">java.awt.fonts</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">java.awt.fonts</a>
*/
public static final String JAVA_AWT_FONTS = "java.awt.fonts";
@@ -248,7 +248,7 @@ public final class SystemProperties {
* Not in Java 17 and 21 (Javadoc).
* </p>
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">java.awt.graphicsenv</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">java.awt.graphicsenv</a>
*/
public static final String JAVA_AWT_GRAPHICSENV = "java.awt.graphicsenv";
@@ -258,7 +258,7 @@ public final class SystemProperties {
* Not in Java 17 and 21 (Javadoc).
* </p>
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">java.awt.headless</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">java.awt.headless</a>
*/
public static final String JAVA_AWT_HEADLESS = "java.awt.headless";
@@ -268,7 +268,7 @@ public final class SystemProperties {
* Not in Java 17 and 21 (Javadoc).
* </p>
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">java.awt.printerjob</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">java.awt.printerjob</a>
*/
public static final String JAVA_AWT_PRINTERJOB = "java.awt.printerjob";
@@ -294,7 +294,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/ContentHandler.html#java.content.handler.pkgs">java.content.handler.pkgs</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/ContentHandler.html#java.content.handler.pkgs">java.content.handler.pkgs</a>
* @since 3.15.0
*/
public static final String JAVA_CONTENT_HANDLER_PKGS =
"java.content.handler.pkgs";
@@ -339,7 +339,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/util/Locale.html#java.locale.useOldISOCodes">java.locale.useOldISOCodes</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Locale.html#java.locale.useOldISOCodes">java.locale.useOldISOCodes</a>
* @since 3.15.0
*/
public static final String JAVA_LOCALE_USE_OLD_ISO_CODES =
"java.locale.useOldISOCodes";
@@ -348,7 +348,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.preferIPv4Stack">java.net.preferIPv4Stack</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.preferIPv4Stack">java.net.preferIPv4Stack</a>
* @since 3.15.0
*/
public static final String JAVA_NET_PREFER_IPV4_STACK =
"java.net.preferIPv4Stack";
@@ -357,7 +357,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.preferIPv6Addresses">java.net.preferIPv6Addresses</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.preferIPv6Addresses">java.net.preferIPv6Addresses</a>
* @since 3.15.0
*/
public static final String JAVA_NET_PREFER_IPV6_ADDRESSES =
"java.net.preferIPv6Addresses";
@@ -366,7 +366,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.socks.password">java.net.socks.password</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.socks.password">java.net.socks.password</a>
* @since 3.15.0
*/
public static final String JAVA_NET_SOCKS_PASSWORD =
"java.net.socks.password";
@@ -375,7 +375,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.socks.username">java.net.socks.username</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.socks.username">java.net.socks.username</a>
* @since 3.15.0
*/
public static final String JAVA_NET_SOCKS_USER_NAME =
"java.net.socks.username";
@@ -384,7 +384,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.useSystemProxies">java.net.useSystemProxies</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/doc-files/net-properties.html#java.net.useSystemProxies">java.net.useSystemProxies</a>
* @since 3.15.0
*/
public static final String JAVA_NET_USE_SYSTEM_PROXIES =
"java.net.useSystemProxies";
@@ -393,7 +393,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/nio/channels/AsynchronousChannelGroup.html#java.nio.channels.DefaultThreadPool.initialSize">java.nio.channels.DefaultThreadPool.initialSize</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/nio/channels/AsynchronousChannelGroup.html#java.nio.channels.DefaultThreadPool.initialSize">java.nio.channels.DefaultThreadPool.initialSize</a>
* @since 3.15.0
*/
public static final String
JAVA_NIO_CHANNELS_DEFAULT_THREAD_POOL_INITIAL_SIZE =
"java.nio.channels.DefaultThreadPool.initialSize";
@@ -402,7 +402,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/nio/channels/AsynchronousChannelGroup.html#java.nio.channels.DefaultThreadPool.threadFactory">java.nio.channels.DefaultThreadPool.threadFactory</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/nio/channels/AsynchronousChannelGroup.html#java.nio.channels.DefaultThreadPool.threadFactory">java.nio.channels.DefaultThreadPool.threadFactory</a>
* @since 3.15.0
*/
public static final String
JAVA_NIO_CHANNELS_DEFAULT_THREAD_POOL_THREAD_FACTORY =
"java.nio.channels.DefaultThreadPool.threadFactory";
@@ -411,7 +411,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/nio/channels/AsynchronousChannelGroup.html#java.nio.channels.DefaultThreadPool.initialSize">java.nio.channels.DefaultThreadPool.initialSize</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/nio/channels/AsynchronousChannelGroup.html#java.nio.channels.DefaultThreadPool.initialSize">java.nio.channels.DefaultThreadPool.initialSize</a>
* @since 3.15.0
*/
public static final String
JAVA_NIO_CHANNELS_SPI_ASYNCHRONOUS_CHANNEL_PROVIDER =
"java.nio.channels.spi.AsynchronousChannelProvider";
@@ -420,7 +420,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/nio/channels/spi/SelectorProvider.html#java.nio.channels.spi.SelectorProvider">java.nio.channels.spi.SelectorProvider</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/nio/channels/spi/SelectorProvider.html#java.nio.channels.spi.SelectorProvider">java.nio.channels.spi.SelectorProvider</a>
* @since 3.15.0
*/
public static final String JAVA_NIO_CHANNELS_SPI_SELECTOR_PROVIDER =
"java.nio.channels.spi.SelectorProvider";
@@ -429,7 +429,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/nio/file/spi/FileSystemProvider.html#java.nio.file.spi.DefaultFileSystemProvider">java.nio.file.spi.DefaultFileSystemProvider</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/nio/file/spi/FileSystemProvider.html#java.nio.file.spi.DefaultFileSystemProvider">java.nio.file.spi.DefaultFileSystemProvider</a>
* @since 3.15.0
*/
public static final String JAVA_NIO_FILE_SPI_DEFAULT_FILE_SYSTEM_PROVIDER
= "java.nio.file.spi.DefaultFileSystemProvider";
@@ -437,7 +437,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/util/Properties.html#java.properties.date">java.properties.date</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Properties.html#java.properties.date">java.properties.date</a>
* @since 3.15.0
*/
public static final String JAVA_PROPERTIES_DATE = "java.properties.date";
@@ -445,7 +445,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/net/URL.html#java.protocol.handler.pkgs">java.protocol.handler.pkgs</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/URL.html#java.protocol.handler.pkgs">java.protocol.handler.pkgs</a>
* @since 3.15.0
*/
public static final String JAVA_PROTOCOL_HANDLER_PKGS =
"java.protocol.handler.pkgs";
@@ -454,7 +454,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.rmi/java/rmi/server/RMIClassLoader.html#java.rmi.server.codebase">java.rmi.server.codebase</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.rmi/java/rmi/server/RMIClassLoader.html#java.rmi.server.codebase">java.rmi.server.codebase</a>
* @since 3.15.0
*/
public static final String JAVA_RMI_SERVER_CODEBASE =
"java.rmi.server.codebase";
@@ -463,7 +463,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.rmi/java/rmi/server/RMISocketFactory.html#java.rmi.server.hostname">java.rmi.server.hostname</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.rmi/java/rmi/server/RMISocketFactory.html#java.rmi.server.hostname">java.rmi.server.hostname</a>
* @since 3.15.0
*/
public static final String JAVA_RMI_SERVER_HOST_NAME =
"java.rmi.server.hostname";
@@ -472,7 +472,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.rmi/java/rmi/server/ObjID.html#java.rmi.server.randomIDs">java.rmi.server.randomIDs</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.rmi/java/rmi/server/ObjID.html#java.rmi.server.randomIDs">java.rmi.server.randomIDs</a>
* @since 3.15.0
*/
public static final String JAVA_RMI_SERVER_RANDOM_IDS =
"java.rmi.server.randomIDs";
@@ -481,7 +481,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.rmi/java/rmi/server/RMIClassLoader.html#java.rmi.server.RMIClassLoaderSpi">java.rmi.server.RMIClassLoaderSpi</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.rmi/java/rmi/server/RMIClassLoader.html#java.rmi.server.RMIClassLoaderSpi">java.rmi.server.RMIClassLoaderSpi</a>
* @since 3.15.0
*/
public static final String JAVA_RMI_SERVER_RMI_CLASS_LOADER_SPI =
"java.rmi.server.RMIClassLoaderSpi";
@@ -500,7 +500,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/jdk.security.auth/com/sun/security/auth/login/ConfigFile.html#java.security.auth.login.config">java.security.auth.login.config</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/jdk.security.auth/com/sun/security/auth/login/ConfigFile.html#java.security.auth.login.config">java.security.auth.login.config</a>
* @since 3.15.0
*/
public static final String JAVA_SECURITY_AUTH_LOGIN_CONFIG =
"java.security.auth.login.config";
@@ -551,7 +551,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/SecurityManager.html#java.security.manager">java.security.manager</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/SecurityManager.html#java.security.manager">java.security.manager</a>
* @since 3.15.0
*/
public static final String JAVA_SECURITY_MANAGER = "java.security.manager";
@@ -560,7 +560,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/System.html#java.specification.maintenance.version">java.specification.maintenance.version</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.html#java.specification.maintenance.version">java.specification.maintenance.version</a>
* @since 3.15.0
*/
public static final String JAVA_SPECIFICATION_MAINTENANCE_VERSION =
"java.specification.maintenance.version";
@@ -629,7 +629,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/util/concurrent/ForkJoinPool.html#java.util.concurrent.ForkJoinPool.common.threadFactory">java.util.concurrent.ForkJoinPool.common.threadFactory</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/concurrent/ForkJoinPool.html#java.util.concurrent.ForkJoinPool.common.threadFactory">java.util.concurrent.ForkJoinPool.common.threadFactory</a>
* @since 3.15.0
*/
public static final String
JAVA_UTIL_CONCURRENT_FORK_JOIN_POOL_COMMON_THREAD_FACTORY =
"java.util.concurrent.ForkJoinPool.common.threadFactory";
@@ -637,7 +637,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/util/Currency.html#java.util.currency.data">java.util.currency.data</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Currency.html#java.util.currency.data">java.util.currency.data</a>
* @since 3.15.0
*/
public static final String JAVA_UTIL_CURRENCY_DATA =
"java.util.currency.data";
@@ -646,7 +646,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.logging/java/util/logging/LogManager.html#java.util.logging.config.class">java.util.logging.config.class</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.logging/java/util/logging/LogManager.html#java.util.logging.config.class">java.util.logging.config.class</a>
* @since 3.15.0
*/
public static final String JAVA_UTIL_LOGGING_CONFIG_CLASS =
"java.util.logging.config.class";
@@ -655,7 +655,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.logging/java/util/logging/LogManager.html#java.util.logging.config.file">java.util.logging.config.file</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.logging/java/util/logging/LogManager.html#java.util.logging.config.file">java.util.logging.config.file</a>
* @since 3.15.0
*/
public static final String JAVA_UTIL_LOGGING_CONFIG_FILE =
"java.util.logging.config.file";
@@ -664,7 +664,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.logging/java/util/logging/SimpleFormatter.html#java.util.logging.SimpleFormatter.format">java.util.logging.SimpleFormatter.format</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.logging/java/util/logging/SimpleFormatter.html#java.util.logging.SimpleFormatter.format">java.util.logging.SimpleFormatter.format</a>
* @since 3.15.0
*/
public static final String JAVA_UTIL_LOGGING_SIMPLE_FORMATTER_FORMAT =
"java.util.logging.simpleformatter.format";
@@ -673,7 +673,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.prefs/java/util/prefs/Preferences.html#java.util.prefs.PreferencesFactory">java.util.prefs.PreferencesFactory</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.prefs/java/util/prefs/Preferences.html#java.util.prefs.PreferencesFactory">java.util.prefs.PreferencesFactory</a>
*/
public static final String JAVA_UTIL_PREFS_PREFERENCES_FACTORY =
"java.util.prefs.PreferencesFactory";
@@ -681,7 +681,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/util/PropertyResourceBundle.html#java.util.PropertyResourceBundle.encoding">java.util.PropertyResourceBundle.encoding</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/PropertyResourceBundle.html#java.util.PropertyResourceBundle.encoding">java.util.PropertyResourceBundle.encoding</a>
* @since 3.15.0
*/
public static final String JAVA_UTIL_PROPERTY_RESOURCE_BUNDLE_ENCODING =
"java.util.PropertyResourceBundle.encoding";
@@ -699,7 +699,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/System.html#java.vendor.version">java.vendor.version</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.html#java.vendor.version">java.vendor.version</a>
* @since 3.15.0
*/
public static final String JAVA_VENDOR_VERSION = "java.vendor.version";
@@ -712,7 +712,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/System.html#java.version.date">java.version.date</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.html#java.version.date">java.version.date</a>
* @since 3.15.0
*/
public static final String JAVA_VERSION_DATE = "java.version.date";
@@ -755,7 +755,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.xml/module-summary.html#java.xml.config.file">java.xml</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.xml/module-summary.html#java.xml.config.file">java.xml</a>
* @since 3.15.0
*/
public static final String JAVA_XML_CONFIG_FILE = "java.xml.config.file";
@@ -764,7 +764,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.desktop/java/awt/Toolkit.html#javax.accessibility.assistive_technologies">javax.accessibility.assistive_technologies</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/awt/Toolkit.html#javax.accessibility.assistive_technologies">javax.accessibility.assistive_technologies</a>
* @since 3.15.0
*/
public static final String JAVAX_ACCESSIBILITY_ASSISTIVE_TECHNOLOGIES =
"javax.accessibility.assistive_technologies";
@@ -773,7 +773,7 @@ public final class SystemProperties {
* The System property name {@value}.
*
* @see <a href=
- *
"https://docs.oracle.com/en/java/javase/22/docs/api/java.base/javax/net/ssl/SSLSessionContext.html#javax.net.ssl.sessionCacheSize">javax.net.ssl.sessionCacheSize</a>
+ *
"https://docs.oracle.com/en/java/javase/21/docs/api/java.base/javax/net/ssl/SSLSessionContext.html#javax.net.ssl.sessionCacheSize">javax.net.ssl.sessionCacheSize</a>
* @since 3.15.0
*/
public static final String JAVAX_NET_SSL_SESSION_CACHE_SIZE =
"javax.net.ssl.sessionCacheSize";
@@ -781,7 +781,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.rmi/javax/rmi/ssl/SslRMIClientSocketFactory.html#javax.rmi.ssl.client.enabledCipherSuites">javax.rmi.ssl.client.enabledCipherSuites</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.rmi/javax/rmi/ssl/SslRMIClientSocketFactory.html#javax.rmi.ssl.client.enabledCipherSuites">javax.rmi.ssl.client.enabledCipherSuites</a>
* @since 3.15.0
*/
public static final String JAVAX_RMI_SSL_CLIENT_ENABLED_CIPHER_SUITES =
"javax.rmi.ssl.client.enabledCipherSuites";
@@ -789,7 +789,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.rmi/javax/rmi/ssl/SslRMIClientSocketFactory.html#javax.rmi.ssl.client.enabledProtocols">javax.rmi.ssl.client.enabledProtocols</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.rmi/javax/rmi/ssl/SslRMIClientSocketFactory.html#javax.rmi.ssl.client.enabledProtocols">javax.rmi.ssl.client.enabledProtocols</a>
* @since 3.15.0
*/
public static final String JAVAX_RMI_SSL_CLIENT_ENABLED_PROTOCOLS =
"javax.rmi.ssl.client.enabledProtocols";
@@ -797,7 +797,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.security.jgss/org/ietf/jgss/package-summary.html#javax.security.auth.useSubjectCredsOnly">javax.security.auth.useSubjectCredsOnly</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.security.jgss/org/ietf/jgss/package-summary.html#javax.security.auth.useSubjectCredsOnly">javax.security.auth.useSubjectCredsOnly</a>
* @since 3.15.0
*/
public static final String JAVAX_SECURITY_AUTH_USE_SUBJECT_CREDS_ONLY =
"javax.security.auth.useSubjectCredsOnly";
@@ -805,7 +805,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.smartcardio/javax/smartcardio/TerminalFactory.html#javax.smartcardio.TerminalFactory.DefaultType">javax.smartcardio.TerminalFactory.DefaultType</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.smartcardio/javax/smartcardio/TerminalFactory.html#javax.smartcardio.TerminalFactory.DefaultType">javax.smartcardio.TerminalFactory.DefaultType</a>
* @since 3.15.0
*/
public static final String
JAVAX_SMART_CARD_IO_TERMINAL_FACTORY_DEFAULT_TYPE =
"javax.smartcardio.TerminalFactory.DefaultType";
@@ -813,7 +813,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/java.sql/java/sql/DriverManager.html#jdbc.drivers">jdbc.drivers</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/java.sql/java/sql/DriverManager.html#jdbc.drivers">jdbc.drivers</a>
* @since 3.15.0
*/
public static final String JDBC_DRIVERS = "jdbc.drivers";
@@ -821,7 +821,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.http.auth.proxying.disabledSchemes</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.http.auth.proxying.disabledSchemes</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_AUTH_PROXYING_DISABLED_SCHEMES =
"jdk.http.auth.proxying.disabledSchemes";
@@ -829,7 +829,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.http.auth.tunneling.disabledSchemes</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.http.auth.tunneling.disabledSchemes</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_AUTH_TUNNELING_DISABLED_SCHEMES =
"jdk.http.auth.tunneling.disabledSchemes";
@@ -837,7 +837,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.allowRestrictedHeaders</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.allowRestrictedHeaders</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_ALLOW_RESTRICTED_HEADERS =
"jdk.httpclient.allowRestrictedHeaders";
@@ -845,7 +845,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.auth.retrylimit</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.auth.retrylimit</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_AUTH_RETRY_LIMIT =
"jdk.httpclient.auth.retrylimit";
@@ -853,7 +853,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.bufsize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.bufsize</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_BUF_SIZE =
"jdk.httpclient.bufsize";
@@ -861,7 +861,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.connectionPoolSize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.connectionPoolSize</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_CONNECTION_POOL_SIZE =
"jdk.httpclient.connectionPoolSize";
@@ -869,7 +869,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.connectionWindowSize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.connectionWindowSize</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_CONNECTION_WINDOW_SIZE =
"jdk.httpclient.connectionWindowSize";
@@ -877,7 +877,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.disableRetryConnect</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.disableRetryConnect</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_DISABLE_RETRY_CONNECT =
"jdk.httpclient.disableRetryConnect";
@@ -885,7 +885,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.enableAllMethodRetry</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.enableAllMethodRetry</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_ENABLE_ALL_METHOD_RETRY =
"jdk.httpclient.enableAllMethodRetry";
@@ -893,7 +893,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.enablepush</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.enablepush</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_ENABLE_PUSH =
"jdk.httpclient.enablepush";
@@ -901,7 +901,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.hpack.maxheadertablesize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.hpack.maxheadertablesize</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_HPACK_MAX_HEADER_TABLE_SIZE =
"jdk.httpclient.hpack.maxheadertablesize";
@@ -909,7 +909,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.HttpClient.log</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.HttpClient.log</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_HTTP_CLIENT_LOG =
"jdk.httpclient.HttpClient.log";
@@ -917,7 +917,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.keepalive.timeout</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.keepalive.timeout</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_KEEP_ALIVE_TIMEOUT =
"jdk.httpclient.keepalive.timeout";
@@ -925,7 +925,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.keepalive.timeout.h2</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.keepalive.timeout.h2</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_KEEP_ALIVE_TIMEOUT_H2 =
"jdk.httpclient.keepalive.timeout.h2";
@@ -933,7 +933,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.maxframesize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.maxframesize</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_MAX_FRAME_SIZE =
"jdk.httpclient.maxframesize";
@@ -941,7 +941,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.maxstreams</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.maxstreams</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_MAX_STREAMS =
"jdk.httpclient.maxstreams";
@@ -949,7 +949,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.receiveBufferSize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.receiveBufferSize</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_RECEIVE_BUFFER_SIZE =
"jdk.httpclient.receiveBufferSize";
@@ -957,7 +957,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.redirects.retrylimit</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.redirects.retrylimit</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_REDIRECTS_RETRY_LIMIT =
"jdk.httpclient.redirects.retrylimit";
@@ -965,7 +965,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.sendBufferSize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.sendBufferSize</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_SEND_BUFFER_SIZE =
"jdk.httpclient.sendBufferSize";
@@ -973,7 +973,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.websocket.writeBufferSize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.websocket.writeBufferSize</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_WEB_SOCKET_WRITE_BUFFER_SIZE =
"jdk.httpclient.websocket.writeBufferSize";
@@ -981,7 +981,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpclient.windowsize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpclient.windowsize</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_CLIENT_WINDOW_SIZE =
"jdk.httpclient.windowsize";
@@ -989,7 +989,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.httpserver.maxConnections</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.httpserver.maxConnections</a>
* @since 3.15.0
*/
public static final String JDK_HTTP_SERVER_MAX_CONNECTIONS =
"jdk.httpserver.maxConnections";
@@ -997,7 +997,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.https.negotiate.cbt</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.https.negotiate.cbt</a>
* @since 3.15.0
*/
public static final String JDK_HTTPS_NEGOTIATE_CBT =
"jdk.https.negotiate.cbt";
@@ -1005,7 +1005,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.includeInExceptions</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.includeInExceptions</a>
* @since 3.15.0
*/
public static final String JDK_INCLUDE_IN_EXCEPTIONS =
"jdk.includeInExceptions";
@@ -1013,7 +1013,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.internal.httpclient.disableHostnameVerification</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.internal.httpclient.disableHostnameVerification</a>
* @since 3.15.0
*/
public static final String
JDK_INTERNAL_HTTP_CLIENT_DISABLE_HOST_NAME_VERIFICATION =
"jdk.internal.httpclient.disableHostnameVerification";
@@ -1021,7 +1021,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.io.permissionsUseCanonicalPath</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.io.permissionsUseCanonicalPath</a>
* @since 3.15.0
*/
public static final String JDK_IO_PERMISSIONS_USE_CANONICAL_PATH =
"jdk.io.permissionsUseCanonicalPath";
@@ -1029,7 +1029,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.jndi.ldap.object.factoriesFilter</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.jndi.ldap.object.factoriesFilter</a>
* @since 3.15.0
*/
public static final String JDK_JNDI_LDAP_OBJECT_FACTORIES_FILTER =
"jdk.jndi.ldap.object.factoriesFilter";
@@ -1037,7 +1037,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.jndi.object.factoriesFilter</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.jndi.object.factoriesFilter</a>
* @since 3.15.0
*/
public static final String JDK_JNDI_OBJECT_FACTORIES_FILTER =
"jdk.jndi.object.factoriesFilter";
@@ -1045,7 +1045,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.jndi.rmi.object.factoriesFilter</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.jndi.rmi.object.factoriesFilter</a>
* @since 3.15.0
*/
public static final String JDK_JNDI_RMI_OBJECT_FACTORIES_FILTER =
"jdk.jndi.rmi.object.factoriesFilter";
@@ -1053,7 +1053,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.module.main</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.module.main</a>
* @since 3.15.0
*/
public static final String JDK_MODULE_MAIN = "jdk.module.main";
@@ -1061,7 +1061,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.module.main.class</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.module.main.class</a>
* @since 3.15.0
*/
public static final String JDK_MODULE_MAIN_CLASS = "jdk.module.main.class";
@@ -1069,7 +1069,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.module.path</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.module.path</a>
* @since 3.15.0
*/
public static final String JDK_MODULE_PATH = "jdk.module.path";
@@ -1077,7 +1077,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.module.upgrade.path</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.module.upgrade.path</a>
* @since 3.15.0
*/
public static final String JDK_MODULE_UPGRADE_PATH =
"jdk.module.upgrade.path";
@@ -1085,7 +1085,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.net.unixdomain.tmpdir</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.net.unixdomain.tmpdir</a>
* @since 3.15.0
*/
public static final String JDK_NET_UNIX_DOMAIN_TMPDIR =
"jdk.net.unixdomain.tmpdir";
@@ -1093,7 +1093,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String
JDK_NET_URL_CLASS_PATH_SHOW_IGNORED_CLASS_PATH_ENTRIES =
"jdk.net.URLClassPath.showIgnoredClassPathEntries";
@@ -1101,7 +1101,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.serialFilter</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.serialFilter</a>
* @since 3.15.0
*/
public static final String JDK_SERIAL_FILTER = "jdk.serialFilter";
@@ -1109,7 +1109,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.serialFilterFactory</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.serialFilterFactory</a>
* @since 3.15.0
*/
public static final String JDK_SERIAL_FILTER_FACTORY =
"jdk.serialFilterFactory";
@@ -1117,7 +1117,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.tls.client.SignatureSchemes</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.tls.client.SignatureSchemes</a>
* @since 3.15.0
*/
public static final String JDK_TLS_CLIENT_SIGNATURE_SCHEMES =
"jdk.tls.client.SignatureSchemes";
@@ -1125,7 +1125,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.tls.namedGroups</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.tls.namedGroups</a>
* @since 3.15.0
*/
public static final String JDK_TLS_NAMED_GROUPS = "jdk.tls.namedGroups";
@@ -1133,7 +1133,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.tls.server.SignatureSchemes</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.tls.server.SignatureSchemes</a>
* @since 3.15.0
*/
public static final String JDK_TLS_SERVER_SIGNATURE_SCHEMES =
"jdk.tls.server.SignatureSchemes";
@@ -1141,7 +1141,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.virtualThreadScheduler.maxPoolSize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.virtualThreadScheduler.maxPoolSize</a>
* @since 3.15.0
*/
public static final String JDK_VIRTUAL_THREAD_SCHEDULER_MAXPOOLSIZE =
"jdk.virtualThreadScheduler.maxPoolSize";
@@ -1149,7 +1149,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.virtualThreadScheduler.parallelism</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.virtualThreadScheduler.parallelism</a>
* @since 3.15.0
*/
public static final String JDK_VIRTUAL_THREAD_SCHEDULER_PARALLELISM =
"jdk.virtualThreadScheduler.parallelism";
@@ -1157,7 +1157,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.cdataChunkSize</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.cdataChunkSize</a>
* @since 3.15.0
*/
public static final String JDK_XML_CDATA_CHUNK_SIZE =
"jdk.xml.cdataChunkSize";
@@ -1165,7 +1165,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.dtd.support</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.dtd.support</a>
* @since 3.15.0
*/
public static final String JDK_XML_DTD_SUPPORT = "jdk.xml.dtd.support";
@@ -1173,7 +1173,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.elementAttributeLimit</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.elementAttributeLimit</a>
* @since 3.15.0
*/
public static final String JDK_XML_ELEMENT_ATTRIBUTE_LIMIT =
"jdk.xml.elementAttributeLimit";
@@ -1181,7 +1181,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.enableExtensionFunctions</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.enableExtensionFunctions</a>
* @since 3.15.0
*/
public static final String JDK_XML_ENABLE_EXTENSION_FUNCTIONS =
"jdk.xml.enableExtensionFunctions";
@@ -1189,7 +1189,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.entityExpansionLimit</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.entityExpansionLimit</a>
* @since 3.15.0
*/
public static final String JDK_XML_ENTITY_EXPANSION_LIMIT =
"jdk.xml.entityExpansionLimit";
@@ -1197,7 +1197,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.entityReplacementLimi_t</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.entityReplacementLimi_t</a>
* @since 3.15.0
*/
public static final String JDK_XML_ENTITY_REPLACEMENT_LIMIT =
"jdk.xml.entityReplacementLimi_t";
@@ -1205,7 +1205,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.isStandalone</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.isStandalone</a>
* @since 3.15.0
*/
public static final String JDK_XML_IS_STANDALONE = "jdk.xml.isStandalone";
@@ -1213,7 +1213,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.jdkcatalog.resolve</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.jdkcatalog.resolve</a>
* @since 3.15.0
*/
public static final String JDK_XML_JDK_CATALOG_RESOLVE =
"jdk.xml.jdkcatalog.resolve";
@@ -1221,7 +1221,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.maxElementDepth</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.maxElementDepth</a>
* @since 3.15.0
*/
public static final String JDK_XML_MAX_ELEMENT_DEPTH =
"jdk.xml.maxElementDepth";
@@ -1229,7 +1229,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.maxGeneralEntitySizeLimit</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.maxGeneralEntitySizeLimit</a>
* @since 3.15.0
*/
public static final String JDK_XML_MAX_GENERAL_ENTITY_SIZE_LIMIT =
"jdk.xml.maxGeneralEntitySizeLimit";
@@ -1237,7 +1237,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.maxOccurLimit</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.maxOccurLimit</a>
* @since 3.15.0
*/
public static final String JDK_XML_MAX_OCCUR_LIMIT =
"jdk.xml.maxOccurLimit";
@@ -1245,7 +1245,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.maxParameterEntitySizeLimit</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.maxParameterEntitySizeLimit</a>
* @since 3.15.0
*/
public static final String JDK_XML_MAX_PARAMETER_ENTITY_SIZE_LIMIT =
"jdk.xml.maxParameterEntitySizeLimit";
@@ -1253,7 +1253,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.maxXMLNameLimit</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.maxXMLNameLimit</a>
* @since 3.15.0
*/
public static final String JDK_XML_MAX_XML_NAME_LIMIT =
"jdk.xml.maxXMLNameLimit";
@@ -1261,7 +1261,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.overrideDefaultParser</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.overrideDefaultParser</a>
* @since 3.15.0
*/
public static final String JDK_XML_OVERRIDE_DEFAULT_PARSER =
"jdk.xml.overrideDefaultParser";
@@ -1269,7 +1269,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.resetSymbolTable</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.resetSymbolTable</a>
* @since 3.15.0
*/
public static final String JDK_XML_RESET_SYMBOL_TABLE =
"jdk.xml.resetSymbolTable";
@@ -1277,7 +1277,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.totalEntitySizeLimit</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.totalEntitySizeLimit</a>
* @since 3.15.0
*/
public static final String JDK_XML_TOTAL_ENTITY_SIZE_LIMIT =
"jdk.xml.totalEntitySizeLimit";
@@ -1285,7 +1285,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">jdk.xml.xsltcIsStandalone</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">jdk.xml.xsltcIsStandalone</a>
* @since 3.15.0
*/
public static final String JDK_XML_XSLTC_IS_STANDALONE =
"jdk.xml.xsltcIsStandalone";
@@ -1298,7 +1298,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">native.encoding</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">native.encoding</a>
* @since 3.15.0
*/
public static final String NATIVE_ENCODING = "native.encoding";
@@ -1306,7 +1306,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">networkaddress.cache.negative.ttl</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">networkaddress.cache.negative.ttl</a>
* @since 3.15.0
*/
public static final String NETWORK_ADDRESS_CACHE_NEGATIVE_TTL =
"networkaddress.cache.negative.ttl";
@@ -1314,7 +1314,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">networkaddress.cache.stale.ttl</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">networkaddress.cache.stale.ttl</a>
* @since 3.15.0
*/
public static final String NETWORK_ADDRESS_CACHE_STALE_TTL =
"networkaddress.cache.stale.ttl";
@@ -1322,7 +1322,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">networkaddress.cache.ttl</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">networkaddress.cache.ttl</a>
* @since 3.15.0
*/
public static final String NETWORK_ADDRESS_CACHE_TTL =
"networkaddress.cache.ttl";
@@ -1330,7 +1330,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">org.jcp.xml.dsig.securevalidation</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">org.jcp.xml.dsig.securevalidation</a>
* @since 3.15.0
*/
public static final String ORG_JCP_XML_DSIG_SECURE_VALIDATION =
"org.jcp.xml.dsig.securevalidation";
@@ -1338,7 +1338,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">org.openjdk.java.util.stream.tripwire</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">org.openjdk.java.util.stream.tripwire</a>
* @since 3.15.0
*/
public static final String ORG_OPENJDK_JAVA_UTIL_STREAM_TRIPWIRE =
"org.openjdk.java.util.stream.tripwire";
@@ -1366,7 +1366,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SOCKS_PROXY_HOST = "socksProxyHost";
@@ -1374,7 +1374,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SOCKS_PROXY_PORT = "socksProxyPort";
@@ -1382,7 +1382,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SOCKS_PROXY_VERSION = "socksProxyVersion";
@@ -1390,7 +1390,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String STDERR_ENCODING = "stderr.encoding";
@@ -1398,7 +1398,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String STDOUT_ENCODING = "stdout.encoding";
@@ -1406,7 +1406,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SUN_NET_HTTP_SERVER_DRAIN_AMOUNT =
"sun.net.httpserver.drainAmount";
@@ -1414,7 +1414,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SUN_NET_HTTP_SERVER_IDLE_INTERVAL =
"sun.net.httpserver.idleInterval";
@@ -1422,7 +1422,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SUN_NET_HTTP_SERVER_MAX_IDLE_CONNECTIONS =
"sun.net.httpserver.maxIdleConnections";
@@ -1430,7 +1430,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SUN_NET_HTTP_SERVER_MAX_REQ_HEADERS =
"sun.net.httpserver.maxReqHeaders";
@@ -1438,7 +1438,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SUN_NET_HTTP_SERVER_MAX_REQ_TIME =
"sun.net.httpserver.maxReqTime";
@@ -1446,7 +1446,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SUN_NET_HTTP_SERVER_MAX_RSP_TIME =
"sun.net.httpserver.maxRspTime";
@@ -1454,7 +1454,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SUN_NET_HTTP_SERVER_NO_DELAY =
"sun.net.httpserver.nodelay";
@@ -1462,7 +1462,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String SUN_SECURITY_KRB5_PRINCIPAL =
"sun.security.krb5.principal";
@@ -1480,7 +1480,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String USER_EXTENSIONS = "user.extensions";
@@ -1508,7 +1508,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String USER_SCRIPT = "user.script";
@@ -1521,7 +1521,7 @@ public final class SystemProperties {
/**
* The System property name {@value}.
*
- * @see <a
href="https://docs.oracle.com/en/java/javase/22/docs/api/system-properties.html">System
Properties</a>
+ * @see <a
href="https://docs.oracle.com/en/java/javase/21/docs/api/system-properties.html">System
Properties</a>
* @since 3.15.0
*/
public static final String USER_VARIANT = "user.variant";