File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
spring-data-jdbc/src/test/java/org/springframework/data/jdbc
spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc
spring-data-relational/src/test/java/org/springframework/data/relational Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 16
16
package org .springframework .data .jdbc ;
17
17
18
18
import org .assertj .core .api .SoftAssertions ;
19
- import org .junit .jupiter .api .Disabled ;
20
19
import org .junit .jupiter .api .Test ;
21
20
import org .springframework .data .auditing .config .AuditingHandlerBeanDefinitionParser ;
22
21
35
34
*
36
35
* @author Jens Schauder
37
36
*/
38
- @ Disabled ("Re-enable once package cycles are resolved" )
39
37
public class DependencyTests {
40
38
41
39
@ Test
Original file line number Diff line number Diff line change 16
16
package org .springframework .data .r2dbc ;
17
17
18
18
import org .assertj .core .api .SoftAssertions ;
19
- import org .junit .jupiter .api .Disabled ;
20
19
import org .junit .jupiter .api .Test ;
21
20
22
21
import com .tngtech .archunit .base .DescribedPredicate ;
34
33
*
35
34
* @author Jens Schauder
36
35
*/
37
- @ Disabled ("To be replaced with ArchUnit" )
38
36
public class DependencyTests {
39
37
40
38
@ Test // DATAJDBC-114
Original file line number Diff line number Diff line change 16
16
package org .springframework .data .relational ;
17
17
18
18
import org .assertj .core .api .SoftAssertions ;
19
- import org .junit .jupiter .api .Disabled ;
20
19
import org .junit .jupiter .api .Test ;
21
20
import org .springframework .data .relational .core .dialect .RenderContextFactory ;
22
21
import org .springframework .data .relational .core .sql .render .SelectRenderContext ;
37
36
* @author Jens Schauder
38
37
* @author Mark Paluch
39
38
*/
40
- @ Disabled ("Re-enable once package cycles are resolved" )
41
39
public class DependencyTests {
42
40
43
41
@ Test
You can’t perform that action at this time.
0 commit comments