[jdk11u-dev] RFR: 8289562: Change bugs.java.com and bugreport.java.com URL's to https

Goetz Lindenmaier goetz at openjdk.org
Mon Feb 13 10:49:12 UTC 2023


I backport this for parity with 11.0.19-oracle.

It didn't apply well, but as the change is trivial fixing it was straight forward:

patching file src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
Resolved.

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_de.properties
File not in 11.

patching file src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_ja.properties
Resolved. 

patching file src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac_zh_CN.properties
Resolved.

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_de.properties
File not in 11.

patching file src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets_ja.properties
Resolved.

src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_de.properties
File not in 11.

patching file src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_ja.properties
Resolved.

patching file src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_zh_CN.properties
Resolved.

src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink_de.properties
File not in 11.

-------------

Commit messages:
 - Backport 1f484dae4efaa60cf18a3d4df947c05f1497bd5b

Changes: https://git.openjdk.org/jdk11u-dev/pull/1720/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1720&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8289562
  Stats: 14 lines in 13 files changed: 0 ins; 0 del; 14 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/1720.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1720/head:pull/1720

PR: https://git.openjdk.org/jdk11u-dev/pull/1720


More information about the jdk-updates-dev mailing list