-
Notifications
You must be signed in to change notification settings - Fork 209
Closed as not planned
Labels
Description
Describe the feature
The scram-client dependency of the vertx-pg-client module is marked as optional, but since PostgreSQL 14+, the default value for password_encryption is scram-sha-256, so this dependency should not be marked as optional.
Use cases
To avoid recurring issues of failed authentication reports (due to the missing dependency), the dependency should be required. This improves the user experience when connecting to postgres and it does not have any downside.
Contribution
Who should implement this feature ? are you volunteering for implementing this feature or
do you know that is able and willing implement this feature ?
Yes, I could volunteer if approved, it should be just removing the optional tag and updating the documentation.