Browse Source

Reenable DependencyTests.

Closes #1441
pull/1453/head
Jens Schauder 3 years ago
parent
commit
c7e7f3eced
No known key found for this signature in database
GPG Key ID: 9537B67540F0A581
  1. 2
      spring-data-jdbc/src/test/java/org/springframework/data/jdbc/DependencyTests.java
  2. 2
      spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/DependencyTests.java
  3. 2
      spring-data-relational/src/test/java/org/springframework/data/relational/DependencyTests.java

2
spring-data-jdbc/src/test/java/org/springframework/data/jdbc/DependencyTests.java

@ -16,7 +16,6 @@ @@ -16,7 +16,6 @@
package org.springframework.data.jdbc;
import org.assertj.core.api.SoftAssertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.data.auditing.config.AuditingHandlerBeanDefinitionParser;
@ -35,7 +34,6 @@ import com.tngtech.archunit.library.dependencies.SlicesRuleDefinition; @@ -35,7 +34,6 @@ import com.tngtech.archunit.library.dependencies.SlicesRuleDefinition;
*
* @author Jens Schauder
*/
@Disabled("Re-enable once package cycles are resolved")
public class DependencyTests {
@Test

2
spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/DependencyTests.java

@ -16,7 +16,6 @@ @@ -16,7 +16,6 @@
package org.springframework.data.r2dbc;
import org.assertj.core.api.SoftAssertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import com.tngtech.archunit.base.DescribedPredicate;
@ -34,7 +33,6 @@ import com.tngtech.archunit.library.dependencies.SlicesRuleDefinition; @@ -34,7 +33,6 @@ import com.tngtech.archunit.library.dependencies.SlicesRuleDefinition;
*
* @author Jens Schauder
*/
@Disabled("To be replaced with ArchUnit")
public class DependencyTests {
@Test // DATAJDBC-114

2
spring-data-relational/src/test/java/org/springframework/data/relational/DependencyTests.java

@ -16,7 +16,6 @@ @@ -16,7 +16,6 @@
package org.springframework.data.relational;
import org.assertj.core.api.SoftAssertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.data.relational.core.dialect.RenderContextFactory;
import org.springframework.data.relational.core.sql.render.SelectRenderContext;
@ -37,7 +36,6 @@ import com.tngtech.archunit.library.dependencies.SlicesRuleDefinition; @@ -37,7 +36,6 @@ import com.tngtech.archunit.library.dependencies.SlicesRuleDefinition;
* @author Jens Schauder
* @author Mark Paluch
*/
@Disabled("Re-enable once package cycles are resolved")
public class DependencyTests {
@Test

Loading…
Cancel
Save