Commit Graph

89 Commits

Author SHA1 Message Date
Oleg Zhurakousky
557fd6625e INT-1617 updated test classes to reflect name changes, modified Presence related class names, fixed test 2010-11-15 13:53:59 -05:00
Mark Fisher
b6f6541447 RosterListeningEndpoint now only sends Presence changes 2010-11-15 10:45:11 -05:00
Mark Fisher
48d481467c renamed headers, and adjusted header-enricherc 2010-11-13 12:29:04 -05:00
Mark Fisher
f4438d3e3b polishing 2010-11-13 12:14:42 -05:00
Mark Fisher
0c14957a3e renaming components 2010-11-13 12:09:56 -05:00
Mark Fisher
c0d9a9a02c renaming components 2010-11-13 11:55:00 -05:00
Mark Fisher
22821d42d3 renaming components 2010-11-13 11:49:58 -05:00
Mark Fisher
ad5adf3fbf renamed roster inbound parser 2010-11-13 11:34:53 -05:00
Mark Fisher
f0956bf335 renamed roster inbound endpoint to XmppRosterListeningEndpoint 2010-11-13 11:32:34 -05:00
Mark Fisher
752e8b4808 INT-1616 refactored XMPP package structure on test side 2010-11-13 11:20:17 -05:00
Mark Fisher
d95a7df068 INT-1616 refactored XMPP package structure 2010-11-13 11:15:07 -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
Chris Beams
8cce5cdc1f Remove illegal @Override and other polishing 2010-11-11 10:39:03 -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
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
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
Dave Syer
222cd88bac Clean up .settings 2010-11-09 09:24:58 +00: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
acf9d2bc13 INT-1554 polishing, finished restructuring of XmppNamespaceHandler 2010-11-04 13:40:45 -04:00
Oleg Zhurakousky
b87cf6fa4a INT-1554 polishing, actually pushing ;) further restructuring of XmppNamespaceHandler 2010-11-04 13:34:06 -04:00
Oleg Zhurakousky
5f5de2fe42 INT-1554 polishing, further restructuring of XmppNamespaceHandler 2010-11-04 13:32:35 -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
ee1357d854 INT-1580 polishing, removed SASL attributes from the namesapce, will add paragraph to the docs how to configure it the native Smack way via config file in teh META-INF 2010-11-03 20:15:11 -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
Josh Long
d6891a2ea2 INT-1580 this is a beanfactory that knows how to factory an SSL XMPPConnection (as opposed to the regular XmppConnectionFactory) 2010-11-02 16:35:56 -07:00
Josh Long
155cc0717c INT-1580 this is a beanfactory that knows how to factory an SSL XMPPConnection (as opposed to the regular XmppConnectionFactory) 2010-11-02 16:34:22 -07: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
2e310f9971 using camelCase for header key values 2010-10-28 15:32:23 -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
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