Skip to content

Conversation

@mp911de
Copy link
Member

@mp911de mp911de commented Dec 13, 2024

Closes #4852

@mp911de mp911de added the type: documentation A documentation update label Dec 13, 2024
@christophstrobl
Copy link
Member

LGTM

We now allow applying Meta to derived queries without turning a derived query method into a annotated one.
Copy link
Contributor

@schauder schauder left a comment

Choose a reason for hiding this comment

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

I have one question about the changes

* @param lastname
* @return
*/
@Meta
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this here? Seems like it was intended to be part of a Meta related test, but the test didn't make it?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's an leftover from research on the actual behavior, it can be removed.

@schauder schauder added this to the 4.4.12 (2024.1.12) milestone Nov 4, 2025
schauder pushed a commit that referenced this pull request Nov 4, 2025
schauder pushed a commit that referenced this pull request Nov 4, 2025
We now allow applying Meta to derived queries without turning a derived query method into a annotated one.

Original pull request #4854
Closes #4852
schauder added a commit that referenced this pull request Nov 4, 2025
Remove unused `@Meta` annotation.

Original pull request #4854
See #4852
schauder pushed a commit that referenced this pull request Nov 4, 2025
schauder pushed a commit that referenced this pull request Nov 4, 2025
We now allow applying Meta to derived queries without turning a derived query method into a annotated one.

Original pull request #4854
Closes #4852
schauder added a commit that referenced this pull request Nov 4, 2025
Remove unused `@Meta` annotation.

Original pull request #4854
See #4852
schauder pushed a commit that referenced this pull request Nov 4, 2025
schauder pushed a commit that referenced this pull request Nov 4, 2025
We now allow applying Meta to derived queries without turning a derived query method into a annotated one.

Original pull request #4854
Closes #4852
schauder added a commit that referenced this pull request Nov 4, 2025
Remove unused `@Meta` annotation.

Original pull request #4854
See #4852
@schauder
Copy link
Contributor

schauder commented Nov 4, 2025

That's merged and back ported.

@schauder schauder closed this Nov 4, 2025
@mp911de mp911de deleted the issue/4852 branch November 4, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation A documentation update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@Meta annotation not working properly with MongoRepository and custom repositories

4 participants