diff --git a/glassfish-hk2.spec b/glassfish-hk2.spec index 1564b28836d9c8838d0991f0ab7475057cacb24c..0bd95321e809d339acf34df4ca3b4c95cd71cfb3 100644 --- a/glassfish-hk2.spec +++ b/glassfish-hk2.spec @@ -2,7 +2,7 @@ %global extra_version 1.0.3 Name: glassfish-hk2 Version: 2.5.0 -Release: 4 +Release: 5 Summary: Glassfish Hundred Kilobytes Kernel License: EPL-2.0 or GPLv2 with exceptions URL: https://github.com/eclipse-ee4j/glassfish-hk2/ @@ -290,6 +290,8 @@ for mod in $(grep -l maven-bundle-plugin $(find */ -name pom.xml) ) ; do " done +sed -i '246d' hk2-configuration/persistence/hk2-xml/test1/src/test/java/org/glassfish/hk2/xml/test/interop/InteropTest.java +sed -i '56d' hk2-configuration/persistence/hk2-xml/test1/src/test/java/org/glassfish/hk2/xml/test/interop/InteropTest.java %mvn_package ":::tests:" __noinstall %mvn_package ":hk2-bom" %{name} %mvn_package ":hk2-parent" %{name} @@ -421,6 +423,9 @@ done %license LICENSE.md NOTICE.md %changelog +* Wed May 14 2025 Ge Wang - 2.5.0-5 +- fix build failure due to jsonp updated + * Tue Nov 14 2023 laokz - 2.5.0-4 - fix: remove very time-consuming MultiThreaded1Test for riscv64