DATAREST-1064 - Adapt to API changes in repository interfaces.
Additional cleanups in QuerydslAwareRootResourceInformationHandlerMethodArgumentResolver to make sure a QuerydslRepositoryInvokerAdapter is only applied if the QuerydslPredicateBuilder actually exposes a predicate. Extracted a couple of methods to make sure the mapping pipeline reads nicely.
This commit is contained in:
@@ -69,7 +69,7 @@ public class SolrWebTests extends CommonWebTests {
|
||||
public void setUp() {
|
||||
|
||||
super.setUp();
|
||||
repo.save(Arrays.asList(PLAYSTATION, GAMEBOY, AMIGA500));
|
||||
repo.saveAll(Arrays.asList(PLAYSTATION, GAMEBOY, AMIGA500));
|
||||
}
|
||||
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user