diff --git a/activemq-5.16.8.tar.gz b/activemq-5.19.0.tar.gz similarity index 49% rename from activemq-5.16.8.tar.gz rename to activemq-5.19.0.tar.gz index 2c166ba81834a8def4a89c9fdecc04543206a6b6..b2dbcb1d1a99a2ae0e19650d443e3a3b39eac5d6 100644 Binary files a/activemq-5.16.8.tar.gz and b/activemq-5.19.0.tar.gz differ diff --git a/activemq.spec b/activemq.spec index 34d9f0bda382f1d6d84dff79feb3fa3579bde3ac..c54100dbf9fb51567b29c84936a5875daec19be5 100644 --- a/activemq.spec +++ b/activemq.spec @@ -1,13 +1,15 @@ %define check_testcase 0 Name: activemq -Version: 5.16.8 +Version: 5.19.0 Release: 1 Summary: Open source messaging and Integration Patterns server License: Apache-2.0 URL: http://activemq.apache.org Source0: https://github.com/apache/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz -Requires: java -BuildRequires: maven java +BuildRequires: maven maven-local +BuildRequires: java-11-openjdk-devel +Requires: java-11-openjdk +Requires: javapackages-tools BuildArch: noarch %description The most popular and powerful open source messaging and Integration Patterns @@ -20,8 +22,11 @@ This package contains javadoc for %{name}. %prep %autosetup -n %{name}-%{name}-%{version} -p1 +%pom_remove_plugin org.apache.maven.plugins:maven-enforcer-plugin +sed -i 's/jar-no-fork/jar/g' pom.xml %build +export JAVA_HOME=%{_jvmdir}/java-11-openjdk %if "%{_arch}" == "riscv64" export MAVEN_OPTS="-Xms2048M -Xmx8000M" %endif @@ -63,6 +68,17 @@ cd %{_builddir} %{_datadir}/javadoc %changelog +* Thu Jun 05 2025 yaoxin <1024769339@qq.com> - 5.19.0-1 +- Update to 5.19.0: + * AMQ-9644: Don't allow create a queue when browsing (force to + create the queue first) in the webconsole + * AMQ-6596 - Validate size of buffers during unmarshalling + * fix double slash in path + * [AMQ-9646] Support selecting specific messages for command line backup + * AMQ-9658 - Improve auto+nio+ssl transport initialization for amqp + * AMQ-9658 - Properly increment transport receive counter + * Fix line endings in openwire generated files + * Fri May 09 2025 wangkai <13474090681@163.com> - 5.16.8-1 - Upgrade to 5.16.8 for fix CVE-2025-27533