Commit Graph

75 Commits

Author SHA1 Message Date
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
Mark Fisher
1f674b07b5 adjusted .classpath files to account for missing src/test/resources directories 2010-10-15 11:56:44 -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
827a9b34e4 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration 2010-10-14 11:24:43 -07:00
Oleg Zhurakousky
8b219a6a9f polished several POMs to make then consistent with others 2010-10-14 10:31:01 -04:00
Josh Long
824a813aaf fixing some code in the twitter adapter... 2010-10-12 13:42:32 -07: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
Chris Beams
2c17719313 Introduce Maven release:update-versions plugin (INT-1320)
- Upgrade to version 2.0 of the maven-release-plugin in order to
  get the new 'update-versions' goal, which allows for doing nothing
  other than updating pom versions - no tagging, no checkins, etc.

- Accommodate idiosyncracies of the plugin. When running for the first
  time, it became clear that update-versions not only updates versions
  as advertised, but also formats certain elements of the pom.
  Committing just those format changes now so that future actual version
  updates will not have to deal with this uninvited 'help'.

- How to run the command:

  mvn --batch-mode release:update-versions -DdevelopmentVersion=2.0.0.M7

  This will edit the <version> elements in the poms of the projects listed
  in the root pom's <modules> section.
2010-09-02 15:57:05 +00:00
Chris Beams
41e8194239 Revert update to 3.0.4 (INT-1293) due to SpEL issue (SPR-7519)
Upon updating to 3.0.4 the build fails with SpEL error code EL1004E when
executing test method shouldFindSimpleAggregatorMethodWithArray().
Reverting for now, but SPR-7519 has been created for tracking what
appears to be a minor SpEL regression.

- template.mf files now declare range [3.0.3, 4.0.0) for all Spring dependencies

- pom.xml files reverted to dependence on 3.0.3.RELEASE
2010-09-02 12:42:23 +00:00
Chris Beams
4ded74b317 Update pom and template.mf files Spring 3.0.4 (INT-1293) 2010-09-02 10:54:11 +00:00
Chris Beams
9e6e232837 Disconnect samples from parent pom (INT-1316) 2010-09-02 10:22:53 +00:00