Currently, we log Bootstrapping Spring Data repositories when scanning for repositories. With multiple repository modes (imperative/reactive) or multiple modules enabled, the log contains multiple times the same statement which gives the impression of double-initialization. We should add the module name to improve the overall experience
Mark Paluch opened DATACMNS-1629 and commented
Currently, we log
Bootstrapping Spring Data repositories
when scanning for repositories. With multiple repository modes (imperative/reactive) or multiple modules enabled, the log contains multiple times the same statement which gives the impression of double-initialization. We should add the module name to improve the overall experienceBackported to: 2.2.3 (Moore SR3), 2.1.14 (Lovelace SR14)
The text was updated successfully, but these errors were encountered: