Mark Fisher
d9eafee19b
removed unused code, and got rid of warnings
2010-11-05 18:01:54 -04:00
Oleg Zhurakousky
ae2413e68a
INT-1553, added more test for the Inbound side
2010-11-05 17:17:49 -04:00
Oleg Zhurakousky
387c2979be
INT-1553, fixed more tests, added new loguc to build metadataKey in the inbound adapters, tested new Twitter connectivity with real account
2010-11-05 16:01:55 -04:00
Oleg Zhurakousky
fae066e48e
INT-1553, Initial overhaul and simplification to the OAuth package, tests
2010-11-05 15:35:02 -04:00
Mark Fisher
da178c1615
getting rid of warnings
2010-11-05 15:28:18 -04:00
Mark Fisher
d020387d7e
polishing
2010-11-05 14:58:24 -04:00
Mark Fisher
12d0d46fc4
polishing
2010-11-05 14:50:37 -04:00
Mark Fisher
6abae5412b
polishing
2010-11-05 14:07:11 -04:00
Mark Fisher
295af55242
polishing
2010-11-05 13:54:11 -04:00
Oleg Zhurakousky
225a4a3322
INT-1554 final polishing
2010-11-05 13:46:08 -04:00
Mark Fisher
9271269433
INT-1562 moved synchronization base classes into a dedicated package
2010-11-05 13:22:19 -04:00
Chris Beams
541370c295
Respect sticky/setuid bits when unzipping docs remotely
...
The spring-integration/docs/ directory on static.springframework.org
has sticky group-write permissions. unzip is now invoked with the '-K'
flag to ensure that newly created directories respect these permissions.
This is important to ensure that different (ssh) users can release the
project without running into permissions errors. Without -K, the unzip
command will preserve whatever permissions were present on the files and
directories at the time of archiving, and this usually means that
group-write is off.
Of course, all this assumes that users doing releases are part of the same
group - 'springorg' in this case.
2010-11-05 09:31:53 -07: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
Mark Fisher
43aa08958a
avoiding chance of NPE with feed entry publishedDate
2010-11-05 11:24:22 -04:00
Mark Fisher
a5aa8b9757
moved the FeedEntryMessageSource into the 'inbound' package, and general polishing
2010-11-05 10:46:45 -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
Chris Beams
ca765c1c08
Supply ssh private key during docs upload
...
Prior to this change, a graphical Ivy-branded authentication dialog was
appearing when attepmting to scp the docs zip file to
static.springframework.org. This was because the 'keyFile' property
of the uploadArchives task was not being set. It is being set correctly
now, based on the value of the 'sshPrivateKey' project property that
must be set in gradle.properties. This value has been set on the
build server's gradle.properties file, such that the INT-NIGHTLY build
can succeed in pushing docs during the build.
2010-11-05 07:01:48 -07: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
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