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

Goetz Lindenmaier goetz at openjdk.org
Wed Jan 10 11:49:30 UTC 2024


On Wed, 10 Jan 2024 07:46:22 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

>> I backport this for parity with 17.0.11-oracle.
>> 
>> This is a  minimal version that only removes the strings from the interface, as well as the comment. Removing these is explicitly stated in the CSR.
>> 
>> The change keeps the EdDSA implementation. As I understand, 17 supports EdDSA in general, it was just not included for XML when 17 was released.
>> https://bugs.openjdk.org/browse/JDK-8305972
>
> Goetz Lindenmaier 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 two new commits since the last revision:
> 
>  - Remove Strings as proposed in CSR
>  - Backport f0aebc8141de5a50c88658a40caa01967a9afc53

GHA failures look unrelated, but strange. 
javadoc/testJavadocTester/TestRunTests.java does not compile
testJavadocTester/TestRunTests.java:122: error: no suitable method found for runTests(Function<Method,Object[]>,String,String,String)
    g.runTests(f, "m1", "m4", "m2");

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2116#issuecomment-1884697996


More information about the jdk-updates-dev mailing list