Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FMWK-254 Remove deprecated code #794

Merged
merged 4 commits into from
Dec 1, 2024
Merged

Conversation

agrgr
Copy link

@agrgr agrgr commented Nov 28, 2024

No description provided.

@agrgr agrgr requested a review from reugn November 28, 2024 10:50
@agrgr agrgr marked this pull request as ready for review November 28, 2024 10:54
# Conflicts:
#	src/main/java/org/springframework/data/aerospike/core/BaseAerospikeTemplate.java
#	src/main/java/org/springframework/data/aerospike/core/ReactiveAerospikeTemplate.java
Comment on lines -35 to -41
registerBeanDefinitionParser("client", new AerospikeClientBeanDefinitionParser());
registerBeanDefinitionParser("clientPolicy", new ClientPolicyBeanDefinitionParser());
registerBeanDefinitionParser("readPolicy", new ReadPolicyBeanDefinitionParser());
registerBeanDefinitionParser("writePolicy", new WritePolicyBeanDefinitionParser());
registerBeanDefinitionParser("queryPolicy", new QueryPolicyBeanDefinitionParser());
registerBeanDefinitionParser("scanPolicy", new ScanPolicyBeanDefinitionParser());
registerBeanDefinitionParser("batchPolicy", new BatchPolicyBeanDefinitionParser());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to remove those classes as well.

@reugn
Copy link
Member

reugn commented Nov 28, 2024

The following classes have become unused:

  • InvalidAerospikeDataAccessApiUsageException
  • QualifierException
  • NameValuePair

@agrgr agrgr merged commit ebfc14d into main Dec 1, 2024
7 checks passed
@agrgr agrgr deleted the FMWK-254-remove-deprecated-code branch December 1, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants