DATACMNS-703 - PropertyReferenceException now exposes potential matches.
We now use Spring's PropertyMatches to build up the exception message and include a list of potentially meant properties.
Removed unused config file for tests along the way.
Original pull request: #125.
@ -29,10 +33,12 @@ public class PropertyReferenceException extends RuntimeException {
@@ -29,10 +33,12 @@ public class PropertyReferenceException extends RuntimeException {
@ -41,7 +47,8 @@ public class PropertyReferenceException extends RuntimeException {
@@ -41,7 +47,8 @@ public class PropertyReferenceException extends RuntimeException {
@ -49,6 +56,7 @@ public class PropertyReferenceException extends RuntimeException {
@@ -49,6 +56,7 @@ public class PropertyReferenceException extends RuntimeException {
@ -76,11 +84,18 @@ public class PropertyReferenceException extends RuntimeException {
@@ -76,11 +84,18 @@ public class PropertyReferenceException extends RuntimeException {
@ -105,4 +120,20 @@ public class PropertyReferenceException extends RuntimeException {
@@ -105,4 +120,20 @@ public class PropertyReferenceException extends RuntimeException {