mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Adapt to upstream Spring Batch changes
See gh-47001
This commit is contained in:
+2
-2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user