Commit Graph

96 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
Mark Fisher
2b849f6747 removed SimpleMessageMapper, AttributePollingMessageSource now extends AbstractMessageSource 2010-11-12 18:00:49 -05:00
Dave Syer
e617de54c8 INT-1420: add units to metric descriptions 2010-11-12 09:27:13 +00: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
Dave Syer
4b4a6fdb94 Tweak test to defeat slow CI again 2010-11-10 09:26:34 +00:00
Dave Syer
941b1127d1 INT-1561: add counters to message stores 2010-11-10 09:26:34 +00: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
b9dbb20982 INT-1497: remove object name map in JMX 2010-11-09 11:14:30 +00:00
Dave Syer
bd1373ecff INT-1464: Check priority channel registration 2010-11-09 10:44:16 +00:00
Dave Syer
14cb9c8687 Change tolerance in test to defeat slow CI build 2010-11-09 09:19:35 +00: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
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
Dave Syer
26bd68f867 Fix compilation error 2010-10-25 11:11:05 -07:00
Dave Syer
473b8fa96d INT-1507: remove control bus from JMX XSD 2010-10-25 10:58:20 -07: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
Dave Syer
f51a9a10d7 INT-1537: add another integration test 2010-10-22 15:32:45 -05:00
Iwein Fuld
064b86b29c QUALITY: moved ControlBus to avoid cyclic dependency 2010-10-21 18:08:20 +02:00
Mark Fisher
b265312903 INT-1494 switched order of poller and inner bean (need to determine how to make XSD more flexible) 2010-10-17 12:24:07 -04:00
Mark Fisher
d0426d2147 INT-1489 removed SimpleMessageProducingHandlerMetrics 2010-10-15 16:22:41 -04:00
Dave Syer
4a8984bc0a remove System.err reference 2010-10-13 08:41:49 -07:00
Dave Syer
f69a178c1f JMX: remove duplicate annotations 2010-10-13 08:17:29 -07:00
Dave Syer
b4d9366dfb INT-1508: add reset() 2010-10-12 15:18:29 -07:00
Dave Syer
7cfd0f4a55 INT-1503: *Monitor->*Metrics 2010-10-08 08:16:16 -07:00
Dave Syer
517aad3d69 INT-1503: *Monitor->*Metrics 2010-10-08 06:28:12 -07:00
Dave Syer
48c1c6b98a Fix Java 6/5 incompatiblity in test 2010-10-07 18:53:40 -07:00
Dave Syer
3ddc163217 INT-1502: implement doStop() 2010-10-07 16:49:19 -07:00
Dave Syer
71c7872270 INT-1495: change default domain to org.springframework.integration 2010-10-06 11:35:18 -07:00
Dave Syer
e2c1616d86 INT-1449: fix broken message count in message source monitor 2010-10-06 11:27:09 -07:00
Dave Syer
be2b1343a0 INT-1492: add test 2010-10-06 11:10:50 -07:00
Dave Syer
a21172fdab INT-1496: start optimistically with success rate 100% 2010-10-06 11:00:59 -07:00
Dave Syer
71f171b163 INT-1495: change domain= to default-deomain= 2010-10-06 10:56:36 -07:00
Dave Syer
84415d6f53 INT-1449: ensure mbeans only registered once for factory bean product 2010-10-06 10:25:58 -07:00
Dave Syer
1d44c8af2c INT-1449: tweak test case 2010-10-06 07:27:55 -07:00
Dave Syer
cbf0242bd9 INT-1495: harmonise schema 2010-10-06 07:10:12 -07:00
Dave Syer
76d17bd187 Expose MessageSources and their polling endpoints to JMX 2010-10-05 15:47:18 -07:00
Dave Syer
07043a8875 INT-1489: inspect router to see if it is Advised
- Switch to proxy approach for handler monitor
- Add router mbean integration test
2010-10-05 14:22:49 -07:00
Dave Syer
8cf6e474d2 INT-1452: fix names and counts attributes
Add global counts to mbean exporter
2010-10-05 14:12:53 -07:00
Oleg Zhurakousky
47b1f7ae8e INT-1451, more refactoring 2010-09-25 16:16:34 -04:00
Oleg Zhurakousky
b2533c0788 INT-1431, added SimpleMessageProducingHandlerMonitor to maintain semantics of some MessageHandlers also being MessageProducers 2010-09-15 13:50:16 -04:00
Dave Syer
b3bba292db Remove stderr reference 2010-09-15 08:03:01 +01:00
Dave Syer
2ca4a8f347 Ignore failing test (timing sensitive in CI) as temporary measure 2010-09-15 08:00:06 +01:00
Dave Syer
04dbe63366 INT-1420: add javadocs 2010-09-07 10:24:53 +01:00
Dave Syer
e1704c6267 INT-1429: tidy up JMX
- rename some classes and add Statistics abstraction
- INT-1429: rename SimpleChannelMonitor
2010-09-07 09:11:48 +01:00
Dave Syer
ca1f4869e4 Weaken assertion some more to prevent ci failing 2010-09-07 07:53:33 +01: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
David Syer
631ff51e1a tweak test to be more forgiving in CI load 2010-09-03 14:01:09 +00:00