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

allow AbstractLdapRepositoryQuery.execute to be extended [DATALDAP-105] #124

Closed
spring-projects-issues opened this issue Jan 22, 2019 · 2 comments
Assignees

Comments

@spring-projects-issues
Copy link

kchobantonov opened DATALDAP-105 and commented

Allow org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery.execute method to be extended (remove the final classifier so that custom subclasses can add support for example to handle paginated queries with sorting. Currently the method handles for example cases like 

queryMethod.isCollectionQuery()

but subclass could also handle 

 
queryMethod.isPageQuery()


No further details from DATALDAP-105

@spring-projects-issues
Copy link
Author

Mark Paluch commented

That is possible. How about submitting a pull request? I suggest you apply adjustments to Spring Data LDAP in a repository while you build your extension. Once you have all changes in place, it makes sense to submit the a request

@spring-projects-issues spring-projects-issues added the type: enhancement A general enhancement label Dec 30, 2020
@mp911de mp911de removed the type: enhancement A general enhancement label Nov 18, 2024
@mp911de
Copy link
Member

mp911de commented Nov 18, 2024

Closing because of inactivity.

@mp911de mp911de closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants