Conversation
|
@atararaksin Please consider to pick a more efficient and stable implementation, like here or here |
|
@plokhotnyuk Thanks for pointing that out. I guess including |
|
@atararaksin 1st one (from While 2nd one (from |
|
This addition should make sure that uuid's follow RFC 4122, have a look at akka/akka-http#2569 and akka/akka-http#2596 for inspiration. |
|
@Philippus IMHO validation of the hexadecimal representation with dashes is enough... and limiting of allowed Msb bits will broke backward compatibility with NCS and custom extensions. Also, using of regexp for that can be revised for more efficient implementation |
This PR adds an instance of
JsonFormat[UUID]as requested in #243.I'm not sure as to where to place this object, currently
BasicFormatsis my best guess, but feel free to request any changes.Closes #243