DATACMNS-1097 - Move classes to better matching packages.
Introduced new ExampleMatcherAccessor in data.support in favor of the now deprecated one in data.repository.core to avoid a dependency into the repositories subsystem to work with examples in general. Added Degraph based test in order to avoid future cyclic package dependency violations. Original pull request: #230. Related ticket: DATAMONGO-1721.
This commit is contained in:
committed by
Oliver Gierke
parent
f44255b9a8
commit
1fc25727cf
@@ -46,6 +46,7 @@ import org.springframework.util.Assert;
|
||||
* @author Christoph Strobl
|
||||
* @author Mark Paluch
|
||||
* @author Oliver Gierke
|
||||
* @author Jens Schauder
|
||||
* @param <T>
|
||||
* @since 1.12
|
||||
*/
|
||||
@@ -635,8 +636,9 @@ public class ExampleMatcher {
|
||||
* Match modes for treatment of {@link String} values.
|
||||
*
|
||||
* @author Christoph Strobl
|
||||
* @author Jens Schauder
|
||||
*/
|
||||
public static enum StringMatcher {
|
||||
public enum StringMatcher {
|
||||
|
||||
/**
|
||||
* Store specific default.
|
||||
|
||||
Reference in New Issue
Block a user