Commit Graph

3742 Commits

Author SHA1 Message Date
Oleg Zhurakousky
84b00a2862 INT-1408 fixed the issue with ConfigAttributes related to upgrading to Spring Security 3 2010-09-02 18:52:59 +00:00
Mark Fisher
dc5800ed0d avoiding class dependencies in parser 2010-09-02 18:19:21 +00:00
Iwein Fuld
6eda3ec1d2 Prevented "Dispatcher has no subscribers" output in the build. 2010-09-02 18:04:33 +00:00
Iwein Fuld
23c96506ff Renamed 'testChannel's to pinpoint no subscriber isssue 2010-09-02 18:04:30 +00:00
Mark Fisher
1142dab8f9 INT-1406 removed obsolete MethodInvoker code from org.springframework.integration.util 2010-09-02 17:27:37 +00:00
Mark Fisher
c313b8bd78 INT-1283 simplifying MethodInvokingMessageSource 2010-09-02 17:10:27 +00:00
Mark Fisher
f90fa24a04 javadoc 2010-09-02 16:03:20 +00:00
Mark Fisher
c1b90d8aa7 javadoc and formatting 2010-09-02 15:58:10 +00:00
Chris Beams
8d9046825e Add Maven profiles to ease deployment (INT-1404)
Use one of the following as appropriate when deploying the project:

* mvn deploy -Psnapshot
* mvn deploy -Pmilestone
* mvn deploy -Prelease

These profiles ensure that artifacts are uploaded to the right
repositories without requiring the buildmaster to change
<deploymentManagement> information manually.
2010-09-02 15:57:58 +00:00
Chris Beams
a6cf89fd7e Automatically update cafe sample Bundle-Version (INT-1388)
${project.version} has been introduced in the cafe sample's MANIFEST.MF
and the pom has been updated to ensure that the manifest is filtered by
maven.

This change removes need for manually updating the bundle version
during every release.
2010-09-02 15:57:56 +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
Mark Fisher
a55ab3af05 INT-1401 renamed ExpressionSource to PublisherMetadataSource 2010-09-02 15:37:23 +00:00
Mark Fisher
8285e6b645 updated javadoc 2010-09-02 15:10:02 +00:00
Mark Fisher
f9b75f672a removed empty package 2010-09-02 14:55:06 +00:00
Mark Fisher
e03d934b77 INT-1403 verifying a valid payload expression for void-returning methods with @Publisher 2010-09-02 14:54:07 +00:00
Chris Beams
63fc819afd Update to spring-commons-serializer 1.0.0.M1 (INT-1400)
Necessary in preparation for release of SI 2.0.0.M7 (INT-1388)
2010-09-02 14:27:46 +00:00
Mark Fisher
5c7f97f101 INT-1401 EvaluationContext variable names are now fixed (#return, #method, #args, and #exception) 2010-09-02 14:19:57 +00:00
Oleg Zhurakousky
83c0fe79a2 INT-1375 changed the default value for 'should-mark-messages-as-read' to 'true' 2010-09-02 13:51:05 +00:00
Oleg Zhurakousky
d55b4b9436 changed copyright to 2010 2010-09-02 13:26:42 +00:00
Oleg Zhurakousky
9c701c4e34 INT-1381, added test for 0 value 2010-09-02 13:22:52 +00:00
Oleg Zhurakousky
2057ac2bd5 INT-1392 added groovy docs 2010-09-02 13:20:37 +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
David Syer
552432c7d5 Patch for groovy support from Oleg 2010-09-02 06:46:00 +00:00
Mark Fisher
a1a4a31a71 INT-1227 removed the protected, overridable shouldSplitIterableReply method in favor of a private, internal method in AbstractReplyProducingMessageHandler that simply checks if at least one item in the Iterable result is a Message or MessageBuilder instance. 2010-09-01 21:35:08 +00:00
Mark Fisher
dc86d88df4 INT-1129, INT-1263, INT-1306 removed SimpleMessagingGateway, refactored AbstractMessagingGateway to support GatewayProxyFactoryBean. AbstractMessagingGateway now uses HistoryWritingMessagePostProcessor. 2010-09-01 20:48:15 +00:00
Mark Fisher
a73810dbf9 INT-1263 added HistoryWritingMessagePostProcessor 2010-09-01 20:34:39 +00:00
Mark Fisher
e031723c21 added setter methods for InboundMessageMapper and OutboundMessageMapper on SimpleMessageConverter 2010-09-01 20:29:09 +00:00
Mark Fisher
5afe552d82 INT-1398 added MessagePostProcessor for use with MessagingTemplate convertAndSend methods as well as convertSendAndReceive methods 2010-09-01 20:17:46 +00:00
David Syer
cd5ca10ae2 Add spring integration to OSGi template 2010-09-01 20:13:48 +00:00
Mark Fisher
110cde02a9 INT-1397 MessageProducerSupport now implements TrackableComponent 2010-09-01 20:00:23 +00:00
Mark Fisher
3581ae95d7 removed unused import 2010-09-01 19:54:49 +00:00
Mark Fisher
a66b125172 updated test so it no longer depends on the exposed gateway method... now it actually tests the endpoint invocation 2010-09-01 19:35:44 +00:00
David Syer
754b9a198d INT-1347: add convertExceptions to request handler and error-key/code to controller 2010-09-01 17:23:23 +00:00
Oleg Zhurakousky
79b3998572 INT-1257 added MessageHistory performance test 2010-09-01 16:42:20 +00:00
David Syer
b88644b7db INT-1202: add serializer strategy to JDBC message store 2010-09-01 15:11:58 +00:00
Oleg Zhurakousky
d71472bba1 INT-1016 - added new sample to the pom 2010-09-01 14:37:13 +00:00
Oleg Zhurakousky
3a50c718bb INT-1016 - added sample to HTTP documentation section 2010-09-01 14:34:15 +00:00
David Syer
c39cf0bbf1 Weird compiler error still there... 2010-09-01 14:21:53 +00:00
David Syer
cae40b8dcd Remove parameter from methods (works in Eclipse not with javac) 2010-09-01 14:13:59 +00:00
David Syer
d2a3c3d5eb INT-1327: add support for JDBC outbound gateway 2010-09-01 14:09:09 +00:00
David Syer
b654e566eb Add gateway to schema 2010-09-01 14:09:02 +00:00
David Syer
93be55d84d INT-1394: add expression parameter source 2010-09-01 14:09:00 +00:00
David Syer
c73cf27dd8 Add extra test for forum question 2010-09-01 14:08:52 +00:00
Oleg Zhurakousky
e537e0dba5 INT-1016 - removed the old WebContextnt dir 2010-09-01 13:25:39 +00:00
Oleg Zhurakousky
3195f80486 INT-1016 - added readme file and index.html 2010-09-01 13:21:42 +00:00
Oleg Zhurakousky
d78eb95c1b INT-1016 - polishing sample 2010-09-01 12:51:08 +00:00
Oleg Zhurakousky
7f1b823c05 INT-1016 - adding HTTP multipart sample 2010-09-01 12:46:59 +00:00