aerospike-client-java icon indicating copy to clipboard operation
aerospike-client-java copied to clipboard

Record.toString() - don't use three dots (…) after last bin

Open vanjadardic opened this issue 5 months ago • 1 comments

Hello guys, I've noticed that when using Record.toString() if there are more than 1000 characters after a bin was added to string builder you will add ...) to end it. But in case when there are no more bins it's better to add only a closing bracket ).

vanjadardic avatar Aug 13 '25 13:08 vanjadardic

We will make that change in the next java client release.

BrianNichols avatar Aug 13 '25 14:08 BrianNichols

I see this is implemented in https://github.com/aerospike/aerospike-client-java/releases/tag/9.2.0, thanks.

vanjadardic avatar Dec 21 '25 19:12 vanjadardic