Skip to content

Commit 23ad50e

Browse files
committed
Start building against Spring Pulsar 1.2.0 snapshots
See gh-42147
1 parent 1aca11c commit 23ad50e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesMapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ private void customizePulsarContainerListenerProperties(PulsarContainerPropertie
199199
map.from(properties::isObservationEnabled).to(containerProperties::setObservationEnabled);
200200
}
201201

202+
@SuppressWarnings("removal")
202203
<T> void customizeConcurrentPulsarListenerContainerFactory(
203204
ConcurrentPulsarListenerContainerFactory<T> listenerContainerFactory) {
204205
PulsarProperties.Listener properties = this.properties.getListener();

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/pulsar/PulsarPropertiesMapperTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ void customizeContainerProperties() {
274274
}
275275

276276
@Test
277+
@SuppressWarnings("removal")
277278
void customizeConcurrentPulsarListenerContainerFactory() {
278279
PulsarProperties properties = new PulsarProperties();
279280
properties.getListener().setConcurrency(10);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2051,7 +2051,7 @@ bom {
20512051
releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}")
20522052
}
20532053
}
2054-
library("Spring Pulsar", "1.2.0-M1") {
2054+
library("Spring Pulsar", "1.2.0-SNAPSHOT") {
20552055
considerSnapshots()
20562056
group("org.springframework.pulsar") {
20572057
imports = [

0 commit comments

Comments
 (0)