testcontainers-spring-boot
testcontainers-spring-boot copied to clipboard
replace joda-time with java.time api
joda-time is considered deprecated nowadays. embedded-aerospike provides test api for time manipulation based on joda time, we should provide these operations based on java.time api and deprecate joda-time based.