Skip to content

RepositoryFactorySupport#getRepository LogMessage bug #2507

New issue

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

Closed
githubyong opened this issue Dec 8, 2021 · 1 comment
Closed

RepositoryFactorySupport#getRepository LogMessage bug #2507

githubyong opened this issue Dec 8, 2021 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@githubyong
Copy link

spring-data-commons 2.4.1 org.springframework.data.repository.core.support.RepositoryFactorySupport.java line 313

		if (logger.isDebugEnabled()) {
			logger
					.debug(LogMessage.format("Finished creation of repository instance for {}.", repositoryInterface.getName()));
		}

there "Finished creation of repository instance for {}." should be "Finished creation of repository instance for %s."

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 8, 2021
@mp911de mp911de added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 8, 2021
@mp911de
Copy link
Member

mp911de commented Dec 8, 2021

That's a duplicate of #2502 which is already fixed.

@mp911de mp911de closed this as completed Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants