Ref: https://github.com/apereo/cas/issues/2590
I am also having same issue, and tried to perform some troubleshooting. As noted in the issue, the real cause of losing precision is hjson library, which always parse number as double. Double only have 51 bits precision, which is only 14 decimal digits, when integer is stored. https://github.com/hjson/hjson-java/blob/master/src/main/org/hjson/HjsonParser.java#L376 -- You received this message because you are subscribed to the Google Groups "CAS Developer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/.
