Commit Graph

67 Commits

Author SHA1 Message Date
Oleg Zhurakousky
12cede2440 INT-1614 added prser test for outbound 2010-11-15 15:22:06 -05:00
Oleg Zhurakousky
0821412040 INT-1614 refactored outbound parsers to inherit from the base class 2010-11-15 14:42:29 -05:00
Oleg Zhurakousky
0b6011bf5f INT-1614 refactored inbound parsers to inherit from common class, adding the actual base class 2010-11-15 14:34:23 -05:00
Oleg Zhurakousky
7ac7b51fc9 INT-1614 refactored inbound parsers to inherit from common class 2010-11-15 14:33:51 -05:00
Oleg Zhurakousky
2730befb15 INT-1614 simplified schema for FTP/FTPS 2010-11-15 14:21:33 -05:00
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
7683d59f62 INT-1555 added tests for FTP and SFTP modules 2010-11-12 16:34:40 -05:00
Mark Fisher
ba665734fb INT-1562 naming consistencies, package-protected FactoryBeans 2010-11-12 08:52:44 -05:00
Mark Fisher
ce2bc45eaa INT-1562 renamed inbound channel adapter parsers 2010-11-12 08:45:22 -05:00
Mark Fisher
da48d96237 INT-1562 renamed outbound channel adapter parsers 2010-11-12 08:41:49 -05:00
Mark Fisher
df84505998 INT-1562 renamed outbound channel adapter parsers 2010-11-12 08:41:34 -05:00
Mark Fisher
da8aa2bf0f INT-1562 moved FactoryBeans into the 'config' package 2010-11-10 17:19:05 -05:00
Mark Fisher
e3fa54f856 INT-1562 created 'client' package 2010-11-10 16:09:46 -05:00
Mark Fisher
23f7d7d60b INT-1562 restructuring packages for inbound/outbound 2010-11-10 14:50:00 -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
da178c1615 getting rid of warnings 2010-11-05 15:28:18 -04:00
Mark Fisher
9271269433 INT-1562 moved synchronization base classes into a dedicated package 2010-11-05 13:22:19 -04:00
Oleg Zhurakousky
c3a51394d7 polishing 2010-11-02 22:29:18 -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
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
15b9affda9 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
Oleg Zhurakousky
05867864bd INT-1484 added namespace support for file name generation to FTPS schema 2010-10-15 09:17:35 -04:00
Oleg Zhurakousky
b77796e914 INT-1484, added support for filename-generator to FTP Outbound adapter, restructured FTP module to be consistent with other modules 2010-10-15 09:12:17 -04: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
Mark Fisher
3f4ce448a0 INT-1482 added default charset value for FtpSendingMessageHandler 2010-10-11 21:47:10 -04:00
Josh Long
eb2729f0cb fixing an issue with charsets in the FTP namespace parser support int-1482 2010-10-04 01:25:50 -07:00
Josh Long
8e6a1f2b29 fixing an issue with charsets in the FTP namespace parser support int-950 2010-10-04 01:17:58 -07:00
Josh Long
fb0ae7332b i had to undo some changes we had before to make sure my class name refactorings would work, and now i am reapplying them for INT-1471 2010-10-04 00:30:04 -07:00
Oleg Zhurakousky
ac49187a64 INT-1444, added tests to validate namespace attributes for FTP and FTPS 2010-09-24 21:15:39 -04:00
Oleg Zhurakousky
1bb6eafe04 INT-1263, added tests in FYP to validate MH 2010-09-22 20:46:42 -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
bba02133d6 fixed a compiler error. 2010-09-12 14:14:31 -07:00
Josh Long
6c959e6010 fixing issues related to fileType not propagating in the ftp handler 2010-09-12 13:06:01 -07:00
Chris Beams
beafd5566c Polish whitespace and comments in pom files
- Convert spaces to tabs on -ftp/pom.xml

- Normalize multi-line comments to fit the following style:
    <!--
        depend explicitly on 2.0 in order to pick up the new
        release:update-versions goal
    -->

- Revert some of the formatting that the Maven release:update-versions
  goal forced on us. After it failed to perform its duties during the M7
  release, it appears we will not be using it anymore.
2010-09-04 13:24:25 +02: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