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

RestMapping does not support dot names #16

Open
cen1 opened this issue Nov 10, 2020 · 0 comments
Open

RestMapping does not support dot names #16

cen1 opened this issue Nov 10, 2020 · 0 comments
Assignees

Comments

@cen1
Copy link
Contributor

cen1 commented Nov 10, 2020

RestMapping does not support renames containing dot.

Sample entity:
@RestMapping(value = "publish.version")
Integer publishVersion

Client request: ?filter=publish.version:EQ:1

Probable fix is to first process all RestMapping annotations, remove matched filters and then run the current logic on the remaining filters.

@osbeorn osbeorn self-assigned this Mar 4, 2021
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