spring-data-mongodb XML Schema support for SSL
MongoDB supports SSL as detailed here: http://docs.mongodb.org/manual/administration/ssl/. We'd like to move our existing system to take advantage of it, but it appears that there is no explicit support for doing so using XML Schema configuration (e.g. <mongo:mongo> and <mongo:options>).
It looks like the only way to achieve this right now is to switch to using @Configuration and @Bean. If I'm correct, I'm happy to log a JIRA feature request for this.