You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2021/10/04 18:30:55 UTC

[GitHub] [jackrabbit-oak] ankitaagar opened a new pull request #382: OAK-9591 - Implement hashcode() and equals() method in ItemDefinitionImpl

ankitaagar opened a new pull request #382:
URL: https://github.com/apache/jackrabbit-oak/pull/382


   …Impl


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [jackrabbit-oak] kwin commented on pull request #382: OAK-9591 - Implement hashcode() and equals() method in ItemDefinitionImpl

Posted by GitBox <gi...@apache.org>.
kwin commented on pull request #382:
URL: https://github.com/apache/jackrabbit-oak/pull/382#issuecomment-933763956


   Please rather leverage the methods https://docs.oracle.com/javase/8/docs/api/java/util/Objects.html#hash-java.lang.Object...- and https://docs.oracle.com/javase/8/docs/api/java/util/Objects.html#equals-java.lang.Object-java.lang.Object- to implement those methods.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [jackrabbit-oak] kwin merged pull request #382: OAK-9591 - Implement hashcode() and equals() method in ItemDefinitionImpl

Posted by GitBox <gi...@apache.org>.
kwin merged pull request #382:
URL: https://github.com/apache/jackrabbit-oak/pull/382


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [jackrabbit-oak] ankitaagar edited a comment on pull request #382: OAK-9591 - Implement hashcode() and equals() method in ItemDefinitionImpl

Posted by GitBox <gi...@apache.org>.
ankitaagar edited a comment on pull request #382:
URL: https://github.com/apache/jackrabbit-oak/pull/382#issuecomment-934351295


   @kwin or @tripodsan  Can you please merge it?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [jackrabbit-oak] ankitaagar commented on pull request #382: OAK-9591 - Implement hashcode() and equals() method in ItemDefinitionImpl

Posted by GitBox <gi...@apache.org>.
ankitaagar commented on pull request #382:
URL: https://github.com/apache/jackrabbit-oak/pull/382#issuecomment-934351295


   @kwin Can you please merge it?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org