Browse Source

Merge pull request #37801 from onobc

* gh-37801:
  Upgrade to Pulsar Reactive 0.4.0

Closes gh-37801
pull/37807/head
Andy Wilkinson 2 years ago
parent
commit
29ff01e4f7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle
  2. 7
      spring-boot-project/spring-boot-starters/spring-boot-starter-pulsar-reactive/build.gradle

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

@ -1218,7 +1218,7 @@ bom { @@ -1218,7 +1218,7 @@ bom {
]
}
}
library("Pulsar Reactive", "0.3.0") {
library("Pulsar Reactive", "0.4.0") {
group("org.apache.pulsar") {
modules = [
"pulsar-client-reactive-adapter",

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

@ -11,9 +11,6 @@ dependencies { @@ -11,9 +11,6 @@ dependencies {
checkRuntimeClasspathForConflicts {
ignore { name -> name.startsWith("org/bouncycastle/") ||
name.matches("^org\\/apache\\/pulsar\\/.*\\/package-info.class\$") ||
name.equals("findbugsExclude.xml") ||
name.startsWith("org/springframework/pulsar/shade/com/github/benmanes/caffeine/") ||
name.startsWith("org/springframework/pulsar/shade/com/google/errorprone/") ||
name.startsWith("org/springframework/pulsar/shade/org/checkerframework/") }
name.matches("^org\\/apache\\/pulsar\\/.*\\/package-info.class\$") ||
name.equals("findbugsExclude.xml") }
}

Loading…
Cancel
Save