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 1 month ago

andrei-ivanov commented 1 month 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! ☺

agrgr commented 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.