[11u, 13u] RFR: backport of 8231507: Update Apache Santuario (XML Signature) to version 2.1.4
Fedor
fedor.burdun at azul.com
Thu Dec 12 13:01:15 UTC 2019
Hi Christoph,
Fix request comment has been added.
Thanks,
Fedor
On 12.12.2019 13:55, Langer, Christoph wrote:
> Hi Fedor,
>
> thanks for doing this backport. Change looks good - Reviewed.
>
> As for the JBS item: Please add a fix request comment with some justification for the backport and a link to this review thread. Then I can approve it.
>
> Thanks & Best regards
> Christoph
>
>> -----Original Message-----
>> From: jdk-updates-dev <jdk-updates-dev-bounces at openjdk.java.net> On
>> Behalf Of Fedor
>> Sent: Mittwoch, 11. Dezember 2019 15:36
>> To: jdk-updates-dev at openjdk.java.net
>> Subject: [11u,13u] RFR: backport of 8231507: Update Apache Santuario (XML
>> Signature) to version 2.1.4
>>
>> Hello all,
>>
>> I would like to ask for review backport of JDK-8231507 (Update Apache
>> Santuario (XML Signature) to version 2.1.4)
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8231507
>> webrev: http://cr.openjdk.java.net/~fijiol/8231507/webrev.13u.00/
>> tests: test/jdk/com/sun/org/apache/xml/ test/jdk/javax/xml/crypto/dsig/
>>
>> It mostly applied cleanly, the only merge-conflict was in comments of
>> XMLDSigRI.java file, which was updated as in jdk14:
>>
>> >>>>>>>>>>>>>>>>
>> @@ -134,7 +134,8 @@
>> }
>>
>> public XMLDSigRI() {
>> - /* We are the XMLDSig provider */
>> + // This is the JDK XMLDSig provider, synced from
>> + // Apache Santuario XML Security for Java, version 2.1.4
>> super("XMLDSig", VER, INFO);
>>
>> final Provider p = this;
>> >>>>>>>>>>>>>>>>
>>
>>
>> Thanks,
>> Fedor
>
More information about the jdk-updates-dev
mailing list