Commit Graph

97 Commits

Author SHA1 Message Date
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
Oleg Zhurakousky
1278666ed7 INT-1596, fixed the broken links as well as all warnings 2010-11-09 12:17:45 -05:00
Oleg Zhurakousky
1fdafb547f INT-1592 added support for auto-discovery of XmppConnection based on the bean name - 'xmppConnection', added tests 2010-11-09 10:26:17 -05:00
Oleg Zhurakousky
016e3a249a added tests and modified schema to make sure that XMPP outbound adapters do not require 'channel' atribute 2010-11-09 07:13:32 -05:00
Oleg Zhurakousky
225a4a3322 INT-1554 final polishing 2010-11-05 13:46:08 -04:00
Oleg Zhurakousky
cba2658063 INT-1554 more polishing and tests 2010-11-05 12:07:51 -04:00
Oleg Zhurakousky
5946cb048b INT-1554 general polishing 2010-11-05 11:36:10 -04:00
Oleg Zhurakousky
e85adbba9c INT-1554 removed Presence headers, Inbound/Outboound Message Mapper, fixed schema and tests 2010-11-05 10:42:23 -04:00
Oleg Zhurakousky
2b0e34b3bc INT-1554 polishing 1st iteration on the way to removing unnessessery Xmpp headers, removed InboundMapper dependency 2010-11-05 08:43:04 -04:00
Oleg Zhurakousky
2695566a8b INT-1580 added tests and sample config for more complex configuration of the XmppConnection 2010-11-04 14:20:42 -04:00
Oleg Zhurakousky
f07dc4a68f INT-1554 polishing XmppMessageDrivenEndpoint, uts parser and tests 2010-11-04 13:51:36 -04:00
Oleg Zhurakousky
601d67bcf8 INT-1554 refactored XmppMessageOutboundEndpointParser and XmppMessageSendingMessageHandler, added tests 2010-11-04 13:29:15 -04:00
Oleg Zhurakousky
8d1e5e3f1d INT-1554 refactored XmppRosterEventOutboundEndpointParser, cleaned up XmppRosterEventMessageSendingHandler, added tests 2010-11-04 12:31:45 -04:00
Oleg Zhurakousky
e20a929d1d INT-1554 added more tests for presenceChangeEvent, more clean up in XmppRosterEventMessageDrivenEndpoint 2010-11-04 10:59:34 -04:00
Oleg Zhurakousky
9e8f14b05b INT-1554 added more tests and refactored/cleaned XmppPresenceMapper. Removed Presence Type header as unneccessery, since the only two payloads that are supported is Presence itself or Presentce.Type 2010-11-04 10:38:46 -04:00
Oleg Zhurakousky
b1e3f76417 INT-1554 added tests and refactored/cleaned XmppPresenceMessageMapper 2010-11-04 10:15:40 -04:00
Oleg Zhurakousky
821437b548 INT-1580 added more test for Smack SASL config 2010-11-03 23:55:02 -04:00
Oleg Zhurakousky
b1e1aa2460 INT-1580 cleaned up Roster endpoint, added tests 2010-11-03 23:20:05 -04:00
Oleg Zhurakousky
50d97f12cc INT-1580 code cleanup 2010-11-03 20:24:28 -04:00
Oleg Zhurakousky
154c2504c3 INT-1580, more polishing, made PacketListener instance variable of an Inbound endpoint, add/remove is now part of the start/stop, added tests to validate 2010-11-03 20:08:48 -04:00
Oleg Zhurakousky
c387f47dd4 INT-1580, more polishing, moved PacketListener registration to a statr() method of an inbound endpoint 2010-11-03 19:37:16 -04:00
Oleg Zhurakousky
ad37847162 INT-1580, more polishing, more tests 2010-11-03 19:19:20 -04:00
Oleg Zhurakousky
c1c38db8c4 INT-1580, more polishing, added Lifecycle to XmppConnectionFactoryBean, added tests 2010-11-03 19:08:46 -04:00
Oleg Zhurakousky
9e178c1de8 INT-1580 changed XmppConnectionFactoryBean to be bootstrapped with ConnectionConfiguration 2010-11-03 16:12:40 -04:00
Oleg Zhurakousky
a870217e23 INT-1540, added extract-payload and auto-atartup to Inbound XMPP adapters, added tests 2010-10-28 15:32:16 -04:00
Oleg Zhurakousky
96a35f81ba INT-1522, polishing 2010-10-14 18:41:18 -04:00
Oleg Zhurakousky
80c9b89851 INT-1522, now actually adding the test, oops 2010-10-14 18:24:27 -04:00
Oleg Zhurakousky
63d947a26b INT-1522 added XmppMessageSendingMessageHandlerTests with initial tests 2010-10-14 18:16:55 -04:00
Oleg Zhurakousky
8d83fa7919 INT-1521 polished the structure of the module to be consistent with other modules 2010-10-14 15:17:15 -04:00
Josh Long
824a813aaf fixing some code in the twitter adapter... 2010-10-12 13:42:32 -07:00
Mark Fisher
3b15a0dd38 INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package 2010-08-31 02:51:27 +00:00
Josh Long
d2f74acbfb moved spaces to tabs for the xmpp package 2010-08-24 22:07:37 +00:00
Mark Fisher
6257853512 INT-1129 renamed 'message' package to 'mapping' since that is all that remains there 2010-07-28 15:25:33 +00:00
Mark Fisher
c69c29d2e1 INT-1129 moved MessageSource interface to 'core' package 2010-07-28 15:16:15 +00:00
Mark Fisher
80a22b8a2c INT-1129 moved most of the MessagingException hierarchy to the root package (org.springframework.integration) 2010-07-28 15:10:42 +00:00
Mark Fisher
4de9a23357 INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration) 2010-07-28 15:05:50 +00:00
Mark Fisher
7434976734 INT-1129 moved MessageRejectedException and MessageHandlingException from 'message' to 'core' 2010-07-28 14:57:35 +00:00
Mark Fisher
94938a2746 INT-1129 moved MessageHandler from 'message' to 'core' 2010-07-28 14:54:09 +00:00
Mark Fisher
008cac18f5 INT-1129 moved GenericMessage, ErrorMessage, and MessageDeliveryException from 'message' to 'core' 2010-07-28 14:42:02 +00:00
Mark Fisher
00d3e351f7 INT-1129 moved MessageBuilder from 'message' to 'core' 2010-07-28 14:38:36 +00:00
Mark Fisher
012b08f1db INT-1129 moved MessagingTemplate from 'channel' to 'core' package 2010-07-28 14:28:18 +00:00
Mark Fisher
af14b065f8 INT-1129 modified the argument order for MessagingTemplate send(..) methods so that MessageChannel always comes first - consistent with Destination/destinationName being the first argument in all JmsTemplate send(..) methods 2010-07-28 14:20:53 +00:00
Mark Fisher
cc8d445280 INT-1129 renamed MessageChannelTemplate to MessagingTemplate 2010-07-27 14:34:28 +00:00
David Syer
829d6efc08 Fix compiler warnings and move docbook build to a profile 2010-07-27 12:54:18 +00:00
Josh Long
6fc0ec0960 Removing an ugly System.out.println() call 2010-07-06 23:30:52 +00:00
Mark Fisher
862d27bb3d INT-1222 added @Ignore to all integration tests that depend on an XMPP server, etc. 2010-07-05 21:29:04 +00:00
Mark Fisher
8e8530b1fc INT-1222 moved the spring-integration-xmpp module from the sandbox to the trunk 2010-07-05 15:41:37 +00:00