From aa95905a1ac60ac7340d99ed6ec49258ae0bbdbb15733958b7da5440846c5ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Fri, 5 Sep 2025 08:16:30 +0200 Subject: [PATCH] bsc#1245931 and bsc#1245914 --- xmlunit.changes | 19 ++++++++++++------- xmlunit.spec | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/xmlunit.changes b/xmlunit.changes index 30d1c64..11e34e7 100644 --- a/xmlunit.changes +++ b/xmlunit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 5 06:12:53 UTC 2025 - Fridrich Strba + +- Use diretly the xalan-j2 jar instead of the jaxp_transform_impl + alternative (bsc#1245931 and bsc#1245914) + ------------------------------------------------------------------- Fri Jan 12 11:26:50 UTC 2024 - Fridrich Strba @@ -12,13 +18,12 @@ Sun Mar 20 13:06:04 UTC 2022 - Fridrich Strba Sun Dec 12 13:03:16 UTC 2021 - Dirk Müller - update to 1.6: - * In cases of ATTR_NAME_NOT_FOUND and CHILD_NODE_NOT_FOUND differences the value - used to be the local name of the missing attribute or node. - - * New assertXpathEvaluatesTo overloads in XMLAssert and a new QualifiedName class - can be used to assert the stringified result of an XPath expression is actually - a qualified name - + * In cases of ATTR_NAME_NOT_FOUND and CHILD_NODE_NOT_FOUND + differences the value used to be the local name of the missing + attribute or node. + * New assertXpathEvaluatesTo overloads in XMLAssert and a new + QualifiedName class can be used to assert the stringified result + of an XPath expression is actually a qualified name * The JAXP 1.3 based validator ignored xsi:namespaceLocation and xsi:noNamespaceLocation attributes. diff --git a/xmlunit.spec b/xmlunit.spec index 420b498..a2b88e7 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -76,7 +76,7 @@ db5.xsl=%{_datadir}/xml/docbook/stylesheet/nwalsh/current/ EOF export CLASSPATH= -export OPT_JAR_LIST="junit ant/ant-junit jaxp_transform_impl ant/ant-trax xalan-j2-serializer" +export OPT_JAR_LIST="junit ant/ant-junit xalan-j2 ant/ant-trax xalan-j2-serializer" ant -Djavac.source=1.8 -Djavac.target=1.8 -Dbuild.compiler=modern -Dhaltonfailure=yes jar javadocs %install