spring-data-examples icon indicating copy to clipboard operation
spring-data-examples copied to clipboard

Refactor: Replace deprecated 'ensureIndex' with 'createIndex'

Open omniCoder77 opened this issue 3 months ago • 0 comments

The ensureIndex method is deprecated in the current MongoDB driver and will be removed in a future version. This can cause issues and log warnings during application startup.

I have already updated the code to use the recommended createIndex method to ensure future compatibility and remove deprecation warnings. I will be submitting a pull request to address this shortly.

omniCoder77 avatar Sep 28 '25 14:09 omniCoder77