David Turanski
2151f3ec9c
added @author tag
2010-11-15 12:55:51 -05:00
David Turanski
3bb5b493b3
INT-1622 Updated ChainParserTests
2010-11-15 12:27:37 -05:00
David Turanski
d75f8ad21f
fixed INT-1622
2010-11-15 12:04:49 -05:00
Mark Fisher
890ca671fc
reordered property declaration
2010-11-14 21:41:32 -05:00
Mark Fisher
860de3bf1d
removed public getter for exception mapper
2010-11-14 21:36:04 -05:00
Mark Fisher
969a160684
polishing
2010-11-13 12:47:35 -05:00
Mark Fisher
8ba3b7a81e
moved ExpressionControlBusFactoryBean into config instead of config.xml
2010-11-13 12:38:05 -05:00
Mark Fisher
9e565ab3c9
moved ExpressionControlBusFactoryBean into config instead of config.xml
2010-11-13 12:37:42 -05:00
Mark Fisher
4bad4f13de
polishing
2010-11-13 09:04:12 -05:00
Mark Fisher
4e3f5bef6e
INT-1613 setHeader now throws an Exception for read-only headers (ID and TIMESTAMP)
2010-11-13 08:27:45 -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
Mark Fisher
2150e32dac
added copyright
2010-11-12 18:05:47 -05:00
Mark Fisher
2c572d477e
deprected AbstractRemotingOutboundGateway and RemotingInboundGatewaySupport (httpinvoker is deprecated already, this code will be limited to RMI only as of 2.1)
2010-11-12 18:03:30 -05:00
Mark Fisher
2b849f6747
removed SimpleMessageMapper, AttributePollingMessageSource now extends AbstractMessageSource
2010-11-12 18:00:49 -05:00
Mark Fisher
3b81382e70
polishing
2010-11-12 17:51:56 -05:00
Mark Fisher
de2ac1a9aa
polishing
2010-11-12 17:46:09 -05:00
Mark Fisher
75a6381d3a
moved @Publisher from aop into the annotation package with all other annotations
2010-11-12 17:39:11 -05:00
Mark Fisher
66d9303eeb
copyright updates
2010-11-12 17:35:45 -05:00
Mark Fisher
048d54121e
AnnotationFinder is now abstract
2010-11-12 17:33:43 -05:00
Mark Fisher
2148956c6d
renamed GatewayMethodDefinition to GatewayMethodMetadata and made it package-protected
2010-11-12 15:55:37 -05:00
Mark Fisher
59c084f737
removing HandlerMethodResolver and impls, since we now depend on SpEL for that functionality
2010-11-12 15:32:05 -05:00
Dave Syer
ba189d2c36
INT-1601: added bean-resolver to control-bus
2010-11-12 09:27:13 +00:00
Chris Beams
bd5a3d190b
Merge branch 'buildSrc'
...
Added 'buildSrc' directory as a git submodule to be shared across
all Spring open-source projects. This eliminates the need to maintain
custom Gradle code within Spring Integration directly.
For a brief introduction to git submodules, see
http://speirs.org/blog/2009/5/11/understanding-git-submodules.html
And of course the official documentation is at
http://www.kernel.org/pub/software/scm/git/docs/git-submodule.html
https://git.wiki.kernel.org/index.php/GitSubmoduleTutorial
Conflicts:
spring-integration-twitter/src/main/java/org/springframework/integration/twitter/core/Twitter4jTemplate.java
spring-integration-twitter/src/test/java/org/springframework/integration/twitter/inbound/SearchReceivingMessageSourceTests.java
2010-11-11 16:26:53 -08:00
Mark Fisher
c4a760a26d
router polishing, minor changes to PayloadTypeRouter algorithm
2010-11-11 15:44:06 -05:00
Chris Beams
ee34695bc4
Merge branch 'master' into buildSrc-extraction
...
Conflicts:
spring-integration-twitter/src/main/java/org/springframework/integration/twitter/core/Twitter4jTemplate.java
2010-11-11 10:13:14 -08:00
Chris Beams
a9c70aa1e7
Synchronize with latest buildSrc updates
...
buildSrc updated to use latest Gradle wrapper. See buildSrc git log
for complete details; in short, eclipse JDT prefs are now auto-generated
and the gradle daemon is no longer 'on by default', but must be enabled
with --daemon or -Dorg.gradle.daemon=true.
* removed all existing jdt preferences files in favor of auto-generation.
* removed .springBeans from .gitignore; this file should be
source-controlled for consistency and convenience.
* removed illegal @Override annotations. Eclipse/STS now catch these
properly!
2010-11-11 10:04:20 -08:00
Mark Fisher
ffe193459b
polishing
2010-11-10 13:54:35 -05:00
Mark Fisher
ceba3895ee
INT-1377 moved prefix/suffix setting to after the channelIdentifier mapping lookup
2010-11-10 12:36:42 -05:00
Mark Fisher
8e2daea503
INT-1377 removed unused AbstractSingleChannelNameRouter class
2010-11-10 08:55:20 -05:00
Mark Fisher
38aa676cb9
renamed getChannelIndicatorList method to getChannelIdentifiers on AbstractMessageRouter
2010-11-10 08:50:21 -05:00
Mark Fisher
0a82438e2e
made the 'determineTargetChannels' private in AbstractMessageRouter
2010-11-10 08:23:53 -05:00
Oleg Zhurakousky
9aad89a7c0
removed unnecessary import from GlobalChannelInterceptorParser
2010-11-10 08:20:06 -05:00
Mark Fisher
09afaed080
polishing
2010-11-10 08:14:14 -05:00
Mark Fisher
f6fc550966
GlobalChannelInterceptorWrapper no longer implements ChannelInterceptor itself. It only passes the wrapped instance into the channel.
2010-11-10 08:06:23 -05:00
Dave Syer
941b1127d1
INT-1561: add counters to message stores
2010-11-10 09:26:34 +00:00
Oleg Zhurakousky
7f9296d0c7
more ppolishing on global interceptors
2010-11-09 19:50:16 -05:00
Mark Fisher
8e1203be2c
refactored some eager parsing and formatted
2010-11-09 19:39:05 -05:00
Mark Fisher
df0f408679
formatting
2010-11-09 19:19:31 -05:00
Mark Fisher
026b9780b1
formatting
2010-11-09 18:37:37 -05:00
Mark Fisher
7b1185f2f0
removing warnings
2010-11-09 17:58:27 -05:00
David Turanski
1faa9f08b0
added SmartLifecycle test
2010-11-09 16:44:07 -05:00
David Turanski
f581cfc2d4
added SmartLifecycle test
2010-11-09 16:44:07 -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
Oleg Zhurakousky
8da4fae7ef
polishing - removed all warnings from CORE module
2010-11-09 11:36:49 -05:00
Oleg Zhurakousky
470bd96311
INT-1593, removed dependency on AbstractMessageChannel in favoreof MessageChannel strategy, added extra null checks to make sure that interceptors only applied on objects of type MessageChannel that have 'interceptors' field
2010-11-09 09:05:40 -05:00
Dave Syer
bd1373ecff
INT-1464: Check priority channel registration
2010-11-09 10:44:16 +00:00
David Turanski
eb3777c33a
Merge branch 'master' of git://git.springsource.org/spring-integration/spring-integration
2010-11-08 12:38:53 -05:00
David Turanski
cec9438499
implemented SmartLifecycle
2010-11-08 12:33:17 -05:00
Mark Fisher
24b08f2602
polishing
2010-11-04 16:10:55 -04:00