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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user