Skip to content

Commit d364c06

Browse files
committed
Fix EnvironmentPpostProcessor migration
1 parent fc6fd8f commit d364c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binders/kafka-binder/spring-cloud-stream-binder-kafka-core/src/main/java/org/springframework/cloud/stream/binder/kafka/common/AbstractKafkaBinderHealthIndicator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import org.apache.kafka.common.PartitionInfo;
3333

3434
import org.springframework.beans.factory.DisposableBean;
35-
import org.springframework.boot.actuate.health.StatusAggregator;
35+
import org.springframework.boot.health.actuate.endpoint.StatusAggregator;
3636
import org.springframework.boot.health.contributor.AbstractHealthIndicator;
3737
import org.springframework.boot.health.contributor.Health;
3838
import org.springframework.boot.health.contributor.Status;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
org.springframework.boot.env.EnvironmentPostProcessor=\
1+
org.springframework.boot.EnvironmentPostProcessor=\
22
org.springframework.cloud.stream.binder.BinderTestEnvironmentPostProcessor

0 commit comments

Comments
 (0)