Add Java 17 verification to CI pipeline.

Avoid usage of encapsulated tests as dummies. Add dependency override for ASM dependencies.

Replace Java 16 with Java 17 in CI pipeline.

Closes #2423
This commit is contained in:
Mark Paluch
2021-09-20 09:38:08 +02:00
parent 571cb36e31
commit bf3c9a5c6c
7 changed files with 38 additions and 19 deletions

View File

@@ -18,11 +18,13 @@ package org.springframework.data;
import static de.schauderhaft.degraph.check.JCheck.*;
import static org.junit.Assert.*;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
/**
* @author Jens Schauder
*/
@Disabled("Requires newer version of ASM 5.1")
public class DependencyTests {
@Test