DATAMONGO-2149 - Polishing.

Add ticket reference to follow-up ticket regarding array matching on partial DBRef expressions.

Related ticket: DATAMONGO-2154

Original pull request: #623.
This commit is contained in:
Mark Paluch
2018-11-30 14:42:19 +01:00
parent 7002cd1456
commit 3effd9ae6f
2 changed files with 2 additions and 2 deletions

View File

@@ -680,7 +680,7 @@ public class QueryMapper {
/**
*
* @return {@literal true} if key may hold a DbRef.
* @since 2.0.13
* @since 2.1.4
*/
public boolean mayHoldDbRef() {
return !NON_DBREF_CONVERTING_KEYWORDS.contains(key);

View File

@@ -1274,7 +1274,7 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
assertThat(target.getShippingAddresses()).hasSize(1);
}
@Test // DATAMONGO-2149
@Test // DATAMONGO-2149, DATAMONGO-2154
@Ignore("This one fails due to Json parse exception within MongoDB")
public void annotatedQueryShouldAllowPositionalParameterInFieldsProjectionWithDbRef() {