!47 backport message filter

From: @zhiliatox 
Reviewed-by: @hu-zongtang 
Signed-off-by: @hu-zongtang
This commit is contained in:
openeuler-ci-bot 2023-12-12 01:34:42 +00:00 committed by Gitee
commit 0b032b76c8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1201 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
Summary: Cloud-Native, Distributed Messaging and Streaming
Name: rocketmq
Version: 5.1.5
Release: 42
Release: 43
License: Apache-2.0
Group: Applications/Message
URL: https://rocketmq.apache.org/
@ -51,6 +51,7 @@ Patch0038: patch038-backport-SlaveActingMaster-Timer-Message-retry-without-escap
Patch0039: patch039-backport-add-some-validations.patch
Patch0040: patch040-backport-add-some-test-cases.patch
Patch0041: patch041-backport-improve-performance.patch
Patch0042: patch042-backport-Support-message-filtering.patch
BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git
Requires: java-1.8.0-openjdk-devel
@ -91,6 +92,9 @@ exit 0
%changelog
* Mon Dec 11 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-43
- backport Support message filtering
* Mon Dec 11 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-42
- backport add improve performance