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

Make TransactionOptions possible to test for equality #5834

Open
uweschaefer opened this issue May 2, 2024 · 0 comments
Open

Make TransactionOptions possible to test for equality #5834

uweschaefer opened this issue May 2, 2024 · 0 comments
Milestone

Comments

@uweschaefer
Copy link

Is your feature request related to a problem? Please describe.

We create TransactionOptions from another layer of abstraction and have to compare field by field in order to validate, that the TransactionOptions is actually created from TransactionOptions.defaults()

Describe the solution you'd like

add the usual hashcode/equals to TransactionOptions

Describe alternatives you've considered

comparing field by field is the only way we see right now.

@mrniko mrniko added this to the 3.29.1 milestone May 3, 2024
@mrniko mrniko modified the milestones: 3.30.0, 3.30.1 May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants