Mismatch between on-prem and client solutions

Hi, if to use on-prem java library then values gotten from attributes which types are :db.type/bigint :db.type/uri have appropriate java types java.math.BigInteger and java.net.URI. What I believe is expected but if to do similar actions using client api then java classes for the same attributes are clojure.lang.BigInt and com.cognitect.transit.impl.URIImpl what is not expected

Client library is: com.datomic:client-pro:1.0.72

1 Like

Is there any information on this issue?

1.0.78: 2024/02/12 client-pro fixes deserializing of URIs to java.net.URI

Thank you, man. Iā€™m appreciating it

Sorry for not updating this post with that when we released. I knew I missed one!