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:
Jens Schauder
2017-06-22 18:33:36 +02:00
committed by Oliver Gierke
parent f44255b9a8
commit 1fc25727cf
7 changed files with 227 additions and 130 deletions

View File

@@ -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.