CustomConversions and setDefaultNameSpace in AS client 5.1.11

I am not knowledgeable about Spring Data, but our resident expert suggests that you look at the example in our tests for how to add custom converters in the latest version.

For setting the default namespace, you can override the “nameSpace()” method in AerospikeDataConfigurationSupport class. An example can be found here.

Can you please also provide your entire configuration class as that would be helpful in understanding the problem? Thanks.