[jdk21u-dev] RFR: 8344137: Update XML Security for Java to 3.0.5

Goetz Lindenmaier goetz at openjdk.org
Fri Jul 4 07:43:29 UTC 2025


I backport this for parity with 21.0.8-oracle.

Clean backport except for GenerationTests.java.
That differs because the backport of this update always
omits the new signature method Strings so that the standard
must not be touched, see also the backport CSR.
The test was adapted to this in the past in 21.

We need to adapt this change, too.

We can just skip the chunk that does not apply
in GenerationTests.
It increments the number of methods, but as this
is not changed in 21 we don't need this.

In an extra commit I remove the new method strings and 
adapt the test to it.

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

Commit messages:
 - Adapt to CSR
 - backport 18e0b343ab002b193d4db3be226394ee7dbe9f19

Changes: https://git.openjdk.org/jdk21u-dev/pull/1937/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=1937&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8344137
  Stats: 640 lines in 24 files changed: 600 ins; 12 del; 28 mod
  Patch: https://git.openjdk.org/jdk21u-dev/pull/1937.diff
  Fetch: git fetch https://git.openjdk.org/jdk21u-dev.git pull/1937/head:pull/1937

PR: https://git.openjdk.org/jdk21u-dev/pull/1937


More information about the jdk-updates-dev mailing list