DATAMONGO-871 - Add support for arrays as query method return types.
Changed AbstractMongoQuery to potentially convert all query execution results using the DefaultConversionService in case the query result doesn't match the expected return value.
This allows arrays to be returned for collection queries as the conversion service cam transparently convert between collections and arrays.
@ -680,4 +680,16 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -680,4 +680,16 @@ public abstract class AbstractPersonRepositoryIntegrationTests {