Skip to content

Conversation

@wing328
Copy link
Member

@wing328 wing328 commented Jan 19, 2026

Reverts #22512


Summary by cubic

Reverts the Kotlin Spring RestClient query parameter encoding change and restores the previous URI-building logic. This brings back the earlier behavior for how query params are added and encoded in generated clients.

  • Bug Fixes
    • Switch back to RestClient.uri(path) with builder.queryParams(LinkedMultiValueMap(...)).build(params) instead of UriComponentsBuilder.encode().buildAndExpand(...).
    • Update the generator template and the echo_api and petstore samples to match.

Written for commit 71f1ddb. Summary will update on new commits.

@wing328 wing328 marked this pull request as ready for review January 19, 2026 04:43
@wing328 wing328 added this to the 7.19.0 milestone Jan 19, 2026
@wing328 wing328 merged commit 84692d8 into master Jan 19, 2026
69 checks passed
@wing328 wing328 deleted the revert-22512-fix_22339 branch January 19, 2026 04:44
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 3 files

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants