https://build.spring.io/browse/INTSAMPLES-NIGHTLY-2059/
Fix `JmsMockTests` stubbing via making endpoint stopped before mocking
Force SI and SF versions via their BOMs imports
Regenerate POMs including `dependencyManagement` for BOMs customization
Fixesspring-projects/spring-integration-samples#198
The `SocketUtils.findAvailableServerSocket()` isn't reliable for port selection and its `socket.close()` may cause a port selection by some other process.
Use OS-selected port for SshdServer in SFTP sample
Revert unexpected refactoring after renaming properties
Upgrade to SSHD-1.4, FTP Server 1.1, fix tests and Boot 2.0 compatibility
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
- 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.