Commit eff3a4f1 authored by Stephane Nicoll's avatar Stephane Nicoll

Upgrade to Spring Kafka 2.7.0-RC1

Closes gh-25582
parent cd817847
...@@ -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 = false; private boolean onShutdown = true;
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-SNAPSHOT") { library("Spring Kafka", "2.7.0-RC1") {
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