Merge branch '2.6.x' into 2.7.x
This commit is contained in:
commit
b512083b3a
|
|
@ -46,6 +46,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||||
* @author Phillip Webb
|
* @author Phillip Webb
|
||||||
*/
|
*/
|
||||||
@DisabledIfDockerUnavailable
|
@DisabledIfDockerUnavailable
|
||||||
|
@EnabledForJreRange(max = JRE.JAVA_18)
|
||||||
class LoaderIntegrationTests {
|
class LoaderIntegrationTests {
|
||||||
|
|
||||||
private final ToStringConsumer output = new ToStringConsumer();
|
private final ToStringConsumer output = new ToStringConsumer();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue