[jdk11u-dev] RFR: 8247907: XMLDsig logging does not work [v2]
Joshua Cao
duke at openjdk.java.net
Fri Jun 10 22:47:57 UTC 2022
> Not a clean backport, due to the following:
> * [warn(String s, Object... o)](https://github.com/openjdk/jdk11u-dev/blob/f700d37d2b3d8c23d50defc19853c68bb60027ab/src/java.xml.crypto/share/classes/com/sun/org/slf4j/internal/Logger.java#L80-L83) was not included in the original patch, and was added to tip in a later patch
> * Use HexDumpEncoder instead of HexPrinter, because HexPrinter does not exist in JDK11
> * Different copyright years
>
> Changes pass the new jtreg test.
Joshua Cao has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
8247907: XMLDsig logging does not work
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/1129/files
- new: https://git.openjdk.org/jdk11u-dev/pull/1129/files/0d9c068f..00d47d98
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1129&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk11u-dev&pr=1129&range=00-01
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1129.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1129/head:pull/1129
PR: https://git.openjdk.org/jdk11u-dev/pull/1129
More information about the jdk-updates-dev
mailing list