Open andrei-ivanov opened 1 month ago
Hi @andrei-ivanov!
Version 0.15 contained deprecated configuration properties in anticipation to some changes that were cancelled after getting feedback about necessity to keep properties names the same. Please use the version 0.16, it contains un-deprecated properties.
The
spring.data.aerospike.type-key
property is deprecated (well, the wholeAerospikeDataProperties
is actually deprecated), but I couldn't find a replacement for configuring thetypeKey
ofAerospikeTypeAliasAccessor
(to set it tonull
actually)Please add one.
Thank you! ☺