8674 Commits (6ad79e03c615d7dca2ab4b2ae7bf8ba6881448bc)
 

Author SHA1 Message Date
Rossen Stoyanchev 6ad79e03c6 Create SockJS ThreadPoolTaskScheduler extension 11 years ago
Rossen Stoyanchev 3ed9885dc5 Merge SockJS client-related changes 11 years ago
Rossen Stoyanchev 1e342e4dbf Use SimpleAsyncTaskExecutor in WebSocketClient impls 11 years ago
Rossen Stoyanchev 5d2e6f6d4c Prevent unbounded retention of cancelled SockJS tasks 11 years ago
Rossen Stoyanchev fcf6ae8328 Fix concurrency issues in SockJS session impls 11 years ago
Rossen Stoyanchev e82df99a22 Add SockJS client 11 years ago
Rossen Stoyanchev dc1d85d045 Support registering Filters in WebSocket test servers 11 years ago
Rossen Stoyanchev c14ba1a0ff Add SockJsFrameType enum 11 years ago
Rossen Stoyanchev c86f711de5 Polish SockJsFrame 11 years ago
Juergen Hoeller b6255128bf ConfigurationClassPostProcessor skips pre-processed bean definitions now (avoiding side effects in case of multiple CCPPs) 11 years ago
Juergen Hoeller d239016a8c UriComponentBuilder allows for multiple independent build() calls on same builder instance 11 years ago
Juergen Hoeller f966bf683c Explicitly mention BeanPostProcessor declaration requirements with @Bean methods 11 years ago
Juergen Hoeller 779ca99f38 SelectTag consistently checks specified 'multiple' attribute now, never falling back to forceMultiple in case of user-provided value 11 years ago
Sam Brannen b4e16eacc5 Require JUnit 4.9 or higher in the TCF 11 years ago
Juergen Hoeller 2d892da641 FrameworkPortlet exposes local PortletRequestAttributes in case of pre-bound ServletRequestAttributes as well 11 years ago
Juergen Hoeller 938a2846c8 Avoid pattern matching in isCglibRenamedMethod as far as possible (for performance reasons) 11 years ago
Juergen Hoeller d6635802c4 TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type 11 years ago
Juergen Hoeller a6f3f101e4 Preparations for eventual removal of ParameterizedRowMapper along with SimpleJdbcTemplate 11 years ago
Brian Clozel 13c4a0396d Refactor VersionResourceResolver in strategies 11 years ago
Juergen Hoeller 18131bf611 Consistent declaration of private static final logger variables 11 years ago
Juergen Hoeller 2c0c081bbb AnnotationUtils defensively catches and logs unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) 11 years ago
Juergen Hoeller fd809cd18e AnnotationUtils defensively catches unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) 11 years ago
Sam Brannen f1517f03ff Delete remaining SimpleJdbcTemplate usage 11 years ago
Sam Brannen 0c1249fe42 Introduce repeatable @Sql tests 11 years ago
Sam Brannen abdb010fc8 Rename SQL script annotations in the TCF 11 years ago
Juergen Hoeller d801f9da89 ResourceUtils isFileURL detects "vfsfile" as a file system protocol (again) 11 years ago
Juergen Hoeller dfc370c368 PathMatchingResourcePatternResolver's findPathMatchingResources needs to check for VFS before checking isJarResource 11 years ago
Juergen Hoeller 03f3412434 WebSphereUowTransactionManager exposes SmartTransactionObject 11 years ago
Juergen Hoeller 6f68b034ca MBeanExportConfiguration's SpecificPlatform properly calls afterPropertiesSet 11 years ago
Juergen Hoeller ab5aea5a13 Defensively check javaUtilOptionalEmpty 11 years ago
Juergen Hoeller bc1f19ce18 Defensively check javaUtilOptionalEmpty 11 years ago
Brian Clozel cff36d68b1 update documentation with latest forum infos 11 years ago
Juergen Hoeller ef25b9e7af ObjectToOptionalConverter needs to be marked as @UsesJava8 11 years ago
Juergen Hoeller 88eabe874c Latest dependency updates (Jackson 2.4, Jetty 9.2.1, H2 1.4.178, Apache HttpClient 4.3.4) 11 years ago
Rossen Stoyanchev bb4a9cca1b Add suppress warning in SettableListenableFuture 11 years ago
Rossen Stoyanchev cf9d519e97 Merge pull request #504 from matsev/SPR-11614 11 years ago
Rossen Stoyanchev 0640a32863 Revise SettableListenableFuture implementation 11 years ago
Mattias Severson 38b525aa9e Created SettableListenableFuture with tests 11 years ago
Rossen Stoyanchev 0dc6082b01 Support java.util.Optional for @MVC named value args 11 years ago
Stephane Nicoll c2356e57c8 Merge pull request #562 from hengyunabc/master 11 years ago
hengyunabc 4d328d6188 Improve StringUtils#trimAllWhitespace 11 years ago
Sam Brannen 98a224fed9 Update Eclipse import script regarding AJDT 11 years ago
Brian Clozel 72baa9bf27 Ignore external resources in CssLinkResourceTransormer 11 years ago
Brian Clozel e18e44980d Upgrade to Groovy 2.3.3 11 years ago
Rossen Stoyanchev 9f4d4d1829 Check X-Forwarded-Host in ServletUriComponentsBuilder 11 years ago
Rossen Stoyanchev c809143cc4 Upgrade to Undertow 1.0.15 and fix failing test 11 years ago
Brian Clozel d746e3fbfa Rollback AntPathMatcher behavior for ".*" comparisons 11 years ago
Rossen Stoyanchev ce0473f926 Further encapsulate AntPatternComparator$PatternInfo 11 years ago
Brian Clozel f829cd1b35 Fix "**" precedence in AntPathMatcher comparator 11 years ago
Brian Clozel 80a16c6d10 PathMatching options:configure all HandlerMappings 11 years ago