Skip to content

Commit 29ff01e

Browse files
committed
Merge pull request #37801 from onobc
* gh-37801: Upgrade to Pulsar Reactive 0.4.0 Closes gh-37801
2 parents bd6606f + 0a40fdd commit 29ff01e

File tree

2 files changed

+3
-6
lines changed
  • spring-boot-project

2 files changed

+3
-6
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ bom {
12181218
]
12191219
}
12201220
}
1221-
library("Pulsar Reactive", "0.3.0") {
1221+
library("Pulsar Reactive", "0.4.0") {
12221222
group("org.apache.pulsar") {
12231223
modules = [
12241224
"pulsar-client-reactive-adapter",

spring-boot-project/spring-boot-starters/spring-boot-starter-pulsar-reactive/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ dependencies {
1111

1212
checkRuntimeClasspathForConflicts {
1313
ignore { name -> name.startsWith("org/bouncycastle/") ||
14-
name.matches("^org\\/apache\\/pulsar\\/.*\\/package-info.class\$") ||
15-
name.equals("findbugsExclude.xml") ||
16-
name.startsWith("org/springframework/pulsar/shade/com/github/benmanes/caffeine/") ||
17-
name.startsWith("org/springframework/pulsar/shade/com/google/errorprone/") ||
18-
name.startsWith("org/springframework/pulsar/shade/org/checkerframework/") }
14+
name.matches("^org\\/apache\\/pulsar\\/.*\\/package-info.class\$") ||
15+
name.equals("findbugsExclude.xml") }
1916
}

0 commit comments

Comments
 (0)