You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good idea. NioParams, introduced in 4.0, already uses a fluent API. This is a breaking change though, so it must be introduced in the next major release, that is 6.0.
#1038 is not exactly a backward-compatible change: applications or libraries using reflection could depend on the method return type. This is very unlikely though, so I'd say we can backport this to 5.x. Is that OK with you @michaelklishin?
It would be useful if the API of
ConnectionFactory
supported fluent style. For example:Most of the times, this involves returning
this
in the setters.I know this might be a personal opinion, but what do you think?
The text was updated successfully, but these errors were encountered: