jakartaee / rest

Jakarta RESTful Web Services
Other
351 stars 114 forks source link

Form class missing equals impl #1266

Open zaidsultan opened 1 month ago

zaidsultan commented 1 month ago

Hi, Coud you please impl an equals method to Form class

https://github.com/jakartaee/rest/blob/main/jaxrs-api/src/main/java/jakarta/ws/rs/core/Form.java

jamezp commented 1 month ago

Are you seeing issues with it not implementing equals()?

zaidsultan commented 1 month ago

Yes, I was writing a unit test for my code and couldn't assert if the expected object equals to the actual object. Obviously, I workaround it but thought it would be nice to implement it.

On Tue, May 21, 2024 at 5:26 PM James R. Perkins @.***> wrote:

Are you seeing issues with it not implementing equals()?

— Reply to this email directly, view it on GitHub https://github.com/jakartaee/rest/issues/1266#issuecomment-2123469051, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACDJYHWIUFWDTEYM5573UADZDO3YHAVCNFSM6AAAAABIAEGBXWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRTGQ3DSMBVGE . You are receiving this because you authored the thread.Message ID: @.***>

-- Zaid Sultan