8684 Commits (50b21d061f66289df97de396069c19b5cd0bb073)
 

Author SHA1 Message Date
Sam Brannen 50b21d061f Add TODO for fate of Hibernate JPA integration tests 12 years ago
Sam Brannen 158cb346a5 Re-enable OpenJPA + AspectJ tests 12 years ago
Sam Brannen e73b8b31f8 Delete accidental call to System.err 12 years ago
Juergen Hoeller 8ea0d8eea1 Latest dependency updates (AspectJ 1.8.1, Reactor 1.1.2, Tomcat 8.0.9, Jackson 2.4.1, JAMon 2.76) 12 years ago
Juergen Hoeller cc917de24d Polishing 12 years ago
Juergen Hoeller b3e3c5312f Introduced AnnotationConfigRegistry as common interface for AnnotationConfig(Web)ApplicationContext 12 years ago
Juergen Hoeller 591f79514d Spring's default JPA persistence unit exposes package metadata as well (currently only supported with Hibernate) 12 years ago
Brian Clozel 9919a98231 HttpHeaders fails getAllow if set to EmptyCollection 12 years ago
Rossen Stoyanchev 0f47732523 Fix failing test 12 years ago
Sam Brannen 502022acca Delete test annotations in spring-orm 12 years ago
Rossen Stoyanchev 6ad79e03c6 Create SockJS ThreadPoolTaskScheduler extension 12 years ago
Rossen Stoyanchev 3ed9885dc5 Merge SockJS client-related changes 12 years ago
Rossen Stoyanchev 1e342e4dbf Use SimpleAsyncTaskExecutor in WebSocketClient impls 12 years ago
Rossen Stoyanchev 5d2e6f6d4c Prevent unbounded retention of cancelled SockJS tasks 12 years ago
Rossen Stoyanchev fcf6ae8328 Fix concurrency issues in SockJS session impls 12 years ago
Rossen Stoyanchev e82df99a22 Add SockJS client 12 years ago
Rossen Stoyanchev dc1d85d045 Support registering Filters in WebSocket test servers 12 years ago
Rossen Stoyanchev c14ba1a0ff Add SockJsFrameType enum 12 years ago
Rossen Stoyanchev c86f711de5 Polish SockJsFrame 12 years ago
Juergen Hoeller b6255128bf ConfigurationClassPostProcessor skips pre-processed bean definitions now (avoiding side effects in case of multiple CCPPs) 12 years ago
Juergen Hoeller d239016a8c UriComponentBuilder allows for multiple independent build() calls on same builder instance 12 years ago
Juergen Hoeller f966bf683c Explicitly mention BeanPostProcessor declaration requirements with @Bean methods 12 years ago
Juergen Hoeller 779ca99f38 SelectTag consistently checks specified 'multiple' attribute now, never falling back to forceMultiple in case of user-provided value 12 years ago
Sam Brannen b4e16eacc5 Require JUnit 4.9 or higher in the TCF 12 years ago
Juergen Hoeller 2d892da641 FrameworkPortlet exposes local PortletRequestAttributes in case of pre-bound ServletRequestAttributes as well 12 years ago
Juergen Hoeller 938a2846c8 Avoid pattern matching in isCglibRenamedMethod as far as possible (for performance reasons) 12 years ago
Juergen Hoeller d6635802c4 TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type 12 years ago
Juergen Hoeller a6f3f101e4 Preparations for eventual removal of ParameterizedRowMapper along with SimpleJdbcTemplate 12 years ago
Brian Clozel 13c4a0396d Refactor VersionResourceResolver in strategies 12 years ago
Juergen Hoeller 18131bf611 Consistent declaration of private static final logger variables 12 years ago
Juergen Hoeller 2c0c081bbb AnnotationUtils defensively catches and logs unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) 12 years ago
Juergen Hoeller fd809cd18e AnnotationUtils defensively catches unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) 12 years ago
Sam Brannen f1517f03ff Delete remaining SimpleJdbcTemplate usage 12 years ago
Sam Brannen 0c1249fe42 Introduce repeatable @Sql tests 12 years ago
Sam Brannen abdb010fc8 Rename SQL script annotations in the TCF 12 years ago
Juergen Hoeller d801f9da89 ResourceUtils isFileURL detects "vfsfile" as a file system protocol (again) 12 years ago
Juergen Hoeller dfc370c368 PathMatchingResourcePatternResolver's findPathMatchingResources needs to check for VFS before checking isJarResource 12 years ago
Juergen Hoeller 03f3412434 WebSphereUowTransactionManager exposes SmartTransactionObject 12 years ago
Juergen Hoeller 6f68b034ca MBeanExportConfiguration's SpecificPlatform properly calls afterPropertiesSet 12 years ago
Juergen Hoeller ab5aea5a13 Defensively check javaUtilOptionalEmpty 12 years ago
Juergen Hoeller bc1f19ce18 Defensively check javaUtilOptionalEmpty 12 years ago
Brian Clozel cff36d68b1 update documentation with latest forum infos 12 years ago
Juergen Hoeller ef25b9e7af ObjectToOptionalConverter needs to be marked as @UsesJava8 12 years ago
Juergen Hoeller 88eabe874c Latest dependency updates (Jackson 2.4, Jetty 9.2.1, H2 1.4.178, Apache HttpClient 4.3.4) 12 years ago
Rossen Stoyanchev bb4a9cca1b Add suppress warning in SettableListenableFuture 12 years ago
Rossen Stoyanchev cf9d519e97 Merge pull request #504 from matsev/SPR-11614 12 years ago
Rossen Stoyanchev 0640a32863 Revise SettableListenableFuture implementation 12 years ago
Mattias Severson 38b525aa9e Created SettableListenableFuture with tests 12 years ago
Rossen Stoyanchev 0dc6082b01 Support java.util.Optional for @MVC named value args 12 years ago
Stephane Nicoll c2356e57c8 Merge pull request #562 from hengyunabc/master 12 years ago