diff --git a/src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaPredicateExecutorUnitTests.java b/src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaPredicateExecutorUnitTests.java index 759741c0f..2d0cd588d 100644 --- a/src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaPredicateExecutorUnitTests.java +++ b/src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaPredicateExecutorUnitTests.java @@ -59,6 +59,7 @@ import com.querydsl.core.types.dsl.PathBuilderFactory; * @author Thomas Darimont * @author Mark Paluch * @author Christoph Strobl + * @author Malte Mauelshagen */ @ExtendWith(SpringExtension.class) @ContextConfiguration({ "classpath:infrastructure.xml" }) diff --git a/src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaRepositoryTests.java b/src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaRepositoryTests.java index bdcfa9348..fcf8d673d 100644 --- a/src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaRepositoryTests.java +++ b/src/test/java/org/springframework/data/jpa/repository/support/QuerydslJpaRepositoryTests.java @@ -57,6 +57,7 @@ import com.querydsl.core.types.dsl.PathBuilderFactory; * @author Thomas Darimont * @author Mark Paluch * @author Christoph Strobl + * @author Malte Mauelshagen */ @ExtendWith(SpringExtension.class) @ContextConfiguration({ "classpath:infrastructure.xml" })