Skip to content

Conversation

@garyrussell
Copy link
Contributor

Resolves #1251

Delimiter should be a comma and whitespace trimmeed.

Handle both delimiters in decompressors and add property for backwards compatibility.

I will backport to 2.2.x with default :

Resolves spring-projects#1251

Delimiter should be a comma and whitespace trimmeed.

Handle both delimiters in decompressors and add property for backwards compatibility.

**I will backport to 2.2.x with default `:`**
@artembilan artembilan merged commit 4f76b2b into spring-projects:master Sep 25, 2020
@garyrussell garyrussell deleted the GH-1251 branch September 25, 2020 18:17
@garyrussell
Copy link
Contributor Author

Back ported to 2.2.x with flipped default as d73e6ae

garyrussell added a commit to garyrussell/spring-amqp that referenced this pull request Sep 28, 2020
Resolves spring-projects#1253

Misleading field name `standardCharset`. It was meant to convey that Jackson's default
charset (UTF-8) is being used and so we can convert directly to `byte[]`. Otherwise
we convert to `String` and then to `byte[]` using the configured charset.

Also, it was not set to `true` by default.
artembilan pushed a commit that referenced this pull request Sep 28, 2020
Resolves #1253

Misleading field name `standardCharset`. It was meant to convey that Jackson's default
charset (UTF-8) is being used and so we can convert directly to `byte[]`. Otherwise
we convert to `String` and then to `byte[]` using the configured charset.

Also, it was not set to `true` by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarification of content encoding with multiple values

2 participants