Skip to content

Commit eff3a4f

Browse files
committed
Upgrade to Spring Kafka 2.7.0-RC1
Closes gh-25582
1 parent cd81784 commit eff3a4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/kafka/KafkaProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ public static class Cleanup {
12641264
/**
12651265
* Cleanup the application’s local state directory on shutdown.
12661266
*/
1267-
private boolean onShutdown = false;
1267+
private boolean onShutdown = true;
12681268

12691269
public boolean isOnStartup() {
12701270
return this.onStartup;

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ bom {
16491649
]
16501650
}
16511651
}
1652-
library("Spring Kafka", "2.7.0-SNAPSHOT") {
1652+
library("Spring Kafka", "2.7.0-RC1") {
16531653
group("org.springframework.kafka") {
16541654
modules = [
16551655
"spring-kafka",

0 commit comments

Comments
 (0)