You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should not call .get() on the IntegrationComponentSpec when you use it this way via DSL.
After that get() we don't have any clues in the Framework how you declared that component. Therefore we don't have any permissions to call afterPropertiesSet() for you.
When it is left without get() the Framework takes care about proper bean initialization.
Not sure if we have such a note in docs, but I treat this as end-user error and close as Works as Designed.
See https://stackoverflow.com/questions/57126841/how-to-enable-imapfolder-read-write-mode-in-spring-mail-integration/57146996#57146996
No call to
afterPropertiesSet()
is made.The text was updated successfully, but these errors were encountered: