Commit Graph

62 Commits

Author SHA1 Message Date
Chris Beams
536fda2200 Check in Gradle-generated poms for convenience (INT-1609)
For ease of use by those (a) more familiar with Maven or (b) relying
on m2eclipse support within Eclipse/STS, generated poms are now checked
in. Changes to these files will be overwritted on subsequent gradle
builds.

Any changes to project dependencies should first be reflected in
build.gradle; then run `gradle generatePom` or simply `gradle build`
to see the change reflected in the pom(s).

Note that org.springframework.integration.ip.tcp.TcpInboundGatewayTests
currently fails when running `mvn clean test` from the root. This
problem does not manifest when running `gradle clean test`. The latter
is what's most important; Gary has been contacted to take a look at the
former.

Issues resolved:
    INT-1609, INT-1610, INT-1611
2010-11-12 23:27:32 -08:00
Oleg Zhurakousky
a3a0d71750 INT-1555 fixing broken test again 2010-11-12 16:52:11 -05:00
Oleg Zhurakousky
acc20c02fb INT-1555 fixing broken test 2010-11-12 16:44:57 -05:00
Oleg Zhurakousky
7683d59f62 INT-1555 added tests for FTP and SFTP modules 2010-11-12 16:34:40 -05:00
Mark Fisher
97b5c42411 INT-1562 naming consistencies, package-protected classes 2010-11-12 08:50:32 -05:00
Mark Fisher
6560444c16 INT-1562 renamed SftpSessionFactory to SftpSessionFactoryBean since it implements FactoryBean, and refactored it to extend AbstractFactoryBean as well 2010-11-10 17:36:42 -05:00
Mark Fisher
4b6488273f INT-1562 moved SftpSessionUtils into the 'session' package 2010-11-10 17:12:20 -05:00
Mark Fisher
fbaeead0a7 INT-1562 removed the sftp remote directory header, but added support for an expression on the outbound adapter 2010-11-10 17:07:35 -05:00
Mark Fisher
e14bbbe21d INT-1562 restructured packages: inbound, outbound, session 2010-11-10 16:24:51 -05:00
Chris Beams
bd3b0222f3 Add Bundle-Version and placeholder to all Bundlor templates 2010-11-09 10:33:14 -08:00
Oleg Zhurakousky
1278666ed7 INT-1596, fixed the broken links as well as all warnings 2010-11-09 12:17:45 -05:00
Mark Fisher
0c4cfa3d6b INT-1591 avoiding NPEs when returning file entry names 2010-11-08 18:35:31 -05:00
Mark Fisher
23c8c28d0c INT-1591 removing the FileNameExtractor strategy in favor of concrete implementations of AbstractPatternMatchingFileListFilter 2010-11-08 18:33:07 -05:00
Mark Fisher
e4f6b33b7b INT-1591 FileListFilter is now parameterized. Existing implementations required refactoring to specify <File> for <F>. 2010-11-08 17:31:42 -05:00
Mark Fisher
4487168e38 renamed EntryNamer to EntryNameExtractor since it gets the name but does not create it 2010-11-08 13:57:55 -05:00
Mark Fisher
9271269433 INT-1562 moved synchronization base classes into a dedicated package 2010-11-05 13:22:19 -04:00
Chris Beams
e7a4364762 Remove .classpath and .project files
Run `gradle eclipse` to generate prior to import into Eclipse.
2010-10-29 01:37:29 -04:00
Chris Beams
102c4eb93f Remove annotation typo 2010-10-28 15:55:36 -04:00
Chris Beams
1cf449d710 Ignore pom-dependent test 2010-10-28 15:47:59 -04:00
Chris Beams
0d55f086bc Eliminate Maven POMs
POMs removed in favor of Gradle build. pom.xml added to .gitignore
to accommodate future generation of source-level poms for those who
wish to use m2eclipse tooling in STS (to come in a later commit)
2010-10-28 15:32:26 -04:00
Mark Fisher
20dd46ea4a SftpConstants is now SftpHeaders, and the key value is camelCase 2010-10-28 15:32:23 -04:00
Mark Fisher
ede72e4198 INT-1562 wrong MessagingException imported 2010-10-28 15:32:22 -04:00
Mark Fisher
d9eb925235 INT-1562 formatting 2010-10-28 15:32:21 -04:00
Mark Fisher
1e9c3c6a8d INT-1528 IntegrationNamespaceUtils.parseInnerHandlerDefinition(..) no longer registers the inner bean definition. Relatedly, all polling inbound adapter parsers now return BeanMetadataElement rather than a pre-registered bean's name (flexibility: RuntimeBeanReference, BeanDefintion, etc.) 2010-10-28 15:32:20 -04:00
Mark Fisher
e8da488033 INT-1526 updating template.mf files for minimum version of Spring 3.0.5 2010-10-23 12:56:13 -05:00
Iwein Fuld
0bd4c6c612 QUALITY: remove cyclic dependency and start polish in SftpRemoteFileSystemSynchronizingMessageSourceFactoryBean 2010-10-22 09:30:41 +02:00
Josh Long
3ddde2e450 fixing citations. 2010-10-14 11:37:40 -07:00
Josh Long
5683b6b607 adding better citation 2010-10-14 11:23:45 -07:00
Oleg Zhurakousky
8b219a6a9f polished several POMs to make then consistent with others 2010-10-14 10:31:01 -04:00
Mark Fisher
a4f05cef0e INT-1482 charset value is now being set for bothFtpSendingMessageHandler and SftpSendingMessageHandler 2010-10-11 22:05:54 -04:00
Mark Fisher
f3be8bebde INT-1482 added default charset value for FtpSendingMessageHandler and SftpSendingMessageHandler 2010-10-11 21:56:14 -04:00
Oleg Zhurakousky
1171a23a19 INT-1433 forgot to add licensing info 2010-09-26 09:05:55 -04:00
Oleg Zhurakousky
653711534b INT-1433 the issue was fixed by Josh, just added tests to validate the functionality 2010-09-26 08:50:15 -04:00
Oleg Zhurakousky
f8ace52bef INT-1432 added tests to validate that localdirectories are auto created if auto-create is set to TRUE or exception is thrown if set to false 2010-09-24 15:39:35 -04:00
Oleg Zhurakousky
3f2399e569 INT-1263, more MessageHistory changes FTP, SFTP etc., forgot to add two files 2010-09-23 09:45:30 -04:00
Oleg Zhurakousky
32efbae90d INT-1263, more MessageHistory changes FTP, SFTP etc. 2010-09-23 09:45:01 -04:00
Oleg Zhurakousky
b6e058c59b INT-1263, added more changes and tests related valdating MessageHistory in every module 2010-09-22 18:44:51 -04:00
Josh Long
86fafd0002 INT-1433 fixing some bugs in the SFTP adapter reported by John Norton. the problems were mainly inconsistant propagation of a javabean property through the xsd and namespace handler, and failure to close input/outputstreams in the sftps synchronizer. 2010-09-12 12:41:37 -07:00
Chris Beams
2d88bdd2e8 Increment versions to 2.0.0.BUILD-SNAPSHOT 2010-09-03 20:12:54 +00:00
Chris Beams
f4efc62ca7 Increment versions to 2.0.0.M7 2010-09-03 18:23:12 +00:00
Chris Beams
c358cedeeb Remove ftp and sftp placeholder manifest files (INT-1388)
-ftp and -sftp modules no longer need placeholder manifests as they
now have proper template.mf files and bundlor support switched on.
2010-09-02 15:57:54 +00:00
Chris Beams
2c17719313 Introduce Maven release:update-versions plugin (INT-1320)
- Upgrade to version 2.0 of the maven-release-plugin in order to
  get the new 'update-versions' goal, which allows for doing nothing
  other than updating pom versions - no tagging, no checkins, etc.

