On Mon, 2022-11-14 at 15:14 +0000, [email protected] wrote: > This is an automated email from the ASF dual-hosted git repository. > > ggregory pushed a commit to branch master > in repository > https://gitbox.apache.org/repos/asf/httpcomponents-core.git > > > The following commit(s) were added to refs/heads/master by this push: > new 1aef0be79 Deprecated LangUtils#hashCode() in favor of > Objects.hash() and Objects.hashCode(). > 1aef0be79 is described below > > commit 1aef0be7919af200340b58bba2e7be37e9b4a071 > Author: Gary Gregory <[email protected]> > AuthorDate: Mon Nov 14 10:13:58 2022 -0500 > > Deprecated LangUtils#hashCode() in favor of Objects.hash() and > Objects.hashCode().
Gary, honestly. I really want to be fluffy, kind, warmth giving and all that. I do not want to be nasty. Really. But could you please discuss such changes before you make them? The reason why I kept our own hashCode support is because in its present form Objects#hash() creates an extra array on the heap. HttpCore is a low level library. Those little things matter. We talked about it. Was it necessary to make this again? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
