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

How to use FeignClient and @QuerydslPredicate annotation together, or is it supported? #647

Open
XhstormR opened this issue Dec 17, 2021 · 2 comments
Labels
enhancement New feature or request icebox

Comments

@XhstormR
Copy link

I have an interface for declaring the API, this is one of the methods:

    @GetMapping
    fun getPhraseList(
        @Parameter(hidden = true) assembler: PagedResourcesAssembler<PhraseResponse>,
        @Parameter(hidden = true) @PageableDefault(sort = [Const.DEFAULT_SORT]) pageable: Pageable,
        @Parameter(hidden = true) @QuerydslPredicate(root = Phrase::class) predicate: Predicate?
    ): PagedModel<EntityModel<PhraseResponse>>
@OlgaMaciaszek
Copy link
Collaborator

There's no dedicated support in SC OpenFeign added for this at this point. PRs are welcome.

@OlgaMaciaszek OlgaMaciaszek added enhancement New feature or request help wanted Extra attention is needed and removed waiting-for-triage labels Dec 23, 2021
@OlgaMaciaszek OlgaMaciaszek added icebox help wanted Extra attention is needed and removed help wanted Extra attention is needed icebox labels Feb 14, 2022
@OlgaMaciaszek
Copy link
Collaborator

Actually, while it makes sense for the server, at this point I'm not convinced it should be added to the clients, so we'll not be adding it for now. However, feel free to start a discussion here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request icebox
Projects
None yet
Development

No branches or pull requests

3 participants