DATAREST-774 - Separated integration tests from core project to avoid classpath overlap.
Extracted store specific tests into separate test modules to prevent classpath overlap between projects. Those tests are now executed in an "it" build profile to prevent the tests being packaged for distribution on release. Use Map-based repositories and mapping contexts for test in the Core and WebMvc module. Slightly changed the configuration API for lookup types on RepositoryRestConfiguration. Related ticket: DATAREST-776.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
rest.description.profile=Profile description
|
||||
|
||||
# User
|
||||
# Local property
|
||||
address._title=Adresse
|
||||
|
||||
# Property on simple type
|
||||
User.gender._title=Geschlecht
|
||||
|
||||
# Property on fully-qualified property
|
||||
org.springframework.data.rest.tests.mongodb.User.firstname._title=Vorname
|
||||
|
||||
# Local property that should be trumped by the more precise definition above
|
||||
firstname._title=emanroV
|
||||
Reference in New Issue
Block a user