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 1616package org .springframework .data .jdbc ;
1717
1818import org .assertj .core .api .SoftAssertions ;
19- import org .junit .jupiter .api .Disabled ;
2019import org .junit .jupiter .api .Test ;
2120import org .springframework .data .auditing .config .AuditingHandlerBeanDefinitionParser ;
2221
3534 *
3635 * @author Jens Schauder
3736 */
38- @ Disabled ("Re-enable once package cycles are resolved" )
3937public class DependencyTests {
4038
4139 @ Test
Original file line number Diff line number Diff line change 1616package org .springframework .data .r2dbc ;
1717
1818import org .assertj .core .api .SoftAssertions ;
19- import org .junit .jupiter .api .Disabled ;
2019import org .junit .jupiter .api .Test ;
2120
2221import com .tngtech .archunit .base .DescribedPredicate ;
3433 *
3534 * @author Jens Schauder
3635 */
37- @ Disabled ("To be replaced with ArchUnit" )
3836public class DependencyTests {
3937
4038 @ Test // DATAJDBC-114
Original file line number Diff line number Diff line change 1616package org .springframework .data .relational ;
1717
1818import org .assertj .core .api .SoftAssertions ;
19- import org .junit .jupiter .api .Disabled ;
2019import org .junit .jupiter .api .Test ;
2120import org .springframework .data .relational .core .dialect .RenderContextFactory ;
2221import org .springframework .data .relational .core .sql .render .SelectRenderContext ;
3736 * @author Jens Schauder
3837 * @author Mark Paluch
3938 */
40- @ Disabled ("Re-enable once package cycles are resolved" )
4139public class DependencyTests {
4240
4341 @ Test
You can’t perform that action at this time.
0 commit comments