eclipse-vertx / vertx-grpc

Development of the gRPC component for Eclipse Vert.x
Eclipse Public License 2.0
37 stars 23 forks source link

Added equals and hash code methods for ServiceName and tests #59

Closed SG-O closed 1 year ago

SG-O commented 1 year ago

Added equals and hashCode methods to ServiceName and added new tests for these. This should resolve https://github.com/eclipse-vertx/vertx-grpc/issues/58

vietj commented 1 year ago

can you backport the fix for 4.x branch @SG-O ?

SG-O commented 1 year ago

Sure thing! I'll do it in another PR.