Skip to content

Change the XML data type of boolean flags to String [DATAMONGO-1490] #2370

Closed
@spring-projects-issues

Description

@spring-projects-issues

Elyes Gherib opened DATAMONGO-1490 and commented

The XSD file for the Spring Data MongoDB project specifies that the value of the "ssl" attribute for the mongo:options tag should be a boolean.

A direct consequence of this is that this property cannot be read from a property file. It needs t be hard-coded into the Spring XML configuration file and thus it cannot be given different values for different environments (DEV, PROD, ...)


Affects: 1.8.4 (Gosling SR4), 1.9.2 (Hopper SR2), 1.10 M1 (Ingalls)

Issue Links:

  • DATAMONGO-1018 In spring-data-mongodb, the XSD should specifiy 'ssl' as a string
    ("supersedes")

Referenced from: pull request #389

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions