You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: