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

Has the default implementation of QueryMapEncoder changed? #1158

Open
bombo-dev opened this issue Feb 7, 2025 · 0 comments
Open

Has the default implementation of QueryMapEncoder changed? #1158

bombo-dev opened this issue Feb 7, 2025 · 0 comments

Comments

@bombo-dev
Copy link

bombo-dev commented Feb 7, 2025

Describe The Bug
The version I am using is Java 1.8, spring-cloud-starter-openfeign 2.2.9.

When using @SpringQueryMap before the latest deployment, we were able to confirm that queryString was mapped normally between HTTP communications even if there was no getter in the POJO.

This is FieldQueryMapEncoder, which appears to be Feign's default implementation.

However, the latest deployment
Afterwards, I confirmed that QueryString was not mapped properly, and as a result of debugging, I found that it was injected into PageableSpringQueryMapEncoder and the implementation of QueryMapEncoder was changed.

Has the core injection changed between updates in the past month?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants