We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following fields in Builder are public:
Builder
public
rsaPublicKey
cachingRsaPublicKey
allowPublicKeyRetrieval
Those should be rather private and only be settable via configuration methods.
private
The text was updated successfully, but these errors were encountered:
[R2DBC-2] correcting builder exposing public fields (fix #2)
2d234bc
right, corrected for next version (in 0.8.1-alpha2 SNAPSHOT)
Sorry, something went wrong.
No branches or pull requests
The following fields in
Builderarepublic:rsaPublicKeycachingRsaPublicKeyallowPublicKeyRetrievalThose should be rather
privateand only be settable via configuration methods.The text was updated successfully, but these errors were encountered: