56 Commits (56dfcd153e1648f8ce023f0becc02cd2c5a8fbcc)

Author SHA1 Message Date
Juergen Hoeller 393cfcff40 Cache InjectionMetadata per bean name instead of per Class 13 years ago
Juergen Hoeller 85c9ed005d Fixed misunderstanding with respect to excludeUnlistedClasses default in JPA 2.0 13 years ago
Nick Williams 7ad540d97b Parse JPA <exclude-unlisted-classes> correctly 13 years ago
Oliver Gierke b552c6e1d8 Fixed potential NPE in SharedEntityManagerCreator 13 years ago
Juergen Hoeller 9caa514c69 Removed deprecated JpaTemplate and JpaInterceptor classes; dropped unused EntityManager(Factory)Plus mechanism 13 years ago
Juergen Hoeller 7ceb02257e Removed deprecated JdoTemplate and JdoInterceptor classes; formally requiring JDO 3.0+ now 13 years ago
Juergen Hoeller cc0ea4a824 Removed deprecated saveOrUpdateAll method from HibernateOperations 13 years ago
Juergen Hoeller 9f9dc34b53 No @Override annotations for JPA 2.1 methods since we're building against JPA 2.0 13 years ago
Juergen Hoeller ff160f9aeb JPA 2.1 support, in particular for SynchronizationType.UNSYNCHRONIZED 13 years ago
Juergen Hoeller ceb9a05ecb General JPA 2.0+ requirement; upgraded build and tests to EclipseLink 2.4, OpenJPA 2.2, Hibernate 3.6 13 years ago
Juergen Hoeller 30a9dad5fe Removed iBATIS SQL Maps support 13 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 13 years ago
Sam Brannen c0e4387cbc Fix JIRA issue number in @Ignore comments 13 years ago
Juergen Hoeller b979d8d548 Polishing along with SPR-10301 13 years ago
Juergen Hoeller 0d69a630ad DefaultJdoDialect supports the JDO 2.2+ isolation level feature out of the box 13 years ago
Chris Beams 9c2b5b2406 Update @Ignore'd JPA+AspectJ tests 13 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 13 years ago
Phillip Webb 6a1e841952 Fix unused type compiler warnings 13 years ago
Phillip Webb ee1ddc90ec Replace EasyMock with Mockito in spring-orm 13 years ago
Chris Beams 15e9fe638c Remove duplicate test resources 13 years ago
Phillip Webb 42b5d6dd7e Remove duplicate test classes 13 years ago
Phillip Webb 6626a38730 Fix [deprecation] compiler warnings 13 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 13 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 13 years ago
Chris Beams 4d97ff2479 Fix [dep-ann] warnings with @Deprecated 13 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 13 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 13 years ago
Phillip Webb 731d5be644 Fix warnings due to unused import statements 13 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 13 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 13 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 13 years ago
Sam Brannen 31dfffde52 Update TODOs with new JIRA issue 13 years ago
Sam Brannen 025d111efc Re-enable and document @Ignore'd tests 13 years ago
Juergen Hoeller 4e442471e1 Hibernate 3 support builds against standard Hibernate 3.3.2.GA artifact from Maven 13 years ago
Rob Winch 149e6f6425 polish web.Mock* classpath 13 years ago
Rossen Stoyanchev d701464517 Add onTimeout/onCompletion callbacks to DeferredResult 14 years ago
Sam Brannen 591aa01741 Configurable locales in MockHttpServletRequest 14 years ago
Rossen Stoyanchev f036ed639f Polish (major) MVC async processing interceptors 14 years ago
Juergen Hoeller 1a6940dd05 Fixed test failure on CI server (classpath search failing for some reason) 14 years ago
Juergen Hoeller efd872e35a JPA persistence.xml files may use jar-file entries relative to the unit root (as per the JPA spec) 14 years ago
Rossen Stoyanchev 7513e2124a Sync up MockHttpServletResponse copies in test sources 14 years ago
Rossen Stoyanchev 4566db82f5 Polish MockFilterChain 14 years ago
Rossen Stoyanchev 57c36dd395 Add interceptors for async processing 14 years ago
Rossen Stoyanchev 97f97c4e9f Polish async support 14 years ago
Rossen Stoyanchev 6e85dd8917 Polish async request processing 14 years ago
Rob Winch c92a06f003 Support Filters/Servlet invocation in MockFilterChain 14 years ago
Rossen Stoyanchev 4f55518290 Update remaining filter with async support 14 years ago
Sam Brannen 3b9833c538 Update MockHttpSession across the test suite 14 years ago
Rossen Stoyanchev 529e62921d Refactor Servlet 3 async support 14 years ago
Sam Brannen 37dc211f58 Support named dispatchers in MockServletContext 14 years ago