updated POMs with Spring 3.0.5.RELEASE
reverted ETag test String escaping
reverting use of AnnotationConfigContextLoader
reverting 3.1 BeanDefinitionParserDelegate usage
reverting use of new DefaultConversionService()
build.gradle: Spring 3.1.0.M2 -> 3.0.5.RELEASE
Added Xml schema documentation for the attribute charset (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute filename-generator (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute filter (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute delete-files (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute delete-files (2.0 and 2.1 Schema)
Added Xml schema documentation for the elements: locker, nio-locker (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute: reply-channel (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute: reply-channel (2.0 and 2.1 Schema)
Fixed Xml schema documentation for the elements: locker, nio-locker (2.0 and 2.1 Schema)
Fixed Xml schema documentation for the elements: outbound-channel-adapter, outbound-gateway (2.0 and 2.1 Schema)
Documentation was missing for the "directory" attribute on complexType name="outboundFileBaseType" (2.0 and 2.1 Schema)
Documentation was missing for the "request-channel" attribute on element "outbound-gateway" (2.0 and 2.1 Schema)
Documentation was missing for the "request-channel" attribute on element "outbound-gateway" (2.0 and 2.1 Schema)
Final round of fixes. Every attribute and element now has documentation in the 2.0 and 2.1 xml schema
* INT-2061:
INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.0.xsd
INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.1.xsd
The test is verifying at least one more poll is executed after capturing
the initial poll count. However we only did one receive and relying on
luck that another poll happened in the interim. Changed to do 2 receives.
INT-2030 polished RedisMessageGroup
1. simplified size() method to simply return the sum of sizes from marked and unmarked
2. removed System,out.println
3. added more assertions to tests
4. cosmetic changes
1. simplified size() method to simply return the sum of sizes from marked and unmarked
2. removed System,out.println
3. added more assertions to tests
4. cosmetic changes