We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The line
LogMessage.format("Finished Spring Data repository scanning in %s ms. Found %s %s repository interface%s." , watch.lastTaskInfo().getTimeMillis(), configurations.size(), extension.getModuleName(), configurations.size() == 1 ? "interface" : "interfaces"));
at
spring-data-commons/src/main/java/org/springframework/data/repository/config/RepositoryConfigurationDelegate.java
Line 210 in 3c872ae
creates broken log messages like
Found 36 JDBC repository interfaceinterfaces.
The text was updated successfully, but these errors were encountered:
7fab81b
Fix broken logging message.
3ab1f33
Closes #2977
No branches or pull requests
The line
at
spring-data-commons/src/main/java/org/springframework/data/repository/config/RepositoryConfigurationDelegate.java
Line 210 in 3c872ae
creates broken log messages like
Found 36 JDBC repository interfaceinterfaces.
The text was updated successfully, but these errors were encountered: