Joe Darcy
|
8e82d0021c
|
8280492: Use cross-module syntax for cross-module links
Reviewed-by: iris, serb, lancea, dfuchs, aivanov
|
2022-01-24 20:16:38 +00:00 |
|
Sergey Tsypanov
|
20db7800a6
|
8277868: Use Comparable.compare() instead of surrogate code
Reviewed-by: rriggs, aivanov
|
2021-12-16 21:39:08 +00:00 |
|
Aleksei Efimov
|
c609b5d3d7
|
8277628: Spec for InetAddressResolverProvider::get() throwing error or exception could be clearer
Reviewed-by: alanb, dfuchs
|
2021-12-07 15:42:02 +00:00 |
|
Alan Bateman
|
69d8669fb3
|
8278339: ServerSocket::isClosed may return false after accept throws
Reviewed-by: dfuchs
|
2021-12-07 14:22:35 +00:00 |
|
Alan Bateman
|
24877ac078
|
8278270: ServerSocket is not thread safe
Reviewed-by: dfuchs
|
2021-12-07 08:49:18 +00:00 |
|
Andrey Turbanov
|
6677554374
|
8274949: Use String.contains() instead of String.indexOf() in java.base
Reviewed-by: weijun, dfuchs, vtewari, lancea
|
2021-11-19 18:48:06 +00:00 |
|
Aleksei Efimov
|
2ca4ff87b7
|
8244202: Implementation of JEP 418: Internet-Address Resolution SPI
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: dfuchs, alanb, michaelm, chegar
|
2021-11-11 14:33:58 +00:00 |
|
Pavel Rappo
|
615063364a
|
8276348: Use blessed modifier order in java.base
Reviewed-by: dfuchs, darcy, iris, rriggs, martin
|
2021-11-03 10:07:48 +00:00 |
|
Patrick Concannon
|
977154400b
|
8260428: Drop support for pre JDK 1.4 DatagramSocketImpl implementations
Reviewed-by: alanb, dfuchs, vtewari
|
2021-11-01 17:11:20 +00:00 |
|
Ludvig Janiuk
|
abe52aea23
|
8275518: accessibility issue in Inet6Address docs
Reviewed-by: ihse, jjg
|
2021-10-28 14:40:53 +00:00 |
|
Andrey Turbanov
|
9a3e954299
|
8274879: Replace uses of StringBuffer with StringBuilder within java.base classes
Reviewed-by: naoto
|
2021-10-27 16:18:12 +00:00 |
|
Weijun Wang
|
3470e7b300
|
8266109: More Resilient Classloading
Reviewed-by: lancea, rhalade, mschoene, bchristi
|
2021-10-19 18:26:00 +00:00 |
|
Andrey Turbanov
|
7de2cf852d
|
8273910: Redundant condition and assignment in java.net.URI
Reviewed-by: dfuchs
|
2021-10-07 16:55:45 +00:00 |
|
Aleksei Efimov
|
cc14c6f076
|
8274227: Remove "impl.prefix" jdk system property usage from InetAddress
Reviewed-by: alanb, dfuchs
|
2021-10-01 09:48:09 +00:00 |
|
Pavel Rappo
|
b4b121018d
|
8273616: Fix trivial doc typos in the java.base module
Reviewed-by: jrose, iris, lancea, dfuchs, rriggs
|
2021-09-13 17:46:13 +00:00 |
|
Evan Whelan
|
00e059ddb3
|
8133686: HttpURLConnection.getHeaderFields and URLConnection.getRequestProperties methods return field values in reverse order
Reviewed-by: dfuchs
|
2021-09-09 10:23:12 +00:00 |
|
Aleksei Efimov
|
0c1b16b75a
|
8273243: Fix indentations in java.net.InetAddress methods
Reviewed-by: dfuchs, bpb
|
2021-09-02 10:36:08 +00:00 |
|
Naoto Sato
|
7fc8540907
|
8260265: UTF-8 by Default
Reviewed-by: alanb, rriggs
|
2021-08-30 21:13:59 +00:00 |
|
Andrey Turbanov
|
d732c3091f
|
8272863: Replace usages of Collections.sort with List.sort call in public java modules
Reviewed-by: serb, dfuchs, naoto
|
2021-08-26 20:47:02 +00:00 |
|
Claes Redestad
|
30b0f820ce
|
8272626: Avoid C-style array declarations in java.*
Reviewed-by: dfuchs, alanb
|
2021-08-18 10:47:03 +00:00 |
|
Sergey Tsypanov
|
d7fc9e4171
|
8267840: Improve URLStreamHandler.parseURL()
Reviewed-by: dfuchs, redestad
|
2021-08-05 14:55:00 +00:00 |
|
Patrick Concannon
|
326b2e1344
|
8253119: Remove the legacy PlainSocketImpl and PlainDatagramSocketImpl implementation
Reviewed-by: alanb, dfuchs, chegar
|
2021-07-06 13:46:02 +00:00 |
|
Weijun Wang
|
e9b2c058a4
|
8269409: Post JEP 411 refactoring: core-libs with maximum covering > 10K
Reviewed-by: lancea, naoto
|
2021-06-28 19:05:33 +00:00 |
|
Patrick Concannon
|
438895903b
|
8268056: Update java.net and java.nio to use switch expressions
Reviewed-by: dfuchs, michaelm, chegar, iris, alanb
|
2021-06-09 10:13:25 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Sergey Tsypanov
|
9425d3de83
|
8261880: Change nested classes in java.base to static nested classes where possible
Reviewed-by: redestad
|
2021-05-20 13:56:11 +00:00 |
|
Hannes Wallnöfer
|
e0c86884e5
|
8262992: Improve @see output
Reviewed-by: jjg
|
2021-05-07 10:45:48 +00:00 |
|
Michael McMahon
|
4661690981
|
8262883: doccheck: Broken links in java.base
Reviewed-by: lancea
|
2021-04-14 15:00:14 +00:00 |
|
Kim Barrett
|
47ef038977
|
8263905: Remove finalize methods for SocketInput/OutputStream
Reviewed-by: alanb, vtewari, dfuchs, mchung
|
2021-03-23 20:54:23 +00:00 |
|
Daniel Fuchs
|
9dad857ede
|
8263080: Obsolete relationship in MulticastSocket API documentation.
Reviewed-by: alanb
|
2021-03-23 10:39:42 +00:00 |
|
Patrick Concannon
|
fdd3941121
|
8263233: Update java.net and java.nio to use instanceof pattern variable
Reviewed-by: dfuchs, bpb, chegar, michaelm
|
2021-03-10 11:05:29 +00:00 |
|
Daniel Fuchs
|
5f4bc0aca6
|
8253100: Fix "no comment" warnings in java.base/java.net
Reviewed-by: ryadav, chegar, naoto, alanb
|
2021-03-02 12:54:54 +00:00 |
|
Jonathan Gibbons
|
3088e1e62e
|
8262430: doclint warnings in java.base module
Reviewed-by: alanb, chegar, dfuchs, lancea
|
2021-02-26 15:12:51 +00:00 |
|
Patrick Concannon
|
1662373400
|
8235139: Deprecate the socket impl factory mechanism
Reviewed-by: dfuchs, alanb, chegar
|
2021-02-11 10:00:31 +00:00 |
|
Daniel Fuchs
|
2c28e36454
|
8237352: Update DatagramSocket to add support for joining multicast groups
Reviewed-by: alanb
|
2021-02-08 12:55:00 +00:00 |
|
Julia Boes
|
b0ee7a8624
|
8241995: Clarify InetSocketAddress::toString specification
Reviewed-by: michaelm, chegar
|
2021-02-03 14:15:00 +00:00 |
|
Jaikiran Pai
|
db9c114d40
|
7146776: deadlock between URLStreamHandler.getHostAddress and file.Handler.openconnection
Reviewed-by: alanb, chegar
|
2021-01-18 11:53:22 +00:00 |
|
Sergey Tsypanov
|
c822eda1d8
|
8259699: Reduce char[] copying in URLEncoder.encode(String, Charset)
Reviewed-by: attila, redestad, chegar
|
2021-01-14 14:18:12 +00:00 |
|
Andrey Turbanov
|
022bc9f0cb
|
8258422: Cleanup unnecessary null comparison before instanceof check in java.base
Reviewed-by: chegar, aefimov
|
2021-01-11 23:30:44 +00:00 |
|
Joe Darcy
|
80544e4d5f
|
8250564: Remove terminally deprecated constructor in GSSUtil
8250565: Remove terminally deprecated constructor in java.net.URLDecoder
Reviewed-by: bpb, smarks, alanb, mullan
|
2021-01-06 18:05:33 +00:00 |
|
Sergey Tsypanov
|
15481041e0
|
8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref)
Reviewed-by: dfuchs
|
2020-12-14 13:03:55 +00:00 |
|
ANUPAM DEV
|
895cc4f0a2
|
8255675: Typo in java.net.HttpURLConnection
Reviewed-by: chegar
|
2020-11-23 12:08:47 +00:00 |
|
Michael McMahon
|
9d0ee66f2d
|
8255758: JEP 380 spec clarifications
Reviewed-by: dfuchs, alanb
|
2020-11-17 12:12:08 +00:00 |
|
Pavel Rappo
|
c5462bb95d
|
8255989: Remove explicitly unascribed authorship from Java source files
Reviewed-by: redestad, mr, mchung, iris, serb
|
2020-11-07 12:11:43 +00:00 |
|
Michael McMahon
|
6bb7e45e8e
|
8245194: Unix domain socket channel implementation
Reviewed-by: erikj, dfuchs, alanb, chegar
|
2020-10-28 17:26:26 +00:00 |
|
Jonathan Gibbons
|
0aa3c92577
|
8255262: Remove use of legacy custom @spec tag
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
|
2020-10-22 19:42:01 +00:00 |
|
David M. Lloyd
|
cca3a26e43
|
8252996: Thread safety problem in java.net.ProxySelector
Reviewed-by: alanb
|
2020-09-17 13:40:29 +00:00 |
|
Rahul Yadav
|
0f64d4bead
|
8245308: Replace ThreadLocalCoders decoder/encoder cache in java.net.URI
This fix updates java.net.URI and replaces the ThreadLocalCoders optimization.
Reviewed-by: alanb, dfuchs
|
2020-08-28 18:05:20 +01:00 |
|
Vipin Sharma
|
d4626d89cc
|
8251542: Several small Javadoc errors in java.base
Fixing wrong exception type in throws clause and wrong return type description
Reviewed-by: darcy, dfuchs, mullan, mchung, rriggs
|
2020-08-25 09:27:36 +01:00 |
|
Evan Whelan
|
67b3cbff2e
|
8250748: Doc of URL(String, String, int, String, URLStreamHandler) does not use link
Reviewed-by: dfuchs
|
2020-08-19 08:58:00 +00:00 |
|