-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-2883: CCE from custom error channel bean
Resolves #2883 When an applicaiton provides a custom errorChannel bean that is not of type `PublishSubscribeChannel`, the application fails to start with a CCE. This is because `BindingServiceConfiguration` uses a hard cast on `PublishSubscribeChannel` without pre-checking the channel type. Fixing this issue.
- Loading branch information
1 parent
c72c548
commit 1cda3ac
Showing
2 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters