Skip to content

SpringLiquibaseCustomizer is exposed outside its defined visibility scope #46752

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

nosan
Copy link
Contributor

@nosan nosan commented Aug 9, 2025

/Users/dmytronosan/Downloads/liqutest/build/generated/aotSources/org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration__BeanDefinitions.java:112: error: SpringLiquibaseCustomizer has private access in LiquibaseAutoConfiguration
private static BeanInstanceSupplier<LiquibaseAutoConfiguration.SpringLiquibaseCustomizer> getSpringLiquibaseCustomizerInstanceSupplier(

Prior to this commit, SpringLiquibaseCustomizer had a private modifier,
which breaks Spring AOT.

Signed-off-by: Dmytro Nosan <[email protected]>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 9, 2025
@snicoll snicoll added type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 10, 2025
@snicoll snicoll added this to the 3.4.9 milestone Aug 10, 2025
@snicoll snicoll self-assigned this Aug 10, 2025
@snicoll snicoll changed the title SpringLiquibaseCustomizer does not work with Spring AOT SpringLiquibaseCustomizer is exposed outside its defined visibility scope Aug 10, 2025
snicoll pushed a commit that referenced this pull request Aug 10, 2025
Prior to this commit, SpringLiquibaseCustomizer had a private modifier,
which breaks Spring AOT.

See gh-46752

Signed-off-by: Dmytro Nosan <[email protected]>
@snicoll snicoll closed this in a5d8eec Aug 10, 2025
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