INT-3094 Fix JSON and Core Package Tangles
INT-3094 Fix JSON Package Tangle Move JSON 'discovery' classes to .support.json (used by .json and .transformer - ObjectToMapTransformer) INT-3094 Fix JSON Class Tangle Separate factory methods to avoid class tangle. Remove tight tangle between parser and mapper. INT-3094 Fix Core Package Tangle Move NamedComponent from .context to .support.context (Used by .history, and .context references .store which references .history through .util.) INT-3094: fix 'support.json' package class-cycle INT-3094 Polishing - PR Comments Remove parser provider and make parsers public.
This commit is contained in:
@@ -32,11 +32,11 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||
import org.springframework.integration.Message;
|
||||
import org.springframework.integration.MessageHeaders;
|
||||
import org.springframework.integration.MessagingException;
|
||||
import org.springframework.integration.context.NamedComponent;
|
||||
import org.springframework.integration.core.PollableChannel;
|
||||
import org.springframework.integration.history.MessageHistory;
|
||||
import org.springframework.integration.jms.DefaultJmsHeaderMapper;
|
||||
import org.springframework.integration.message.GenericMessage;
|
||||
import org.springframework.integration.support.context.NamedComponent;
|
||||
|
||||
/**
|
||||
* @author Oleg Zhurakousky
|
||||
|
||||
Reference in New Issue
Block a user