Skip to content

Commit b86b6eb

Browse files
author
corretto-github-robot
committed
Merge upstream-jdk
2 parents 3383044 + ec00b6b commit b86b6eb

File tree

7 files changed

+14
-15
lines changed

7 files changed

+14
-15
lines changed

make/common/Modules.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2014, 2025, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -92,7 +92,7 @@ SRC_SUBDIRS += share/classes
9292

9393
SPEC_SUBDIRS += share/specs
9494

95-
MAN_SUBDIRS += share/man
95+
MAN_SUBDIRS += share/man windows/man
9696

9797
# Find all module-info.java files for the current build target platform and
9898
# configuration.

src/java.base/share/classes/java/util/Formatter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved.
33
* Copyright (c) 2023, Alibaba Group Holding Limited. All Rights Reserved.
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
*
@@ -432,7 +432,7 @@
432432
* prefix {@code 'T'} forces this output to upper case.
433433
*
434434
* <tr><th scope="row" style="vertical-align:top">{@code 'z'}
435-
* <td> <a href="http://www.ietf.org/rfc/rfc0822.txt">RFC&nbsp;822</a>
435+
* <td> <a href="https://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>
436436
* style numeric time zone offset from GMT, e.g. {@code -0800}. This
437437
* value will be adjusted as necessary for Daylight Saving Time. For
438438
* {@code long}, {@link Long}, and {@link Date} the time zone used is
@@ -1720,7 +1720,7 @@
17201720
*
17211721
* <tr><th scope="row" style="vertical-align:top">{@code 'z'}
17221722
* <td style="vertical-align:top"> <code>'&#92;u007a'</code>
1723-
* <td> <a href="http://www.ietf.org/rfc/rfc0822.txt">RFC&nbsp;822</a>
1723+
* <td> <a href="https://www.ietf.org/rfc/rfc822.txt">RFC&nbsp;822</a>
17241724
* style numeric time zone offset from GMT, e.g. {@code -0800}. This
17251725
* value will be adjusted as necessary for Daylight Saving Time. For
17261726
* {@code long}, {@link Long}, and {@link Date} the time zone used is

src/java.naming/share/classes/com/sun/jndi/ldap/DefaultResponseControlFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* <ul>
3737
* <li>
3838
* Paged results, as defined in
39-
* <a href="http://www.ietf.org/rfc/rfc2696.txt">RFC 2696</a>.
39+
* <a href="https://www.ietf.org/rfc/rfc2696.txt">RFC 2696</a>.
4040
* <li>
4141
* Server-side sorting, as defined in
4242
* <a href="http://www.ietf.org/rfc/rfc2891.txt">RFC 2891</a>.

src/java.naming/share/classes/javax/naming/ldap/PagedResultsControl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
* } </pre>
9393
* <p>
9494
* This class implements the LDAPv3 Control for paged-results as defined in
95-
* <a href="http://www.ietf.org/rfc/rfc2696.txt">RFC 2696</a>.
95+
* <a href="https://www.ietf.org/rfc/rfc2696.txt">RFC 2696</a>.
9696
*
9797
* The control's value has the following ASN.1 definition:
9898
* <pre>{@code

src/java.naming/share/classes/javax/naming/ldap/PagedResultsResponseControl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -40,7 +40,7 @@
4040
* <p>
4141
* This class implements the LDAPv3 Response Control for
4242
* paged-results as defined in
43-
* <a href="http://www.ietf.org/rfc/rfc2696">RFC 2696</a>.
43+
* <a href="https://www.ietf.org/rfc/rfc2696.txt">RFC 2696</a>.
4444
*
4545
* The control's value has the following ASN.1 definition:
4646
* <pre>

src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/TransportService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2003, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -64,7 +64,7 @@
6464
* but may involve techniques such as the <i>positive
6565
* acknowledgment with retransmission</i> technique used in
6666
* protocols such as the Transmission Control Protocol (TCP)
67-
* (see <a href="http://www.ietf.org/rfc/rfc0793.txt"> RFC 793
67+
* (see <a href="https://www.ietf.org/rfc/rfc793.txt"> RFC 793
6868
* </a>).
6969
*
7070
* <p> A transport service can be used to initiate a connection

test/docs/jdk/javadoc/doccheck/ExtLinksJdk.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ http://www.iana.org/assignments/character-sets/character-sets.xhtml
4343
http://www.iana.org/assignments/media-types/
4444
http://www.iana.org/assignments/uri-schemes.html
4545
http://www.ietf.org/
46-
http://www.ietf.org/rfc/rfc0793.txt
47-
http://www.ietf.org/rfc/rfc0822.txt
46+
https://www.ietf.org/rfc/rfc793.txt
47+
https://www.ietf.org/rfc/rfc822.txt
4848
http://www.ietf.org/rfc/rfc1122.txt
4949
http://www.ietf.org/rfc/rfc1123.txt
5050
http://www.ietf.org/rfc/rfc1323.txt
@@ -83,8 +83,7 @@ http://www.ietf.org/rfc/rfc2440.txt
8383
http://www.ietf.org/rfc/rfc2474.txt
8484
http://www.ietf.org/rfc/rfc2609.txt
8585
http://www.ietf.org/rfc/rfc2616.txt
86-
http://www.ietf.org/rfc/rfc2696
87-
http://www.ietf.org/rfc/rfc2696.txt
86+
https://www.ietf.org/rfc/rfc2696.txt
8887
http://www.ietf.org/rfc/rfc2710.txt
8988
http://www.ietf.org/rfc/rfc2732.txt
9089
http://www.ietf.org/rfc/rfc2743.txt

0 commit comments

Comments
 (0)