Re: [PR] Bump org.xmlunit:xmlunit-core from 2.12.0 to 2.13.0 [maven-ear-plugin]

2026-08-04 Thread via GitHub


Bukama merged PR #542:
URL: https://github.com/apache/maven-ear-plugin/pull/542


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[PR] Bump org.xmlunit:xmlunit-core from 2.12.0 to 2.13.0 [maven-ear-plugin]

2026-08-04 Thread via GitHub


dependabot[bot] opened a new pull request, #542:
URL: https://github.com/apache/maven-ear-plugin/pull/542

   Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 
2.12.0 to 2.13.0.
   
   Release notes
   Sourced from https://github.com/xmlunit/xmlunit/releases";>org.xmlunit:xmlunit-core's 
releases.
   
   XMLUnit for Java 2.13.0
   This release adds new options allowing  people to strengthen the security 
of the XML parser used during validation or XPath evaluation and adds an option 
to specify the locale used to parse patterns in the isDateTime 
placeholder.
   Full list of changes:
   
   
   added explicit settings to the Validator classes that 
disable (external) DTD loading during validation. The default
   remains to allow loading of external content as this is often a requirement 
during validation.
   PRs https://redirect.github.com/xmlunit/xmlunit/pull/331";>#331 and https://redirect.github.com/xmlunit/xmlunit/pull/332";>#332 by
   https://github.com/jmestwa-coder";>@​jmestwa-coder
   
   
   added constructor overloads to JAXPXPathEngine to allow 
specifying the DocumentBuilderFactory used for the
   Source overloads of the selectNodes and 
evaluate methods.
   PRs https://redirect.github.com/xmlunit/xmlunit/pull/333";>#333 by https://github.com/jmestwa-coder";>@​jmestwa-coder
   
   
   IsDateTimePlaceholderHandler now parses the explicit and ISO 
date formats using Locale.US rather than the JVM
   default locale so results no longer depend on the host locale. An optional 
second argument allows specifying a
   different locale as a BCP 47 language tag.
   PR https://redirect.github.com/xmlunit/xmlunit/pull/335";>#335 by https://github.com/jmestwa-coder";>@​jmestwa-coder
   
   
   
   
   
   Changelog
   Sourced from https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md";>org.xmlunit:xmlunit-core's
 changelog.
   
   XMLUnit for Java 2.13.0 - /Released 2026-07-31/
   
   
   added explicit settings to the Validator classes that 
disable (external) DTD loading during validation. The default
   remains to allow loading of external content as this is often a requirement 
during validation.
   PRs https://redirect.github.com/xmlunit/xmlunit/pull/331";>#331 and https://redirect.github.com/xmlunit/xmlunit/pull/332";>#332 by
   https://github.com/jmestwa-coder";>@​jmestwa-coder
   
   
   added constructor overloads to JAXPXPathEngine to allow 
specifying the DocumentBuilderFactory used for the
   Source overloads of the selectNodes and 
evaluate methods.
   PRs https://redirect.github.com/xmlunit/xmlunit/pull/333";>#333 by https://github.com/jmestwa-coder";>@​jmestwa-coder
   
   
   IsDateTimePlaceholderHandler now parses the explicit and ISO 
date formats using Locale.US rather than the JVM
   default locale so results no longer depend on the host locale. An optional 
second argument allows specifying a
   different locale as a BCP 47 language tag.
   PR https://redirect.github.com/xmlunit/xmlunit/pull/335";>#335 by https://github.com/jmestwa-coder";>@​jmestwa-coder
   
   
   
   
   
   Commits
   
   https://github.com/xmlunit/xmlunit/commit/d7da10c0779c2f5c550da36f6dcc5570aade925a";>d7da10c
 prepare the 2.13.0 release
   https://github.com/xmlunit/xmlunit/commit/998399dba87d773c5f911c4c6a6c9cb1350a9216";>998399d
 Merge pull request https://redirect.github.com/xmlunit/xmlunit/issues/336";>#336 from 
xmlunit/jmestwa-coder-isdatetime-locale
   https://github.com/xmlunit/xmlunit/commit/084d1a404ba0584cedf9fdd6f46eaf73b0248b9b";>084d1a4
 add explicit test for empty second argument
   https://github.com/xmlunit/xmlunit/commit/323c87fa0f2baa1579f0363dd057d4abc6ce7e65";>323c87f
 allow specifying locale for isDateTime pattern
   https://github.com/xmlunit/xmlunit/commit/ed2748b6d385e9237800d54b011bae40fea60e8a";>ed2748b
 pin locale when parsing dates in IsDateTimePlaceholderHandler
   https://github.com/xmlunit/xmlunit/commit/f0a6fe635151ada3b3b206d9a078d452efd2f855";>f0a6fe6
 Merge pull request https://redirect.github.com/xmlunit/xmlunit/issues/334";>#334 from 
xmlunit/add-release-notes
   https://github.com/xmlunit/xmlunit/commit/4765a05305fba1540db8a8912a43ed3e029c982e";>4765a05
 add release notes for https://redirect.github.com/xmlunit/xmlunit/issues/331";>#331 https://redirect.github.com/xmlunit/xmlunit/issues/332";>#332 https://redirect.github.com/xmlunit/xmlunit/issues/333";>#333 by https://github.com/jmestwa-coder";>@​jmestwa-coder
   https://github.com/xmlunit/xmlunit/commit/9e4f6cd7a9e1128dc6e7f41935ca328f7434bc27";>9e4f6cd
 Merge pull request https://redirect.github.com/xmlunit/xmlunit/issues/332";>#332 from 
jmestwa-coder/parsing-validator-external-entities
   https://github.com/xmlunit/xmlunit/commit/0a1885bed727da7aa1d6f73d50aa8fc9fb4e2900";>0a1885b
 Merge pull request https://redirect.github.com/xmlunit/xmlunit/issues/331";>#331 from 
jmestwa-coder/jaxp-validator-external-dtd