[jdk17u-dev] RFR: 8305972: Update XML Security for Java to 3.0.2 [v5]

Goetz Lindenmaier goetz at openjdk.org
Mon Jan 8 11:54:33 UTC 2024


On Sat, 6 Jan 2024 00:13:15 GMT, Martin Balao <mbalao at openjdk.org> wrote:

>> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Do the whitespace fix properly.
>
> Hi Goetz,
> 
> Thanks for proposing this backport.
> 
> One minor comment:
> 
>  * test/jdk/javax/xml/crypto/dsig/GenerationTests.java
>    * The import of X509Certificate and the definition of x5ks are dead code.
> 
> Otherwise, looks good to me. I'll give my approval anyways, as this is a minor comment.
> 
> On a final note, I agree with your changes of removing EdDSA code and aligning to the approved CSR. However, I have to say that doing this for 17u does not only prevent users from the enhancement but also increases the maintenance cost as there will be more chances of updates not applying cleanly for the years to come. I would have treated 17u differently than previous releases.
> 
> Martin.-

Hi @martinuy,
do you think it would be better to keep all the code and only remove the two String and the change to the comment of DigestMethod?
In the 21u change for the update to [3.0.3](https://github.com/openjdk/jdk21u-dev/pull/94) I have done it that way. Probably that's also the better solution here.

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2006#issuecomment-1880854953


More information about the jdk-updates-dev mailing list