diff --git a/apache-commons-digester.spec b/apache-commons-digester.spec index 58a1717c77e6b023278f48c65a4f97f4c9f3aa88..40f672793c84b2c54300595789edbee78e55241b 100644 --- a/apache-commons-digester.spec +++ b/apache-commons-digester.spec @@ -1,12 +1,12 @@ -%global short_name commons-digester +%global short_name commons-digester3 Name: apache-%{short_name} -Version: 2.1 +Version: 3.2 Release: 1 Summary: XML to Java object mapping module License: ASL 2.0 URL: http://commons.apache.org/digester/ BuildArch: noarch -Source0: http://archive.apache.org/dist/commons/digester/source/commons-digester-%{version}-src.tar.gz +Source0: http://archive.apache.org/dist/commons/digester/source/commons-digester3-%{version}-src.tar.gz BuildRequires: maven-local mvn(commons-beanutils:commons-beanutils) BuildRequires: mvn(commons-logging:commons-logging) mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) @@ -41,5 +41,17 @@ This package contains the %{summary}. %doc LICENSE.txt NOTICE.txt %changelog +* Tue Nov 19 2024 zhaosaisai - 3.2-1 +- upgrade version to 3.2 +- [DIGESTER-153] Add Constructor support to ObjectCreateRule +- [DIGESTER-159] */object-param-rule is not managed in the XML rules. +- [DIGESTER-155] ClassLoader reference set to DigesterLoader not set in produced Digester instances +- [DIGESTER-154] The DigesterBinder is not able to load primitive classes by name +- [DIGESTER-160] provide an additional artifact with shaded dependencies +- [DIGESTER-157] Improve Set(Nested)PropertiesRuleAlias performances in the XML ruleset while binding rules +- [DIGESTER-156] Make (Nested|Set)PropertiesBuilder#addAlias() fluent. +- [DIGESTER-152] The DigesterLoader doesn't allow binding a default Locator +- [DIGESTER-151] The DigesterLoader doesn't allow binding a default ErrorHandler. + * Sat Aug 22 2020 liyanan - 2.1-1 - package init diff --git a/commons-digester-2.1-src.tar.gz b/commons-digester-2.1-src.tar.gz deleted file mode 100644 index 77c7d549f78e2c6a438576185c4f7e7d63e31014..0000000000000000000000000000000000000000 Binary files a/commons-digester-2.1-src.tar.gz and /dev/null differ diff --git a/commons-digester3-3.2-src.tar.gz b/commons-digester3-3.2-src.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..32fef334b69380f918368e58cc7b3947d2dd8e58 Binary files /dev/null and b/commons-digester3-3.2-src.tar.gz differ