From 44c76d8ffba6253fcdf87cea9d76a1b1dc5afe60 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 27 Jul 2015 13:47:11 +0200 Subject: [PATCH] DATAMONGO-1257 - We now hint to credential quoting from the XSD. The namespace XSD now mentions the capability of quoting more complex credentials in case they validly contain a comma. --- .../springframework/data/mongodb/config/spring-mongo-1.7.xsd | 2 +- .../springframework/data/mongodb/config/spring-mongo-1.8.xsd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.7.xsd b/spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.7.xsd index 82602b33f..e79d1eadf 100644 --- a/spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.7.xsd +++ b/spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.7.xsd @@ -601,7 +601,7 @@ The comma delimited list of host:port entries to use for replica set/pairs. diff --git a/spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.8.xsd b/spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.8.xsd index 2beb2fc55..090427632 100644 --- a/spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.8.xsd +++ b/spring-data-mongodb/src/main/resources/org/springframework/data/mongodb/config/spring-mongo-1.8.xsd @@ -607,7 +607,7 @@ The comma delimited list of host:port entries to use for replica set/pairs.