Hi,
I'm wondering if there is a workaround for Kerberos authentication in Spring-mongodb?
I know there is a long term fix (detailed below), but wonders if there is an alternative solution to this problem.
-------- Details ------------
The MongoDbFactory in spring (specifically the SimpleMongoDbFactory) uses the Mongo class, that was deprecated in 2.11.0. The replacement is MongoClient which does support Kerberos
I see a JIRA ticket to fix this problem (removing Mongo and using the MongoClient class), but the target release is on 2.0 M1 (which is some time away?)
https://jira.springsource.org/browse/DATAMONGO-584
I'm wondering if there is a workaround for Kerberos authentication in Spring-mongodb?
I know there is a long term fix (detailed below), but wonders if there is an alternative solution to this problem.
-------- Details ------------
The MongoDbFactory in spring (specifically the SimpleMongoDbFactory) uses the Mongo class, that was deprecated in 2.11.0. The replacement is MongoClient which does support Kerberos
I see a JIRA ticket to fix this problem (removing Mongo and using the MongoClient class), but the target release is on 2.0 M1 (which is some time away?)
https://jira.springsource.org/browse/DATAMONGO-584