Oleg Zhurakousky
7485ea449a
INT-2254
...
added support for recognition of a Message to HttpRequestHandlingEndpointSupport
INT-2254 polishing
INT-2254 polishing
2011-11-21 08:35:54 -05:00
Mark Fisher
8060a39aa5
request-timeout replaced with reply-timeout for HTTP outbound-gateway
2011-11-21 07:47:04 -05:00
Mark Fisher
1c3df305d2
polishing
2011-11-17 16:41:28 -05:00
Gary Russell
a61b3617f3
INT-2035 Support Simple Cookie Handling
...
Initial commit - TODO: namspace.
Saves off Set-Cookie header in http_transferredCookie MessageHeader.
Transferred cookies are converted to Cookie: headers on subsequent
outbound messages, thus handling 3 or more interactions.
INT-2035 Namespace, Docs
Change boolean name; add namspace and documentation.
INT-2035 Docs
Added docs for cookie handling.
INT-2035 Polishing
Simplify implementation to just transfer Set-Cookie to
Cookie in the inbound side.
INT-2035 XSD Docs
Updated to reflect new implementation.
2011-11-17 16:36:32 -05:00
Mark Fisher
2bd870200d
Update version to 2.1.0.BUILD-SNAPSHOT
2011-10-26 11:26:37 -05:00
Mark Fisher
4f12694d82
Release version 2.1.0.M3
2011-10-26 10:44:18 -05:00
Oleg Zhurakousky
bb8409f96f
log WARN message for irrelevant extractPayload
...
Added a WARN log message to HttpRequestExecutingMessageHandler.
The warn message will let the user know that the 'extractPayload' attribute is meaningless if the provided 'httpMethod' will not send a request body.
2011-10-15 14:25:42 -04:00
Mark Fisher
ad0ccf5dff
Update version to 2.1.0.BUILD-SNAPSHOT
2011-10-12 15:47:10 -04:00
Mark Fisher
b0793cb3bd
Release version 2.1.0.M2
2011-10-12 15:34:49 -04:00
Mark Fisher
e09a5da3ec
versionless schemas for http and ip modules
2011-10-10 12:49:30 -04:00
Mark Fisher
19bad23055
Setters now expect a Map with Expression values
2011-09-29 13:47:11 -04:00
Mark Fisher
331e503e9d
Removed hardcoded "restTemplate" references.
2011-09-26 07:55:49 -04:00
Gunnar Hillert
b01f987882
INT-2123 - Cleaned up dependencies
...
2 modules still had Spring 3.1 transitive dependencies:
* Spring Integration Redis
* Spring Integration Gemfire
1 module was lacking a Jackson dependency:
* Spring Integration AMQP
2011-09-13 11:55:37 -04:00
Mark Fisher
797b4f39f0
Update version to 2.1.0.BUILD-SNAPSHOT
2011-09-02 18:13:36 -04:00
Mark Fisher
1c49e222db
Release version 2.1.0.M1
2011-09-02 18:04:49 -04:00
Mark Fisher
8dd16104d5
updated template.mf files
2011-09-02 17:23:49 -04:00
Mark Fisher
b4c210691c
polishing
2011-09-02 16:01:37 -04:00
Oleg Zhurakousky
581f21f3eb
INT-1677 changed uriVariables to pathVariables, added parameterMap and parameters as well as HttpEntity to the EvauationContext
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
c07d62dadb
INT-1677 removed requirement for anID, polished schema, added more tests, tested with server
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
a6c85c1dd9
INT-1677 finished the namespace support for payload-expression attribute and header sub-element, added parser test
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
90a5936803
INT-1677 updated 2.1 schema with new 'payload-expression' attribute as well as 'header' element. Polished UriPathHandlerMapping to address comments from the review
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
7b1b273393
INT-1677 added UriPathHandlerMapping to aid ini support of 'path' attribute
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
75b32e1022
INT-1677 fixed thread safety for EvaluatioinContext since it has to be created per request due to the fact that we are adding request data to it
2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
224db99c15
INT-1677 added support for expressions
2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
897bc887a1
INT-1677 work in progress
2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
ff423b1336
INT-1677 polished test
2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
bff8c9a9e6
INT-1677 added initial spell support for extracting Request data
2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
37f25dff40
INT-1677 added initial support for mapping inbound variables to Http Inbound Gateway
2011-09-02 14:08:35 -04:00
Mark Fisher
9a1f72b95a
INT-2099 upgraded to Spring 3.0.6.RELEASE
2011-08-31 16:43:26 -04:00
Mark Fisher
189d047514
INT-2078 valid repositories IDs for Maven 3.0
2011-08-24 20:06:46 -04:00
Mark Fisher
a946f9960a
updated POMs with Spring 3.0.5.RELEASE
2011-08-19 16:17:13 -04:00
Mark Fisher
9597ec3c09
reverted ETag test String escaping
...
see DefaultHttpHeaderMapperFromMessageInboundTests.validateETag()
2011-08-19 16:07:59 -04:00
Mark Fisher
fa502a735b
reverting use of new DefaultConversionService()
...
new DefaultConversionService() -> ConversionServiceFactory.createDefaultConversionService();
2011-08-19 15:40:30 -04:00
Oleg Zhurakousky
1b0a2e85c3
INT-2029 added initial implementation of RedisMessageStore. Upgraded Jackson to version 1.8.3 which is used by spring-data-redis. Regenerated POM files
2011-08-09 09:34:59 -04:00
Oleg Zhurakousky
935cd01d07
INT-1512 changed the type of ID attribute to be xsd:string in all related 2.1 schema files
2011-08-08 23:34:12 -04:00
Oleg Zhurakousky
e4d8edf8d6
INT-2001 polishing, removed unneeded import
2011-08-08 17:33:35 -04:00
Oleg Zhurakousky
17268047f9
INT-2001 updated HTTP module to remove its dependency on deprecated classes in Spring 3.1, fixed ETag test
2011-08-08 17:32:09 -04:00
Oleg Zhurakousky
74817b98fc
INT-2036 added Spring 3.0.5 exclusions for spring-integration-ws and spring-integration-xml in build.gradle. Regenerated POMs
2011-08-08 16:15:52 -04:00
Mark Fisher
3e71b5a83b
INT-2004 added 2.1 versions of all XML schemas and adjusted spring.schemas files accordingly
2011-08-05 11:07:20 -04:00
Mark Fisher
b727868306
INT-2018 added explicit spring-tx dependency in spring-amqp-integration and refined the exclusions
2011-08-05 08:38:54 -04:00
Mark Fisher
6e225847aa
INT-2018 added excludes for spring modules in the spring amqp dependency of spring-integration-amqp
2011-08-04 17:51:25 -04:00
Mark Fisher
c35a79a0e9
INT-2032 migrated 'spring-integration-gemfire' to main branch from sandbox in preparation for 2.1 development
2011-08-04 16:16:13 -04:00
Dave Syer
304e9b2abb
regenerate poms for AMQP changes
2011-08-03 14:38:21 +01:00
Mark Fisher
8cec1e5aa5
INT-2003 added the 'spring-integration-amqp' module
2011-07-22 18:28:37 -04:00
Mark Fisher
f976e697f2
INT-2002 removed the spring-integration-httpinvoker module
2011-07-22 18:08:29 -04:00
Mark Fisher
8b597c1cda
INT-1999 upgraded to Spring Framework 3.1 M2
2011-07-22 18:00:40 -04:00
Mark Fisher
74747fdd8f
INT-1999 updated template.mf files for new 2.1.0 version range
2011-07-22 17:01:33 -04:00
Mark Fisher
46238e555c
INT-1999 updated version to 2.1.0.BUILD-SNAPSHOT and regenerated POMs
2011-07-22 16:59:09 -04:00
Mark Fisher
9a43781973
updated POMs for 2.0.6.BUILD-SNAPSHOT
2011-07-18 18:09:12 -04:00
Mark Fisher
2e605f24c9
updated template.mf files for 2.0.6.BUILD-SNAPSHOT
2011-07-18 18:07:12 -04:00