File tree Expand file tree Collapse file tree 11 files changed +18
-11
lines changed
xmlunit-jakarta-jaxb-impl Expand file tree Collapse file tree 11 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 55parameters :
66 xmlunit-version :
77 type : string
8- default : " 2.10.5 -SNAPSHOT"
8+ default : " 2.11.0 -SNAPSHOT"
99
1010commands :
1111 full-checkout :
Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## XMLUnit for Java 2.10.5 - /not released, yet/
3+ ## XMLUnit for Java 2.11.0 - /not released, yet/
4+
5+ * the ` xmlunit-jakarta-jaxb-impl ` no longer depends on ` org.glassfish.jaxb:jaxb-runtime ` directly.
6+ Issue [ #313 ] ( https://github.com/xmlunit/xmlunit/issues/313 ) PR [ #314 ] ( https://github.com/xmlunit/xmlunit/pull/314 )
7+
8+ This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on
9+ XMLUnit to provide the JAXB implementation.
410
511## XMLUnit for Java 2.10.4 - /Released 2025-09-13/
612
Original file line number Diff line number Diff line change 1818 <groupId >org.xmlunit</groupId >
1919 <artifactId >xmlunit-parent</artifactId >
2020 <packaging >pom</packaging >
21- <version >2.10.5 -SNAPSHOT</version >
21+ <version >2.11.0 -SNAPSHOT</version >
2222 <name >org.xmlunit:xmlunit-parent</name >
2323 <description >Parent POM for all artifacts of XMLUnit</description >
2424 <url >https://www.xmlunit.org/</url >
Original file line number Diff line number Diff line change 1818 <parent >
1919 <artifactId >xmlunit-parent</artifactId >
2020 <groupId >org.xmlunit</groupId >
21- <version >2.10.5 -SNAPSHOT</version >
21+ <version >2.11.0 -SNAPSHOT</version >
2222 </parent >
2323 <modelVersion >4.0.0</modelVersion >
2424
Original file line number Diff line number Diff line change 1818 <parent >
1919 <artifactId >xmlunit-parent</artifactId >
2020 <groupId >org.xmlunit</groupId >
21- <version >2.10.5 -SNAPSHOT</version >
21+ <version >2.11.0 -SNAPSHOT</version >
2222 </parent >
2323 <modelVersion >4.0.0</modelVersion >
2424
Original file line number Diff line number Diff line change 1818 <groupId >org.xmlunit</groupId >
1919 <artifactId >xmlunit-bom</artifactId >
2020 <packaging >pom</packaging >
21- <version >2.10.5 -SNAPSHOT</version >
21+ <version >2.11.0 -SNAPSHOT</version >
2222 <name >org.xmlunit:xmlunit-bom</name >
2323 <description >Bill of Materials (BOM) for XMLUnit</description >
2424 <url >https://www.xmlunit.org/</url >
Original file line number Diff line number Diff line change 1818 <parent >
1919 <groupId >org.xmlunit</groupId >
2020 <artifactId >xmlunit-parent</artifactId >
21- <version >2.10.5 -SNAPSHOT</version >
21+ <version >2.11.0 -SNAPSHOT</version >
2222 </parent >
2323
2424 <groupId >org.xmlunit</groupId >
Original file line number Diff line number Diff line change 1818 <parent >
1919 <artifactId >xmlunit-parent</artifactId >
2020 <groupId >org.xmlunit</groupId >
21- <version >2.10.5 -SNAPSHOT</version >
21+ <version >2.11.0 -SNAPSHOT</version >
2222 </parent >
2323 <modelVersion >4.0.0</modelVersion >
2424
4949 <groupId >org.glassfish.jaxb</groupId >
5050 <artifactId >jaxb-runtime</artifactId >
5151 <version >${jakarta.xml.bind.version} </version >
52+ <scope >test</scope >
5253 </dependency >
5354 <dependency >
5455 <groupId >junit</groupId >
Original file line number Diff line number Diff line change 1818 <parent >
1919 <groupId >org.xmlunit</groupId >
2020 <artifactId >xmlunit-parent</artifactId >
21- <version >2.10.5 -SNAPSHOT</version >
21+ <version >2.11.0 -SNAPSHOT</version >
2222 </parent >
2323
2424 <groupId >org.xmlunit</groupId >
Original file line number Diff line number Diff line change 1818 <parent >
1919 <groupId >org.xmlunit</groupId >
2020 <artifactId >xmlunit-parent</artifactId >
21- <version >2.10.5 -SNAPSHOT</version >
21+ <version >2.11.0 -SNAPSHOT</version >
2222 </parent >
2323
2424 <groupId >org.xmlunit</groupId >
You can’t perform that action at this time.
0 commit comments