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
Chris Beams
5ab003d47e
Explictly set root project name in settings.gradle
...
Bamboo CI server checks out into a directory named
'checkout', instead of a directory named 'spring-integration'
as would be expected. Root project naming defaults
to the name of the containing directory, so it becomes
important to be explicit.
2010-11-04 17:51:36 -06:00
Chris Beams
7ea55fdc71
Add ability to generate poms for use at build time
...
Generate poms from Gradle metadata with
`gradle generatePom`
This will create a root pom with a <modules> section as well as a pom
for every individual module.
These poms are suitable for use with m2eclipse (e.g., File->Import->
Existing Maven project), or at the command line for basic build goals
such as `mvn test`.
These poms are not capable of producing distribution artifacts or
deployment of artifacts.
pom.xml and target will remain in .gitignore as these artifacts are
transient and for developer convenience only.
2010-11-04 16:54:06 -06:00
Chris Beams
2a215e778b
Remove illegal @Override annotations
2010-11-04 16:52:33 -06:00
Oleg Zhurakousky
b32fa4ac4b
INT-1553 moved @Ignored test to a separate package in preparation for more tests
2010-11-04 16:42:25 -04:00
Mark Fisher
24b08f2602
polishing
2010-11-04 16:10:55 -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
Mark Fisher
6c2c34543b
polishing
2010-11-03 17:22:13 -04:00
Mark Fisher
a9a1a499d9
updated copyright
2010-11-03 17:16:25 -04:00
Mark Fisher
6eb8f16cb4
INT-1584 upgraded the Spring Security dependency to 3.0.4.RELEASE
2010-11-03 17:13:31 -04:00
Mark Fisher
cc242ae69b
polishing
2010-11-03 16:43:52 -04:00
Oleg Zhurakousky
9e178c1de8
INT-1580 changed XmppConnectionFactoryBean to be bootstrapped with ConnectionConfiguration
2010-11-03 16:12:40 -04:00
Mark Fisher
e35de5a054
INT-1583 updated documentation
2010-11-03 13:03:49 -04:00
Mark Fisher
d8ca51abc2
INT-1583 if received event has a Message as its source, it will be passed as-is
2010-11-03 12:56:17 -04:00
Mark Fisher
6cc758eefc
INT-1582 if the payload is an ApplicationEvent it is passed as-is (no wrapping in MessagingException). Also, general polishing
2010-11-03 12:39:11 -04:00
Oleg Zhurakousky
d1babad811
polishing/formatting OAuth part of Twitter adapter
2010-11-03 08:45:38 -04:00
Oleg Zhurakousky
c3a51394d7
polishing
2010-11-02 22:29:18 -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
daaa8dfc0b
Merge branch 'master' of git.springsource.org:spring-integration/spring-integration
2010-11-02 16:35:52 -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
Oleg Zhurakousky
52c958ead0
INT-1557 added Twiter Outbound adapter documentation
2010-11-02 18:43:40 -04:00
Mark Fisher
d3cfac25fe
polishing, also fixed concurrency issue in XsltPayloadTransfomer.buildTransformer() method (assigning rootObject to instance var SpEL EvaluationContext)
2010-11-02 18:33:41 -04:00
Mark Fisher
55941036e4
polishing
2010-11-02 17:41:06 -04:00
Mark Fisher
b3456bf098
polishing
2010-11-02 17:18:27 -04:00
Mark Fisher
3490779396
polishing
2010-11-02 17:03:48 -04:00
Oleg Zhurakousky
012d9df8f4
INT-1560, INT-1559 added placeholders for the docs for FTP, SFTP and FEED
2010-11-02 16:15:07 -04:00
Oleg Zhurakousky
acbfe9434c
INT-1557 added initial documentation (OAuth, Connection INbound Adapters) for Twitter adapter
2010-11-02 15:59:22 -04:00
Mark Fisher
117f3206ca
INT-1578 added source/target compatibility setting, but it's not clear yet that it has an impact
2010-11-02 15:18:32 -04:00
Mark Fisher
7c6a53d7ff
formatting
2010-11-02 14:45:40 -04:00
Oleg Zhurakousky
01dbe1916e
INT-1577 restructured documentation to be consistent with Spring-core and EIP documentation
2010-11-02 12:07:56 -04:00
Oleg Zhurakousky
3061aaa08d
INT-1552 general restructuring of the docs to introduce parts that are consistent with eip definitions
2010-11-02 10:28:54 -04:00
Oleg Zhurakousky
ed6b8c0159
INT-1574 added javadoc explaining immutability of Message and MessageHeaders
2010-11-01 17:13:50 -04:00
Mark Fisher
b37f8f8ac9
INT-1575 updated root level readme.txt file
2010-11-01 14:44:43 -04:00