What's new in this version: New Features: - xml/jaxp - New XML Processing Limits
Three processing limits have been added to the XML libraries. These are: - jdk.xml.xpathExprGrpLimit - Description: Limits the number of groups an XPath expression can contain. - Type: integer - Value: A positive integer. A value less than or equal to 0 indicates no limit. If the value is not an integer, a NumberFormatException is thrown. Default 10. - jdk.xml.xpathExprOpLimit - Description: Limits the number of operators an XPath expression can contain. - Type: integer - Value: A positive integer. A value less than or equal to 0 indicates no limit. If the value is not an integer, a NumberFormatException is thrown. Default 100. - jdk.xml.xpathTotalOpLimit - Description: Limits the total number of XPath operators in an XSL Stylesheet. - Type: integer - Value: A positive integer. A value less than or equal to 0 indicates no limit. If the value is not an integer, a NumberFormatException is thrown. Default 10000. - Supported processors - jdk.xml.xpathExprGrpLimit and jdk.xml.xpathExprOpLimit are supported by the XPath processor. - ll three limits are supported by the XSLT processor. - Setting properties - For the XSLT processor, the properties can be changed through the TransformerFactory. For example, - TransformerFactory factory = TransformerFactory.newInstance(); - factory.setAttribute("jdk.xml.xpathTotalOpLimit", "1000"); - For both the XPath and XSLT processors, the properties can be set through the system property and jaxp.properties configuration file located in the conf directory of the Java installation. For example, - System.setProperty("jdk.xml.xpathExprGrpLimit", "20"); - or in the jaxp.properties file, - jdk.xml.xpathExprGrpLimit=20 - JDK-8270504 (not public)
Other Notes: - security-libs/java.security - ➜ Only Expose Certificates With Proper Trust Settings as Trusted Certificate Entries in macOS KeychainStore - On macOS, only certificates with proper trust settings in the user keychain will be exposed as trusted certificate entries in the KeychainStore type of keystore. Also, calling the KeyStore::setCertificateEntry method or the keytool -importcert command on a KeychainStore keystore now fails with a KeyStoreException. Instead, call the macOS "security add-trusted-cert" command to add a trusted certificate into the user keychain. - JDK-8278449 (not public) - core-libs/javax.naming - ➜ Parsing of URL Strings in Built-In JNDI Providers Is More Strict
The parsing of URLs in the LDAP, DNS, and RMI built-in JNDI providers as been made more strict. The strength of the parsing can be controlled by system properties: - -Dcom.sun.jndi.ldapURLParsing="legacy" | "compat" | "strict" (to control "ldap:" URLs) - -Dcom.sun.jndi.dnsURLParsing="legacy" | "compat" | "strict" (to control "dns:" URLs) - -Dcom.sun.jndi.rmiURLParsing="legacy" | "compat" | "strict" (to control "rmi:" URLs) - The default value is "compat" for all of them. - The "legacy" mode turns the new validation off. - The "compat" mode limits incompatibilities. - The "strict" mode is stricter and may cause regression by rejecting URLs that an application might consider as valid. - If an illegal URL string is found, a javax.naming.NamingException (or a subclass of it) is raised. - JDK-8278972 (not public)
Fixed: - This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update. For a more complete list of the bug fixes included in this release, see the JDK 17.0.3 Bug Fixes page.
Java JDK 17.0.3 (64-bit) 相關參考資料
Consolidated JDK 17 Release Notes
[REDO] JDK-8285802 AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities ... Java™ SE Development Kit 17.0.3 (JDK 17.0.3). April 19, 2022.
https://www.oracle.com
Downloading Java JDK 17.0.3 (64-bit) from FileHorse.com
Java Development Kit (JDK) is a powerful software package designed for Java developers. It provides a comprehensive set of tools, libraries, ...
https://www.filehorse.com
Java Downloads
JDK Development Kit 21.0.2 downloads. JDK 21 binaries are free to use in production and free to redistribute, at no cost, under the Oracle No-Fee Terms and ...
https://www.oracle.com
Java JDK 17.0.3 (64-bit) Download for PC
2022年4月20日 — Download Java JDK 17.0.3 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 64-bit Software Version.
https://www.filehorse.com
Java SE 17 Archive Downloads
Windows x64 msi Installer, 151.53 MB. https://download.oracle.com/java/17/archive/jdk-17.0.3.1_windows-x64_bin.msi (sha256). Java SE Development Kit 17.0.3.
https://www.oracle.com
Java™ SE Development Kit 17, 17.0.3 Release Notes
2022年4月19日 — Java SE 17.0.3.1 - Bundled Patch Release (BPR) - Bug Fixes and Updates. The following sections summarize changes made in all Java SE 17.0.3 ...
https://www.oracle.com
JDK 17 Releases - JDK Builds from Oracle - Java.net
JDK 17 has been superseded. Please visit jdk.java.net for the current version. Older releases, which do not include the most up to date security vulnerability ...
https://jdk.java.net
OpenJDK Downloads | Download Java JDK 8, 11 & 17
Free OpenJDK Java downloads for OpenJDK 8, 11, and 17. Plus, get answers to your FAQ about open source Java development and download Java JDK 8 and Java 11.
https://www.openlogic.com
下載OpenJDK 的Microsoft Build
2024年1月23日 — OpenJDK 21.0.2 LTS | 請參閱舊版 ; Linux, x64, tar.gz, microsoft-jdk-21.0.2-linux-x64.tar.gz · sha256 / sig ; macOS, x64, pkg, microsoft-jdk-21.0.2 ...
https://learn.microsoft.com
下載適用於所有作業系統的Java
2024年1月16日 — Java 軟體手動下載頁面。取得Windows、Solaris 以及Linux 專用的最新版本Java Runtime Environment (JRE)。包括Apple Mac 作業系統平台連結。
https://www.java.com
|