[jdk11u-dev] Integrated: 8247907: XMLDsig logging does not work
Joshua Cao
duke at openjdk.org
Tue Jul 5 17:00:37 UTC 2022
On Wed, 8 Jun 2022 04:28:32 GMT, Joshua Cao <duke at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 290a7e38
Author: Joshua Cao <joshcao at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/290a7e382ae0628ea4a2bc42939fd100aa4821a8
Stats: 143 lines in 3 files changed: 130 ins; 0 del; 13 mod
8247907: XMLDsig logging does not work
Reviewed-by: phh
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1129
More information about the jdk-updates-dev
mailing list