Skip to content

Use by-id lookup for queries referring to identifier values #2854

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

Closed
wants to merge 4 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Feb 20, 2024

Closes #2851

@@ -52,7 +53,7 @@
@Documented
@Inherited
@Import(RedisRepositoriesRegistrar.class)
@QueryCreatorType(RedisQueryCreator.class)
@QueryCreatorType(value = RedisQueryCreator.class, repositoryQueryType = RedisPartTreeQuery.class)
Copy link
Member

Choose a reason for hiding this comment

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

we should register RedisPartTreeQuery for reflective access (MemberCategory.INVOKE_DECLARED_CONSTRUCTORS, MemberCategory.INVOKE_DECLARED_METHODS) in RepositoryRuntimeHints.

@christophstrobl
Copy link
Member

LGTM - aot smoke tests are now passing as well.

christophstrobl added a commit to christophstrobl/spring-aot-smoke-tests that referenced this pull request Feb 21, 2024
christophstrobl pushed a commit that referenced this pull request Feb 23, 2024
christophstrobl pushed a commit that referenced this pull request Feb 23, 2024
See: #2851
Original Pull Request: #2854
christophstrobl pushed a commit that referenced this pull request Feb 23, 2024
christophstrobl pushed a commit that referenced this pull request Feb 23, 2024
See: #2851
Original Pull Request: #2854
@christophstrobl christophstrobl deleted the issue/2851 branch February 23, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redis Repositories do not find results for custom find…ById(…) queries
2 participants