Mark Fisher
c4f2fd7afe
formatting
2011-05-06 11:45:25 -04:00
Oleg Zhurakousky
765503daa4
polishing, fixed warning messages
2011-05-03 19:20:57 -04:00
jonas.partner
99d6b12174
add test additional test for INT-1838 using namespace although was fixed as a side effect of INT-1812
2011-04-12 10:18:45 +01:00
jonas.partner
12dafc8179
add test for producing a text output using <xsl:output method="text" encoding="UTF-8" /> relates to INT-1838
2011-04-12 10:00:33 +01:00
Chris Beams
6e58a9ff99
Add <repositories> to generated poms
...
Synchronize with changes in buildSrc that add repositories
declared in gradle script(s) to generated maven poms during
`generatePom` task.
Issue: GRADLE-48
2011-03-14 01:04:05 +08:00
Jonas Partner
653c61e8d1
INT-1812 namespace parser for xsl transformer now sets always use source and result factories if result factory or type is specified
2011-03-08 17:29:26 +00:00
Mark Fisher
13ed0534a2
updated template.mf files for [2.0.4, 2.0.5) version range
2011-02-11 12:54:48 -05:00
Mark Fisher
0e75e6f64d
updated POMs for 2.0.4.BUILD-SNAPSHOT
2011-02-11 12:52:37 -05:00
Mark Fisher
99dc2869af
Re-release version 2.0.3.RELEASE
2011-02-10 09:16:12 -06:00
Mark Fisher
b46052e487
updated template.mf files for 2.0.3
2011-02-09 22:33:30 -06:00
Mark Fisher
73a50fe137
updated POMs for 2.0.4.BUILD-SNAPSHOT
2011-02-09 20:23:41 -06:00
Mark Fisher
c4dbad9ea4
Release version 2.0.3.RELEASE
2011-02-09 20:05:59 -06:00
Gary Russell
a2aedfb969
POMs updated from 2.0.2.RELEASE to 2.0.3.BUILD-SNAPSHOT as version for all project modules
2011-02-09 14:57:26 -05:00
Mark Fisher
c854059ce6
Release version 2.0.2.RELEASE
2011-02-08 11:00:30 -06:00
Mark Fisher
6c6af30922
updating template.mf files for the 2.0.2 release
2011-02-07 09:32:16 -05:00
Chris Beams
685467f42e
Reflect recent jaxb/stax updates in generated poms
2010-12-22 14:22:46 -08:00
Mark Fisher
a5a64cebb0
un-@Ignored test now that it's compatible with JDK5
2010-12-22 08:08:23 -05:00
David Turanski
3db5db8696
Modified test for JDK 1.5 compatibility
2010-12-22 07:27:16 -05:00
Mark Fisher
5a25530b56
ignoring test again until we resolve the jdk version issue
2010-12-21 21:17:19 -05:00
Mark Fisher
27512ecea2
trying build with 'xalan' in output property test
2010-12-21 21:01:21 -05:00
Mark Fisher
ebd8d40120
temporarily ignoring test to determine if rest of build passes on jdk5
2010-12-21 20:52:56 -05:00
Mark Fisher
42b0c5f581
POMs updated from 2.0.1.RELEASE to 2.0.2.BUILD-SNAPSHOT as version for all project modules
2010-12-21 19:01:50 -05:00
Mark Fisher
e6ac44dbbd
Release version 2.0.1.RELEASE
2010-12-17 18:35:24 -05:00
Mark Fisher
6ecda01fda
INT-1699 updated template.mf files for version 2.0.1
2010-12-17 17:25:21 -05:00
Dave Syer
64f2c5b61d
Add bare bones .springBeans
2010-12-11 08:49:05 +00:00
Oleg Zhurakousky
6725b68d5d
INT-1659 changed the name of the attribute to 'evaluate-as-string', updated schema and tests. Updated documentation
2010-12-03 13:37:42 -05:00
Oleg Zhurakousky
928f38f315
INT-1659 exposed 'evaluate-as-node' attribute via the namespace, added tests
2010-12-03 11:36:49 -05:00
Oleg Zhurakousky
317d2cad7f
INT-1659 added 'evaluateAsNode' attribute to XPath router, added tests
2010-12-03 10:25:58 -05:00
David Turanski
37b16bc3f3
INT-1654 added test for outputProperties
2010-12-01 19:35:24 -05:00
Mark Fisher
7db581b40b
INT-1654 added 'outputProperties' to ResultToStringTransformer
2010-12-01 16:35:43 -05:00
Chris Beams
c8a24acfc6
Catch poms up with 2.0.1.BUILD-SNAPSHOT version
2010-11-26 11:26:07 -07:00
Mark Fisher
c712ac6315
Release version 2.0.0.RELEASE
2010-11-22 21:23:47 -05:00
Chris Beams
365108e7e3
Reflect hamcrest 1.1 dependency in generated poms
2010-11-22 16:18:21 -07:00
Chris Beams
1d3f4b2987
Upgrade junit:junit:4.7 -> junit:junit-dep:4.8.2
...
junit-dep does not bundle dependencies like hamcrest. This avoids
'duplicate package org.hamcrest' errors during javadoc generation
2010-11-22 15:06:02 -07: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
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
38aa676cb9
renamed getChannelIndicatorList method to getChannelIdentifiers on AbstractMessageRouter
2010-11-10 08:50:21 -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
Dave Syer
222cd88bac
Clean up .settings
2010-11-09 09:24:58 +00:00
Mark Fisher
d3cfac25fe
polishing, also fixed concurrency issue in XsltPayloadTransfomer.buildTransformer() method (assigning rootObject to instance var SpEL EvaluationContext)
2010-11-02 18:33:41 -04:00
Mark Fisher
55941036e4
polishing
2010-11-02 17:41:06 -04:00
Mark Fisher
b3456bf098
polishing
2010-11-02 17:18:27 -04:00
Mark Fisher
3490779396
polishing
2010-11-02 17:03:48 -04:00
Mark Fisher
7c6a53d7ff
formatting
2010-11-02 14:45:40 -04:00
Mark Fisher
36dad9371c
formatting
2010-11-01 14:36:07 -04:00
Mark Fisher
4e4c4f69ff
polishing
2010-11-01 14:17:39 -04:00