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

Correctly override equals and hashCode for our OpenSslSession sub-types #13829

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

normanmaurer
Copy link
Member

Motivation:

We did not correct override equals and hashcode methods for some of the OpenSslSession implementations

Modifications:

Override methods

Result:

Be able to correctly understand if a session is equal or not

Motivation:

We did not correct override equals and hashcode methods for some of the OpenSslSession implementations

Modifications:

Override methods

Result:

Be able to correctly understand if a session is equal or not
@normanmaurer normanmaurer added this to the 4.1.107.Final milestone Feb 8, 2024
@normanmaurer
Copy link
Member Author

@chrisvest I noticed this while working on the other session related PRs.

@normanmaurer normanmaurer merged commit 94d0cfb into 4.1 Feb 8, 2024
13 checks passed
@normanmaurer normanmaurer deleted the session_equals_hashcode branch February 8, 2024 17:02
normanmaurer added a commit that referenced this pull request Feb 8, 2024
…es (#13829)

Motivation:

We did not correct override equals and hashcode methods for some of the
OpenSslSession implementations

Modifications:

Override methods

Result:

Be able to correctly understand if a session is equal or not
franz1981 pushed a commit to franz1981/netty that referenced this pull request Feb 9, 2024
…es (netty#13829)

Motivation:

We did not correct override equals and hashcode methods for some of the
OpenSslSession implementations

Modifications:

Override methods

Result:

Be able to correctly understand if a session is equal or not
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.

2 participants