Start building against Spring Kafka 2.7.0 snapshots

See gh-25930
This commit is contained in:
Stephane Nicoll 2021-04-09 08:58:42 +02:00
parent 3ee6a945ec
commit 03f2054984
2 changed files with 2 additions and 2 deletions

View File

@ -1264,7 +1264,7 @@ public class KafkaProperties {
/**
* Cleanup the applications local state directory on shutdown.
*/
private boolean onShutdown = true;
private boolean onShutdown = false;
public boolean isOnStartup() {
return this.onStartup;

View File

@ -1649,7 +1649,7 @@ bom {
]
}
}
library("Spring Kafka", "2.7.0-RC1") {
library("Spring Kafka", "2.7.0-SNAPSHOT") {
group("org.springframework.kafka") {
modules = [
"spring-kafka",