Oleg Zhurakousky
8b53fa1fc7
INT-1817 added namespace support for object-name-static-properties for IntegrationMBeanExporter
2011-03-09 17:13:13 -05:00
Oleg Zhurakousky
3f06998118
INT-1816 fixed the test to make sure that new MBean server instance is used for different tests, since it was cousing conflicts between the tests
2011-03-09 14:37:54 -05:00
Oleg Zhurakousky
1b3e7ce6e9
INT-1816 added support for multiple non-conflicting mbean exporters
2011-03-09 12:49:04 -05:00
Dave Syer
90946841b4
INT-1820: fix handler metrics
2011-02-28 14:33:13 +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
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
Mark Fisher
9a6d20d5b3
polishing
2010-12-16 16:19:52 -05:00
Dave Syer
ed63431977
INT-1675: add ignored test
2010-12-12 12:13:38 +00:00
Dave Syer
b528abcf68
INT-1675: work a bit harder to expose existing handlers if they are @ManagedResources
2010-12-11 08:49:09 +00:00
Dave Syer
e23e478e9e
INT-1675: force initialization of other MBeanExporter instances before the integration monitor components are created
2010-12-11 08:49:08 +00:00
Dave Syer
c293edc7fa
INT-1675: add illegal bean id check for clash with core mbean exporter
2010-12-11 08:49:07 +00:00
Dave Syer
64f2c5b61d
Add bare bones .springBeans
2010-12-11 08:49:05 +00: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
Mark Fisher
b3547433fb
polishing
2010-11-18 23:19:01 -05:00
Mark Fisher
f3e854b10c
INT-1568 removed the MessageHeaders.PREFIX constant since it's no longer necessary. Also added @ManagedOperation to the IntegrationMBeanExporter's getChannelSendRate(..) method.
2010-11-18 00:03:58 -05:00
Oleg Zhurakousky
67b26da0e0
polishing removed @Overides as well as fixed warnings in JMS and JMX
2010-11-16 16:11:19 -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
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