GH-1 - Consistent author names.

This commit is contained in:
Oliver Drotbohm
2022-07-19 14:57:12 +02:00
parent da278f7774
commit 48ea08ae59
46 changed files with 49 additions and 49 deletions

View File

@@ -36,7 +36,7 @@ import org.springframework.test.context.ContextCustomizerFactory;
import org.springframework.test.context.MergedContextConfiguration;
/**
* @author Oliver Gierke
* @author Oliver Drotbohm
*/
class ModuleContextCustomizerFactory implements ContextCustomizerFactory {

View File

@@ -40,7 +40,7 @@ import org.springframework.util.StringUtils;
* scan and auto-configuration packages to the packages defined by the {@link ModuleTestExecution} in the application
* context.
*
* @author Oliver Gierke
* @author Oliver Drotbohm
*/
@Configuration
@Import(ModuleTestAutoConfiguration.AutoConfigurationAndEntityScanPackageCustomizer.class)

View File

@@ -42,7 +42,7 @@ import com.tngtech.archunit.thirdparty.com.google.common.base.Supplier;
import com.tngtech.archunit.thirdparty.com.google.common.base.Suppliers;
/**
* @author Oliver Gierke
* @author Oliver Drotbohm
*/
@Slf4j
@EqualsAndHashCode(of = "key")

View File

@@ -25,7 +25,7 @@ import org.springframework.core.type.classreading.MetadataReader;
import org.springframework.core.type.classreading.MetadataReaderFactory;
/**
* @author Oliver Gierke
* @author Oliver Drotbohm
*/
@EqualsAndHashCode(callSuper = false)
class ModuleTypeExcludeFilter extends TypeExcludeFilter {

View File

@@ -30,7 +30,7 @@ import org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDele
import org.springframework.test.context.support.DefaultBootstrapContext;
/**
* @author Oliver Gierke
* @author Oliver Drotbohm
*/
public class TestUtils {