Upgrade to Spring Kafka 2.7.0-RC1
Closes gh-25582
This commit is contained in:
@@ -1264,7 +1264,7 @@ public class KafkaProperties {
|
||||
/**
|
||||
* Cleanup the application’s local state directory on shutdown.
|
||||
*/
|
||||
private boolean onShutdown = false;
|
||||
private boolean onShutdown = true;
|
||||
|
||||
public boolean isOnStartup() {
|
||||
return this.onStartup;
|
||||
|
||||
@@ -1649,7 +1649,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Spring Kafka", "2.7.0-SNAPSHOT") {
|
||||
library("Spring Kafka", "2.7.0-RC1") {
|
||||
group("org.springframework.kafka") {
|
||||
modules = [
|
||||
"spring-kafka",
|
||||
|
||||
Reference in New Issue
Block a user