-
Notifications
You must be signed in to change notification settings - Fork 6k
ConversionService should be configurable for BasicLookupStrategy and JdbcAclService #4819
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
ConversionService should be configurable for BasicLookupStrategy and JdbcAclService #4819
Conversation
4e5bb88
to
7714973
Compare
Hi @rwinch can you take a look at this please? Minor fix to enable Java Config to be used. Thanks, |
Thanks for the PR and the ping. I think perhaps a better way of handling this is to allow injecting the |
…ionService instead of AclClassIdUtils Fixes spring-projectsgh-4814
7714973
to
8efec02
Compare
Yep, that sounds good @rwinch, thanks. I was never quite happy with this bit, I like your suggestion. I've made the changes. |
@rwinch ping :-) |
Hi @rwinch are you able to give some feedback on this? I've made some changes in keeping with your suggestions I hope. Thanks, |
Thanks for the PR & sorry for the delays @pwheel! This is now merged into master |
No worries @rwinch I should have chased you harder! 😄 That's awesome, thanks a lot |
It was all me. I need to be better about being responsive (I'm focusing on that going forward) Thanks again for the PR! |
AclClassIdUtils was added in #4424 but should
be made public so can be instantiated via Java Configexpose itsConversionService
so thatBasicLookupStrategy
andJdbcAclService
can configure it.Fixes #4814