Adapt to upstream Spring Batch changes

See gh-47001
This commit is contained in:
Phillip Webb
2025-09-16 11:32:15 -07:00
parent b439c07153
commit ff83fea96e
@@ -18,7 +18,7 @@ package org.springframework.boot.batch.autoconfigure;
import org.junit.jupiter.api.Test;
import org.springframework.batch.core.configuration.support.DefaultBatchConfiguration;
import org.springframework.batch.core.configuration.support.JdbcDefaultBatchConfiguration;
import static org.assertj.core.api.Assertions.assertThat;
@@ -35,7 +35,7 @@ class BatchPropertiesTests {
.isEqualTo(new TestBatchConfiguration().getValidateTransactionState());
}
static class TestBatchConfiguration extends DefaultBatchConfiguration {
static class TestBatchConfiguration extends JdbcDefaultBatchConfiguration {
@Override
public boolean getValidateTransactionState() {