- Accommodate idiosyncracies of the plugin. When running for the first
  time, it became clear that update-versions not only updates versions
  as advertised, but also formats certain elements of the pom.
  Committing just those format changes now so that future actual version
  updates will not have to deal with this uninvited 'help'.

- How to run the command:

  mvn --batch-mode release:update-versions -DdevelopmentVersion=2.0.0.M7

  This will edit the <version> elements in the poms of the projects listed
  in the root pom's <modules> section.
2010-09-02 15:57:05 +00:00
Chris Beams
41e8194239 Revert update to 3.0.4 (INT-1293) due to SpEL issue (SPR-7519)
Upon updating to 3.0.4 the build fails with SpEL error code EL1004E when
executing test method shouldFindSimpleAggregatorMethodWithArray().
Reverting for now, but SPR-7519 has been created for tracking what
appears to be a minor SpEL regression.

- template.mf files now declare range [3.0.3, 4.0.0) for all Spring dependencies

- pom.xml files reverted to dependence on 3.0.3.RELEASE
2010-09-02 12:42:23 +00:00
Chris Beams
4ded74b317 Update pom and template.mf files Spring 3.0.4 (INT-1293) 2010-09-02 10:54:11 +00:00
Chris Beams
9e6e232837 Disconnect samples from parent pom (INT-1316) 2010-09-02 10:22:53 +00:00
Mark Fisher
7c1ab04cd5 INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package 2010-08-31 01:53:45 +00:00
Josh Long
aef97c4012 moved spaces to tabs for the sftp package 2010-08-24 22:12:24 +00:00
Josh Long
3e79a551cc removig old SftMessageSource 2010-08-20 23:13:20 +00:00
Josh Long
7a15cabfe2 Fixed teh SFTP inbound adapter - it's now based on the abstract base classes. finally removing the sftp-specific impl's of the EntryListFilter* hierarchy. no need since we have a generic EntryListFilter<T> hierarchy instead 2010-08-20 18:22:59 +00:00
Josh Long
fc2a859e61 Fixed teh SFTP inbound adapter - it's now based on the abstract base classes 2010-08-20 18:18:19 +00:00