Upgrade to 2.7.4 broke mongoDB uuid lookup with spring data #32743
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
I have noticed that after the upgrade from spring boot 2.7.3 to 2.7.4 my application stopped "working" and almost all tests were broken.
Upon investigation I noticed that the ID lookup seems to be broken and returns no result.
I have created a minimal repo that showcases the problem:
https://github.com/pcornelissen/springboot-mongo-bug
The current version is broken, when you just change the version to 2.7.3 and do a clean package run, it will succeed.
The test does just:
I have noticed that the UUID format has changed as well:
The first line is produced by 2.7.3, the second with 2.7.4
I am using the standard UUID representation in the config. (I just tried the java legacy setting, but the results were identical in terms of success and format to the standard setting)
The text was updated successfully, but these errors were encountered: