aerospike-community / spring-data-aerospike-starters

spring-data-aerospike-starters
https://github.com/aerospike-community/spring-data-aerospike
15 stars 7 forks source link

Allow configuration of the typeKey for AerospikeTypeAliasAccessor #262

Open andrei-ivanov opened 18 hours ago

andrei-ivanov commented 18 hours ago

The spring.data.aerospike.type-key property is deprecated (well, the whole AerospikeDataProperties is actually deprecated), but I couldn't find a replacement for configuring the typeKey of AerospikeTypeAliasAccessor (to set it to null actually)

Please add one.

Thank you! ☺