Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Bump pulsar version to 2.10.5.3 #5891

Closed
wants to merge 38 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e25d764
[improve] [broker] Add consumer-id into the log when doing subscribe.…
poorbarcode Jul 12, 2023
20adfe4
[fix] [broker] Can not receive any messages after switch to standby c…
poorbarcode Jul 13, 2023
82c589f
Release 2.10.5
liangyepianzhou Jul 13, 2023
c185ae4
Merge remote-tracking branch 'origin/branch-2.10' into branch-2.10
liangyepianzhou Jul 13, 2023
1cd009d
[fix][build] Mongo is fixed for 2.10.5 (#20810)
dave2wave Jul 14, 2023
4dae6cb
[fix] [cli] the variable producerName of BatchMsgContainer is null (#…
poorbarcode Jul 18, 2023
4a894af
[fix][io][branch-2.10] Not restart instance when kafka source poll ex…
shibd Jul 18, 2023
1eb5eb3
[fix][build]Fix compatibility issue cause by #20819 (#20834)
liangyepianzhou Jul 19, 2023
fea2f9b
[branch-2.10][fix][broker] Inconsistent behaviour for topic auto_crea…
mattisonchao Jul 25, 2023
6d321e1
[branch-2.10][fix][broker] Fix inconsensus namespace policies by getP…
mattisonchao Jul 26, 2023
ebf9961
[improve] [broker] Print warn log if compaction failure (#19405)
poorbarcode Feb 4, 2023
54359b6
[fix][broker] In replication scenario, remote consumer could not be r…
poorbarcode Jul 28, 2023
ea16fb8
[fix] [ml] fix discontinuous ledger deletion (#20898)
poorbarcode Aug 1, 2023
b0e2c0a
[branch-2.10] Remove cpp tests
BewareMyPower Aug 8, 2023
31d59cf
[branch-2.10][fix][broker] Avoid infinite bundle unloading (#20822) (…
Demogorgon314 Aug 8, 2023
c9cc8a7
[fix][broker] Fix incorrect number of read compacted entries (#20978)
coderzc Aug 14, 2023
11605ca
[fix][broker] Fix message loss during topic compaction (#20980)
coderzc Aug 14, 2023
b9ab757
Revert "[fix][broker] Fix message loss during topic compaction (#20980)"
coderzc Aug 15, 2023
385bede
[fix][broker] Fix message loss during topic compaction (#20980)
coderzc Aug 14, 2023
fa0c70c
[fix][io] Update test certs for Elasticsearch (#21001)
michaeljmarshall Aug 16, 2023
17a4bcf
[fix][broker] Fix get topic policies as null during clean cache (#20763)
coderzc Jul 12, 2023
40d018f
[improve][txn]Add log when can't send TcClientConnectRequest to broke…
liangyepianzhou Jul 31, 2023
46372d6
[fix][broker] fix MessageDeduplication throw NPE when enable broker d…
lifepuzzlefun Aug 1, 2023
ca880c6
[improve][sql] Fix the wrong format of the logs (#20907)
crossoverJie Jul 31, 2023
084347c
[improve][proxy] Support disabling metrics endpoint (#21031)
michaeljmarshall Aug 19, 2023
63e142c
[fix][broker] Use MessageDigest.isEqual when comparing digests (#21061)
Crispy-fried-chicken Aug 24, 2023
1f9aa9b
[fix] [bk] Correctct the bookie info after ZK client is reconnected (…
poorbarcode Aug 25, 2023
2e1638b
fix the license description
poorbarcode Aug 25, 2023
1a7accb
[fix][broker] Fix get topic policies as null during clean cache (#20763)
coderzc Aug 22, 2023
6e0ef70
Revert "[fix][broker] Fix get topic policies as null during clean cac…
coderzc Aug 29, 2023
a5d1ca0
[fix][broker] Fix can't stop phase-two of compaction even though mess…
coderzc Aug 22, 2023
810a2f0
[fix][broker] Make sure all inflight writes have finished before com…
coderzc Aug 28, 2023
29bb685
[improve] Introduce the sync() API to ensure consistency on reads dur…
eolivelli Dec 27, 2022
ddd9bc2
[improve] [broker] Improve cache handling for partitioned topic metad…
poorbarcode Aug 28, 2023
13b2521
[fix][broker]Fix chunked messages will be filtered by duplicating (#2…
liangyepianzhou Aug 31, 2023
ea4cc4f
[fix][client] Fix consumer can't consume resent chunked messages (#21…
RobertIndie Aug 29, 2023
2e2ba6d
[fix][client] Avoid ack hole for chunk message (#21101)
liangyepianzhou Sep 4, 2023
7095f0a
Release 2.10.5.3
streamnativebot Sep 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 0 additions & 103 deletions .github/workflows/ci-cpp.yaml

This file was deleted.

16 changes: 4 additions & 12 deletions bouncy-castle/bc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--

Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -18,44 +19,36 @@
under the License.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.pulsar</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bouncy-castle-parent</artifactId>
<version>2.10.5-SNAPSHOT</version>
<version>2.10.5.3</version>
<relativePath>..</relativePath>
</parent>

<artifactId>bouncy-castle-bc</artifactId>
<name>Apache Pulsar :: Bouncy Castle :: BC</name>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
</dependencies>

<build>
<plugins>

<!-- build a `jar in jar` to avoid break bc signature-->
<plugin>
<groupId>de.ntcomputer</groupId>
Expand All @@ -73,7 +66,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down
14 changes: 4 additions & 10 deletions bouncy-castle/bcfips-include-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--

Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -18,28 +19,24 @@
under the License.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.pulsar</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bouncy-castle-parent</artifactId>
<version>2.10.5-SNAPSHOT</version>
<version>2.10.5.3</version>
<relativePath>..</relativePath>
</parent>

<artifactId>bcfips-include-test</artifactId>
<name>Pulsar Bouncy Castle FIPS Test</name>
<description> Broker and client runs auth include BC FIPS verison</description>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>testmocks</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-broker</artifactId>
Expand All @@ -53,7 +50,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-broker</artifactId>
Expand All @@ -66,15 +62,13 @@
</exclusions>
<scope>test</scope>
</dependency>

<!--exclude bouncy castle, then load fips version-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bouncy-castle-bcfips</artifactId>
<version>${project.version}</version>
<classifier>pkg</classifier>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down
14 changes: 4 additions & 10 deletions bouncy-castle/bcfips/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--

Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -18,41 +19,34 @@
under the License.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.pulsar</groupId>
<groupId>io.streamnative</groupId>
<artifactId>bouncy-castle-parent</artifactId>
<version>2.10.5-SNAPSHOT</version>
<version>2.10.5.3</version>
<relativePath>..</relativePath>
</parent>

<artifactId>bouncy-castle-bcfips</artifactId>
<name>Apache Pulsar :: Bouncy Castle :: BC-FIPS</name>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>pulsar-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId>
<version>${bouncycastlefips.version}</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-fips</artifactId>
<version>${bouncycastlefips.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<!-- build a `jar in jar` to avoid break bc signature-->
Expand Down
11 changes: 4 additions & 7 deletions bouncy-castle/pom.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<!--

Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -18,26 +19,22 @@
under the License.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.pulsar</groupId>
<groupId>io.streamnative</groupId>
<artifactId>pulsar</artifactId>
<version>2.10.5-SNAPSHOT</version>
<version>2.10.5.3</version>
<relativePath>..</relativePath>
</parent>

<artifactId>bouncy-castle-parent</artifactId>
<name>Apache Pulsar :: Bouncy Castle :: Parent</name>

<!--make it easy for user to load Bouncy Castle and Bouncy Castle FIPS-->
<modules>
<!--2 module for nar-->
<module>bc</module>
<module>bcfips</module>

<!--2 module for fips version test-->
<module>bcfips-include-test</module>
</modules>
Expand Down
Loading
Loading