WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Spring Integration 6.1 to 6.2 Migration Guide

Artem Bilan edited this page Jun 28, 2023 · 7 revisions

Remove unused ThreadLocal from RedisStoreMessageSource

The ThreadLocal<RedisStore> resourceHolder variable in the RedisStoreMessageSource is out of use for a while in favor of IntegrationResourceHolder and its store attribute. Public methods getResource(), afterCommit(Object object), and afterRollback(Object object) were removed altogether since they haven't done any logic since functionality was migrated to IntegrationResourceHolder. See Redis Store Inbound Channel Adapter documentation for more information.

Mail module is upgraded to org.eclipse.angus:jakarta.mail-2.0.2

The IMAP functionality in Spring Integration has moved to the latest Java Mail implementation with Eclipse Angus. So, the com.sun.mail.imap package has been replaced with org.eclipse.angus.mail.imap.

Clone this wiki locally