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

ExchangeStrategies custom codec's reader & writer are not registered #25149

Closed
wants to merge 1 commit into from

Conversation

dlsrb6342
Copy link
Contributor

Resolves #25146

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 28, 2020
@sbrannen sbrannen self-assigned this May 28, 2020
@sbrannen sbrannen added in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels May 28, 2020
@sbrannen sbrannen added this to the 5.2.7 milestone May 28, 2020
@sbrannen sbrannen added the for: backport-to-5.1.x Marks an issue as a candidate for backport to 5.1.x label May 28, 2020
@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 May 28, 2020
@sbrannen sbrannen changed the title Fix BaseCodecConfigurer clone bug ExchangeStrategies custom codec's reader & writer are not registered May 28, 2020
sbrannen added a commit that referenced this pull request May 28, 2020
@sbrannen sbrannen closed this in fce972e May 28, 2020
sbrannen pushed a commit that referenced this pull request May 28, 2020
Prior to this commit, ExchangeStrategies custom codec's reader and
writer were not registered due to a bug in BaseCodecConfigurer.

This commit fixes this by correcting the implementation of the
DefaultCustomCodecs constructor used within BaseCodecConfigurer.

Closes gh-25149
sbrannen added a commit that referenced this pull request May 28, 2020
@sbrannen
Copy link
Member

This has been merged into 5.2.x and master and backported to 5.1.x.

Thanks

FelixFly pushed a commit to FelixFly/spring-framework that referenced this pull request Aug 16, 2020
Prior to this commit, ExchangeStrategies custom codec's reader and
writer were not registered due to a bug in BaseCodecConfigurer.

This commit fixes this by correcting the implementation of the
DefaultCustomCodecs constructor used within BaseCodecConfigurer.

Closes spring-projectsgh-25149
FelixFly pushed a commit to FelixFly/spring-framework that referenced this pull request Aug 16, 2020
zx20110729 pushed a commit to zx20110729/spring-framework that referenced this pull request Feb 18, 2022
Prior to this commit, ExchangeStrategies custom codec's reader and
writer were not registered due to a bug in BaseCodecConfigurer.

This commit fixes this by correcting the implementation of the
DefaultCustomCodecs constructor used within BaseCodecConfigurer.

Closes spring-projectsgh-25149
zx20110729 pushed a commit to zx20110729/spring-framework that referenced this pull request Feb 18, 2022
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: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExchangeStrategies custom codec's reader and writer are not registered
3 participants