Skip to content

Fix string formatting in MergingPersistenceUnitManager#postProcessPersistenceUnitInfo debug log #2526

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
wants to merge 1 commit into from

Conversation

missingdays
Copy link
Contributor

%s was missed, so mappingFileName was printed instead of a persistenceUnitName, and persistenceUnitName wasn't actually printed at all

…sistenceUnitInfo debug log

%s was missed, so `mappingFileName` was printed instead of a `persistenceUnitName`, and `persistenceUnitName` wasn't actually printed at all
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 10, 2022
gregturn pushed a commit that referenced this pull request May 10, 2022
A String.format token was missing, so `mappingFileName` was printed instead of a `persistenceUnitName`, and `persistenceUnitName` wasn't actually printed at all.

See #2526.
@gregturn gregturn self-assigned this May 10, 2022
@gregturn gregturn added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels May 10, 2022
@gregturn gregturn added this to the 3.0 M4 (2022.0.0) milestone May 10, 2022
@gregturn gregturn closed this May 10, 2022
gregturn pushed a commit that referenced this pull request May 10, 2022
A String.format token was missing, so `mappingFileName` was printed instead of a `persistenceUnitName`, and `persistenceUnitName` wasn't actually printed at all.

See #2526.
gregturn pushed a commit that referenced this pull request May 10, 2022
A String.format token was missing, so `mappingFileName` was printed instead of a `persistenceUnitName`, and `persistenceUnitName` wasn't actually printed at all.

See #2526.
gregturn pushed a commit that referenced this pull request May 10, 2022
A String.format token was missing, so `mappingFileName` was printed instead of a `persistenceUnitName`, and `persistenceUnitName` wasn't actually printed at all.

See #2526.
@gregturn
Copy link
Contributor

Backported to 2.7.x, 2.6.x, and 2.5.x.

Thanks @missingdays!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants