-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-2828: Custom binders not recognized by AOT
- When using multi-binders with custom binders and running in AOT mode, there is a regression that is causing some issues for propertly identifying the binders during the AOT phase. It forces the users to provide property in the form of `spring.cloud.stream.binders.binders...` Fixing this issue by properly binding the custom binders in BinderChildContextInitializer. Resolves #2828 Resolves #2834
- Loading branch information
1 parent
4a4ce69
commit b867311
Showing
1 changed file
with
29 additions
and
1 deletion.
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