Skip to content

Commit

Permalink
FMWK-359 Deprecate AerospikeDataProperties (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr authored Mar 21, 2024
1 parent 8ae5c3e commit 3c9f804
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.data.aerospike.config.AerospikeDataSettings;

/**
* Configuration properties for Spring Data Aerospike.
* @deprecated since 0.14.0, {@link AerospikeDataSettings} will be used instead.
*
* @author Igor Ermolenko
* @author Anastasiia Smirnova
*/
@Deprecated(since = "0.14.0", forRemoval = true)
@ConfigurationProperties(prefix = "spring.data.aerospike")
@Getter
@Setter
Expand Down

0 comments on commit 3c9f804

Please sign in to comment.