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

TCPSSLOptions keyCertOptions/trustOptions accessors overload deprecation #4955

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

vietj
Copy link
Member

@vietj vietj commented Nov 17, 2023

The TCPSSLOptions data object class has setters overload for keyCertOptions and trustOptions with different sub interfaces of the base interfaces, e.g. setPfxTrustOptions(PfxTrustOptions) for setTrustOptions(TrustOptions). This was initially done to let the JSON generated converter work since KeyCertOptions and TrustOptions are used through their implementations.

This deprecates those un-necessary. The corresponding methods are removed in Vert.x 5

…ptions and trustOptions with different sub interfaces of the base interfaces, e.g. setPfxTrustOptions(PfxTrustOptions) for setTrustOptions(TrustOptions). This was initially done to let the JSON generated converter work since KeyCertOptions and TrustOptions are used through their implementations.

This deprecates those un-necessary. The corresponding methods are removed in Vert.x 5
@vietj vietj added this to the 4.5.1 milestone Nov 17, 2023
@vietj vietj self-assigned this Nov 17, 2023
@vietj vietj merged commit 35fcd1d into 4.x Nov 17, 2023
6 checks passed
@vietj vietj deleted the deprecate-tcp-ssl-options-un-necessary-overloads branch November 17, 2023 16:55
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