Start building against Spring Pulsar 1.2.0 snapshots

See gh-42147
This commit is contained in:
Andy Wilkinson
2024-09-04 14:48:46 +01:00
parent 1aca11c622
commit 23ad50ee60
3 changed files with 3 additions and 1 deletions

View File

@@ -199,6 +199,7 @@ final class PulsarPropertiesMapper {
map.from(properties::isObservationEnabled).to(containerProperties::setObservationEnabled);
}
@SuppressWarnings("removal")
<T> void customizeConcurrentPulsarListenerContainerFactory(
ConcurrentPulsarListenerContainerFactory<T> listenerContainerFactory) {
PulsarProperties.Listener properties = this.properties.getListener();

View File

@@ -274,6 +274,7 @@ class PulsarPropertiesMapperTests {
}
@Test
@SuppressWarnings("removal")
void customizeConcurrentPulsarListenerContainerFactory() {
PulsarProperties properties = new PulsarProperties();
properties.getListener().setConcurrency(10);

View File

@@ -2051,7 +2051,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}")
}
}
library("Spring Pulsar", "1.2.0-M1") {
library("Spring Pulsar", "1.2.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.pulsar") {
imports = [