Closed programmatix closed 1 year ago
Seems like a version conflict between your libraries. Going to close this for now since it's unlikely to be a code issue, but feel free to post your dependency tree (including evictions) and maybe I can see where the conflict is
I'm using your (excellent, btw) library from inside the Couchbase Scala SDK library for JSON duties. And I'm hitting an obscure runtime error that's not meaning much to me:
The line that's throwing the runtime error:
Some of the other relevant code:
The odd thing is, I have other Scala Junit tests that create and use CreateBucketSettings without issues. I'm only hitting problems now I'm trying to use it from another project. This project mixes Scala and Java, which might be relevant going from the JavaBooleanReader in the error.
I'm not sure what the error is trying to tell me. Are there any clues you could provide to point me in the right direction?
Uisng upickle 1.6.0. Which I appreciate is a year old now and I should upgrade - I'll give that a try, in fact.