Upgrade to Pulsar 4.0.4
Closes gh-45124
This commit is contained in:
@@ -254,7 +254,7 @@ class PulsarPropertiesMapperTests {
|
||||
then(builder).should().topicsPattern(topisPattern);
|
||||
then(builder).should().priorityLevel(123);
|
||||
then(builder).should().readCompacted(true);
|
||||
then(builder).should().deadLetterPolicy(new DeadLetterPolicy(1, null, "my-dlt", null));
|
||||
then(builder).should().deadLetterPolicy(new DeadLetterPolicy(1, null, "my-dlt", null, null, null));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -107,7 +107,7 @@ class PulsarReactivePropertiesMapperTests {
|
||||
then(builder).should().topicsPattern(topisPattern);
|
||||
then(builder).should().priorityLevel(123);
|
||||
then(builder).should().readCompacted(true);
|
||||
then(builder).should().deadLetterPolicy(new DeadLetterPolicy(1, null, "my-dlt", null));
|
||||
then(builder).should().deadLetterPolicy(new DeadLetterPolicy(1, null, "my-dlt", null, null, null));
|
||||
then(builder).should().retryLetterTopicEnable(false);
|
||||
then(builder).should().subscriptionName("subname");
|
||||
then(builder).should().subscriptionInitialPosition(SubscriptionInitialPosition.Earliest);
|
||||
|
||||
@@ -1776,7 +1776,7 @@ bom {
|
||||
releaseNotes("https://github.com/prometheus/client_java/releases/tag/parent-{version}")
|
||||
}
|
||||
}
|
||||
library("Pulsar", "4.0.3") {
|
||||
library("Pulsar", "4.0.4") {
|
||||
group("org.apache.pulsar") {
|
||||
bom("pulsar-bom") {
|
||||
permit("org.apache.maven.plugin-tools:maven-plugin-annotations")
|
||||
|
||||
Reference in New Issue
Block a user