Deprecate methods accepting `Query` and `Pageable` returning `Page`.
Since both the Query and the Pageable have limit, offset and sorting information, these methods are confusing and the strategy to resolve the conflict is not clear.
Existing code using the methods got replaced.
Users of these methods should use the various findAll and findBy methods to construct Page objects as desired.
Closes#2138
Original pull request #2161
@ -359,6 +359,7 @@ public class JdbcAggregateTemplate implements JdbcAggregateOperations, Applicati
@@ -359,6 +359,7 @@ public class JdbcAggregateTemplate implements JdbcAggregateOperations, Applicati
@ -388,6 +389,7 @@ public class JdbcAggregateTemplate implements JdbcAggregateOperations, Applicati
@@ -388,6 +389,7 @@ public class JdbcAggregateTemplate implements JdbcAggregateOperations, Applicati