You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2020/01/07 17:33:53 UTC

[GitHub] [jena] NSeydoux opened a new pull request #667: JENA-1812 Migrated blank node hashing from MD5 to SHA-256

NSeydoux opened a new pull request #667: JENA-1812 Migrated blank node hashing from MD5 to SHA-256
URL: https://github.com/apache/jena/pull/667
 
 
   Resolves issue [1812](https://issues.apache.org/jira/browse/JENA-1812)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [jena] afs closed pull request #667: JENA-1812 Migrated blank node hashing from MD5 to SHA-256

Posted by GitBox <gi...@apache.org>.
afs closed pull request #667: JENA-1812 Migrated blank node hashing from MD5 to SHA-256
URL: https://github.com/apache/jena/pull/667
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs commented on issue #667: JENA-1812 Migrated blank node hashing from MD5 to SHA-256

Posted by GitBox <gi...@apache.org>.
afs commented on issue #667: JENA-1812 Migrated blank node hashing from MD5 to SHA-256
URL: https://github.com/apache/jena/pull/667#issuecomment-577198581
 
 
   Closed in favour of #673 (use murmur3 128 bit because it is the same length as MD5).
   
   @NSeydoux - thanks for suggesting the change.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs commented on issue #667: JENA-1812 Migrated blank node hashing from MD5 to SHA-256

Posted by GitBox <gi...@apache.org>.
afs commented on issue #667: JENA-1812 Migrated blank node hashing from MD5 to SHA-256
URL: https://github.com/apache/jena/pull/667#issuecomment-574580359
 
 
   See the [comment on the JENA_1812](https://issues.apache.org/jira/browse/JENA-1812). This changes the length of blank node output in N-Triples, going from 32 to 64 hex digits.. The suggestion is to use Murmur3_128, this is the same length as MD5.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org