Skip to content
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

fix: empty username/password can cause NullPointerException in Liquibase #2521

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

olavloite
Copy link
Collaborator

Add a default username/password for the Liquibase sample, as Liquibase can throw a NullPointerException if no username/password has been specified. The username and password is ignored by PGAdapter, so the actual value that is set is unimportant, as long as there is a value.

Add a default username/password for the Liquibase sample, as Liquibase can
throw a NullPointerException if no username/password has been specified.
The username and password is ignored by PGAdapter, so the actual value
that is set is unimportant, as long as there is a value.
@olavloite olavloite merged commit 2841331 into postgresql-dialect Nov 9, 2024
43 checks passed
@olavloite olavloite deleted the liquibase-null-pointer-exception branch November 9, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant