Skip to content

Commit

Permalink
Update reactive client to 0.3.0 (spring-projects#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet authored Apr 26, 2023
1 parent 231a4e6 commit 2280a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion spring-pulsar-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
protobufJavaVersion = '3.21.5'
testcontainersVersion = '1.17.6'
pulsarVersion = '2.11.0'
pulsarClientReactiveVersion = '0.2.0'
pulsarClientReactiveVersion = '0.3.0'
springBootVersion = '3.0.5'
springPulsarStarterVersion = '0.2.1-SNAPSHOT'
springPulsarBinderVersion = '0.2.0'
Expand Down
10 changes: 2 additions & 8 deletions spring-pulsar-reactive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ description = 'Spring Pulsar Reactive Support'

dependencies {
api project (':spring-pulsar')
api ('org.apache.pulsar:pulsar-client-reactive-adapter') {
// remove when reactive client updates to 2.11
exclude group: 'org.apache.pulsar', module: 'pulsar-client'
}
api 'org.apache.pulsar:pulsar-client-reactive-adapter'
implementation 'com.fasterxml.jackson.core:jackson-core'
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'com.google.code.findbugs:jsr305'
Expand All @@ -20,10 +17,7 @@ dependencies {
optional 'com.google.protobuf:protobuf-java'
optional 'com.jayway.jsonpath:json-path'
optional 'io.projectreactor:reactor-core'
optional ('org.apache.pulsar:pulsar-client-reactive-producer-cache-caffeine') {
// remove when reactive client updates to 2.11
exclude group: 'org.apache.pulsar', module: 'pulsar-client-reactive-adapter'
}
optional 'org.apache.pulsar:pulsar-client-reactive-producer-cache-caffeine'

testImplementation project(':spring-pulsar-test')
testRuntimeOnly 'ch.qos.logback:logback-classic'
Expand Down

0 comments on commit 2280a49

Please sign in to comment.