Commit 03f20549 authored by Stephane Nicoll's avatar Stephane Nicoll

Start building against Spring Kafka 2.7.0 snapshots

See gh-25930
parent 3ee6a945
...@@ -1264,7 +1264,7 @@ public class KafkaProperties { ...@@ -1264,7 +1264,7 @@ public class KafkaProperties {
/** /**
* Cleanup the application’s local state directory on shutdown. * Cleanup the application’s local state directory on shutdown.
*/ */
private boolean onShutdown = true; private boolean onShutdown = false;
public boolean isOnStartup() { public boolean isOnStartup() {
return this.onStartup; return this.onStartup;
......
...@@ -1649,7 +1649,7 @@ bom { ...@@ -1649,7 +1649,7 @@ bom {
] ]
} }
} }
library("Spring Kafka", "2.7.0-RC1") { library("Spring Kafka", "2.7.0-SNAPSHOT") {
group("org.springframework.kafka") { group("org.springframework.kafka") {
modules = [ modules = [
"spring-kafka", "spring-kafka",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment