You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11:23:10 [ERROR] org.springframework.data.mongodb.core.MongoTemplateFieldProjectionTests.mapsNestedPathAggregationExpressionToDomainType Time elapsed: 0.043 s <<< ERROR!
11:23:10 org.springframework.data.mongodb.UncategorizedMongoDbException: Query failed with error code 2 and error message 'Unsupported projection option: person.last_name: { $toUpper: "$person.last_name" }' on server 127.0.0.1:27017; nested exception is com.mongodb.MongoQueryException: Query failed with error code 2 and error message 'Unsupported projection option: person.last_name: { $toUpper: "$person.last_name" }' on server 127.0.0.1:27017
11:23:10 at org.springframework.data.mongodb.core.MongoTemplateFieldProjectionTests.mapsNestedPathAggregationExpressionToDomainType(MongoTemplateFieldProjectionTests.java:124)
11:23:10 Caused by: com.mongodb.MongoQueryException: Query failed with error code 2 and error message 'Unsupported projection option: person.last_name: { $toUpper: "$person.last_name" }' on server 127.0.0.1:27017
11:23:10 at org.springframework.data.mongodb.core.MongoTemplateFieldProjectionTests.mapsNestedPathAggregationExpressionToDomainType(MongoTemplateFieldProjectionTests.java:124)
Currently, builds fail with:
See https://jenkins.spring.io/view/SpringData/job/spring-data-mongodb/job/master/500/console
The text was updated successfully, but these errors were encountered: