INTSAMPLES-138: Make SI 4.1 as minimal
JIRA: https://jira.spring.io/browse/INTSAMPLES-138 * Upgrade to Boot 1.2, which is based on the SI 4.1 * Upgrade to SF 4.1.1 * Fix `feed` sample to use new `Rome` dep. from SI * Fix deprecations for `@Payload`, `@Header` etc. * Fix mongo` sample deprecation warn
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.integration.samples.feed;
|
||||
|
||||
import org.junit.Test;
|
||||
@@ -22,7 +23,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||
import org.springframework.messaging.Message;
|
||||
import org.springframework.messaging.PollableChannel;
|
||||
|
||||
import com.sun.syndication.feed.synd.SyndEntry;
|
||||
import com.rometools.rome.feed.synd.SyndEntry;
|
||||
|
||||
/**
|
||||
* @author Oleg Zhurakousky
|
||||
@@ -48,4 +49,5 @@ public class FeedInboundChannelAdapterSample {
|
||||
}
|
||||
ac.close();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user