-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Mark CompositeCodec(defaultCodec) ctor for deprecation #10198
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
Mark CompositeCodec(defaultCodec) ctor for deprecation #10198
Conversation
Fixes: spring-projects#10197 Update deprecated ctor to use an empty map for delegates instead of null. **Auto-cherry-pick to `6.4.x`**
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed **Auto-cherry-pick to 6.4.x**
in the commit to let respective bots to do the work for us.
Thanks
spring-integration-core/src/main/java/org/springframework/integration/codec/CompositeCodec.java
Outdated
Show resolved
Hide resolved
I will update the PR comment with the cherrypick notation. But it is in the commit message. |
More convenient to use an issue number in the branch. No a problem at all: just sharing with you an experience how easier to manage issues and PRs. |
spring-integration-core/src/main/java/org/springframework/integration/codec/CompositeCodec.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Artem Bilan <[email protected]>
spring-integration-core/src/main/java/org/springframework/integration/codec/CompositeCodec.java
Show resolved
Hide resolved
Signed-off-by: Artem Bilan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I added all the required changes into this PR.
Will be merged when build is green.
Thanks
spring-integration-core/src/main/java/org/springframework/integration/codec/CompositeCodec.java
Show resolved
Hide resolved
Signed-off-by: Artem Bilan <[email protected]>
Fixes: #10197
Update deprecated ctor to use an empty map for delegates instead of null.
Auto-cherry-pick to
6.4.x