JIRA: https://jira.spring.io/browse/INTSAMPLES-148
Upgrade several dependencies, especially OpenJPA-2.4.0 to support Java 8 Class Transformation
Upgrade to DSL-1.1.2 and other polishing
Upgrade to SI-4.3.0.M1
When just importing the ftp example as a maven project, I ran into the issue of a slf4j version discrepancy described here:
http://www.slf4j.org/faq.html#IllegalAccessError
This is solved by adding the specific version dependency of `slf4j-api`.
* Add the specific `slf4j-api` dependency to the Gradle script
* Change the dependency scope for `slf4j-` impl to the `runtime`.
* Regenerate POMs
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
JIRA: https://jira.spring.io/browse/INTSAMPLES-137
* Upgrade to Boot 1.1.7
* Fix several Boot apps to get deal with `args`, e.g. `--debug` option can be useful for Boot
* Provide a loca copy for JavaScript files (`sock.js` and `stomp.js`) to avoid extra Internet connection on testing
INTS-137-2: Make JavaScript cross-browser
Some additional polishing to the server config, like `logging-channel-adapter` for server message flow
JIRA: https://jira.spring.io/browse/INTSAMPLES-134
INTSAMPLES-134: `sun.misc.BASE64Decoder` -> `org.apache.sshd.common.util.Base64`
INTSAMPLES-134: PR comments and fix for Windows
INTSAMPLES-134 Test Samples with Remote Server
- change 'user' property to 'username' to avoid conflict with environment variable.
- create temporary files using the remote file template in 'si.sftp.sample'.
- clean up after test completion.
- use a caching session factory.
Update the retry-and-more Sample to use <int:retry-advice/> Syntax
Polishing - add info to README.
Also, use "localhost" for amqp connection factories.
- PR Comments
- Switch to Jackson2
- Fix oxm config
Polishing
INTSAMPLES-127 Update to SI 4.0.0.RC1
INTSAMPLES-127 Remove Servlet Dependency
travel sample; see INT-3350.
INTSAMPLES-127 Update Samples to SI 4.0.0
JIRA: https://jira.spring.io/browse/INTSAMPLES-127
Created `maint` branch for ongoing SI 3.0.x samples.
* Update Sample to Spring Integration 2.2.4
* In the sample - disallow unauthenticated Twitter Searches
- As of Twitter API version 1.1, users must be authenticated to perform searches.
For reference see: https://jira.springsource.org/browse/INTSAMPLES-114