RFR: 8303682: Simplify HttpClient DebugLogger [v3]

Daniel Fuchs dfuchs at openjdk.org
Wed Mar 8 11:37:03 UTC 2023


> The HttpClient internal DebugLogger could be simplified if its configuration was held in a record. Some of the methods in Utils that return a debug logger could also be simplified/removed. The system property that configures the debug logging could be extended to choose between System.err, System.out, System.Logger, or any of these configurations.
> Passing -Djdk.internal.httpclient.debug=true still works as before.

Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:

  Use HashSet.newHashSet(capacity)

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12900/files
  - new: https://git.openjdk.org/jdk/pull/12900/files/6dca758e..0adb05bb

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12900&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12900&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/12900.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12900/head:pull/12900

PR: https://git.openjdk.org/jdk/pull/12900


More information about the net-dev mailing list