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

Provide default codecs config callback to custom codecs #24118

Closed
bclozel opened this issue Dec 2, 2019 · 0 comments
Closed

Provide default codecs config callback to custom codecs #24118

bclozel opened this issue Dec 2, 2019 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Dec 2, 2019

As of #23961, developers can now configure ExchangeStrategies and the underlying codec infrastructure without overriding other preferences. Some of those preferences, like limit on buffer sizes and logging request details are only applied to default codecs, as custom codecs might have different opinions.

We now need to let custom codecs know about those opinions set on the defaults, otherwise they would have no chance to align there if they wanted to.

@bclozel bclozel added in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement labels Dec 2, 2019
@bclozel bclozel added this to the 5.2.2 milestone Dec 2, 2019
@bclozel bclozel self-assigned this Dec 2, 2019
@bclozel bclozel added the for: backport-to-5.1.x Marks an issue as a candidate for backport to 5.1.x label Dec 2, 2019
@spring-projects-issues spring-projects-issues added status: backported An issue that has been backported to maintenance branches and removed for: backport-to-5.1.x Marks an issue as a candidate for backport to 5.1.x labels Dec 2, 2019
@bclozel bclozel closed this as completed in decbb9c Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: backported An issue that has been backported to maintenance branches type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants