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-136
Polishing - PR Comments
* Add `compile "org.projectreactor.spring:reactor-spring-context:$reactorSpringVersion"` dependency
to show a usage of `@EnableReactor`
* Make `async-gateway` project Java 8 compatible and replace inline implementations for callbacks to Lambdas
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.
JIRA: https://jira.spring.io/browse/INTSAMPLES-130
Enable `Run As | Run on Server ...` when using eclipse.
The wtp config was lost when the samples were converted
to gradle.
Upgrade to SI-4.0.2 and Boot 1.1.0.RELEASE
Polishing according upgrading
- 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.
Twitter now requires authentication.
Disable the real twitter adapter by default; enable it
with spring.profile "twitter" - requires the user to get
real oauth tokens.
Replicate oauth setup instructions from the twitter sample.
Add note to README for enabling the real twitter adapter.
Add .gitignore so committers can keep their real credentials
in, say, 'oauth.properties.foo'.
Add note about `SpringIntegrationTest`.
Update dummy tweets to use new icon.
INTSAMPLES-119 Polishing
- Fix 'twitterTemplate' bean name
- Add content to log and JMX Notification
JIRA: https://jira.springsource.org/browse/INTSAMPLES-119
* 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