backport add allow boundary type

This commit is contained in:
shizhili 2023-09-19 18:21:07 +08:00
parent 3ae29af5ca
commit 886d62d91e
2 changed files with 1423 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 Summary: Cloud-Native, Distributed Messaging and Streaming
Name: rocketmq Name: rocketmq
Version: 5.1.3 Version: 5.1.3
Release: 8 Release: 9
License: Apache-2.0 License: Apache-2.0
Group: Applications/Message Group: Applications/Message
URL: https://rocketmq.apache.org/ URL: https://rocketmq.apache.org/
@ -17,6 +17,7 @@ Patch0004: patch004-backport-Support-Proxy-Protocol-for-gRPC-and-Remoting-Server
Patch0005: patch005-backport-fix-some-bugs.patch Patch0005: patch005-backport-fix-some-bugs.patch
Patch0006: patch006-backport-auto-batch-producer.patch Patch0006: patch006-backport-auto-batch-producer.patch
Patch0007: patch007-backport-fix-some-bugs.patch Patch0007: patch007-backport-fix-some-bugs.patch
Patch0008: patch008-backport-Allow-BoundaryType.patch
BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git
Requires: java-1.8.0-openjdk-devel Requires: java-1.8.0-openjdk-devel
@ -51,6 +52,9 @@ exit 0
%changelog %changelog
* Tue Sep 19 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-9
- backport add allow boundary type
* Tue Sep 19 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-8 * Tue Sep 19 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-8
- backport fix some docs error - backport fix some docs error