100 Commits (5859649af7180d63f000b42c75a5b557063dca2e)

Author SHA1 Message Date
Juergen Hoeller b979d8d548 Polishing along with SPR-10301 12 years ago
Juergen Hoeller 0d69a630ad DefaultJdoDialect supports the JDO 2.2+ isolation level feature out of the box 12 years ago
Juergen Hoeller 5334ac59f6 "packagesToScan" feature for Hibernate 3 and Hibernate 4 detects annotated packages as well 12 years ago
Sam Brannen 220d2311c7 Polish documentation in Hibernate support classes 12 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 12 years ago
Juergen Hoeller 8f103c2ea1 Introduced NoUniqueBeanDefinitionException as a dedicated subclass of NoSuchBeanDefinitionException 12 years ago
Juergen Hoeller 1a929f22e0 EntityManagerFactoryUtils finds default EntityManagerFactory in parent contexts as well 12 years ago
Juergen Hoeller 10dceb182e Marked LocalCacheProviderProxy as deprecated (following Hibernate 3.3.'s CacheProvider deprecation) 12 years ago
Chris Beams 70eaf02b7f Revert "Merge branch 'SPR-10130' into cleanup-master" 12 years ago
Chris Beams b2a048b6f3 Update Apache license headers for affected sources 12 years ago
Chris Beams 3b40ce76bf Add @Override annotations to main sources 12 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 12 years ago
Chris Beams 4c7cafbde6 Fix "unnecessary @SuppressWarnings" warnings 12 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 12 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 12 years ago
Phillip Webb 731d5be644 Fix warnings due to unused import statements 12 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 12 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 12 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 12 years ago
Juergen Hoeller b9df7d68d9 Consistent fine-tuning of synchronized and concurrent data structures 12 years ago
Chris Beams f26534700a Eliminate all Javadoc warnings 12 years ago
Juergen Hoeller 184361a096 Transaction timeouts for JPA translate to "javax.persistence.query.timeout" only (for EclipseLink compatibility) 12 years ago
Juergen Hoeller 4e443da7ae Officially deprecated Apache iBATIS support in favor of native Spring support in Mybatis (http://code.google.com/p/mybatis/) 12 years ago
Rob Winch d7bf56df49 Remove reflection usage in orm.hibernate4.* 12 years ago
Juergen Hoeller d6e1a4a26a LocalDataSourceConnectionProvider checks against SmartDataSource before closing a Connection 12 years ago
Juergen Hoeller 4ff765446e Added "jtaDataSource" property to JPA LocalContainerEntityManagerFactoryBean (for default units) 12 years ago
Rossen Stoyanchev 5d04ef4c4a Support selective filtering of error dispatches 12 years ago
Rossen Stoyanchev d952da2338 Polish (minor) async support in filters 12 years ago
Rossen Stoyanchev f036ed639f Polish (major) MVC async processing interceptors 12 years ago
Juergen Hoeller d7e2de019f Mention matching bean names in exception message in case of non-unique EntityManagerFactory lookup 12 years ago
Juergen Hoeller efd872e35a JPA persistence.xml files may use jar-file entries relative to the unit root (as per the JPA spec) 12 years ago
Juergen Hoeller fe16334dd4 Hibernate 4 LocalSessionFactoryBuilder sets thread context ClassLoader (for JBoss 7 compatibility) 12 years ago
Rossen Stoyanchev 57c36dd395 Add interceptors for async processing 12 years ago
Rossen Stoyanchev 97f97c4e9f Polish async support 12 years ago
Juergen Hoeller f32e4077fa same-named unit from persistence.xml overrides in case of conflict with default unit 12 years ago
Rossen Stoyanchev 6e85dd8917 Polish async request processing 12 years ago
Rossen Stoyanchev 4f55518290 Update remaining filter with async support 12 years ago
Rossen Stoyanchev cdab04a032 Set timeout value and task executor per async request 12 years ago
Rossen Stoyanchev 529e62921d Refactor Servlet 3 async support 12 years ago
Rossen Stoyanchev 5a365074c2 Fix issue with failing test from previous commit 12 years ago
Rossen Stoyanchev 6cc512b51c Ensure async Callables are in sync with the call stack 12 years ago
Juergen Hoeller dda3197c77 added "jtaTransactionManager" property to Hibernate 4 LocalSessionFactoryBean/Builder 12 years ago
Rossen Stoyanchev 6cca57afd3 Exception for OSIV deferred close with async requests 13 years ago
Rossen Stoyanchev e7506b50b2 HanderInterceptor and OSIV async request changes 13 years ago
Stevo Slavic effb762558 Fix javadoc warnings 13 years ago
Chris Beams e3f544904c Fix warnings in LocalSessionFactoryBean 13 years ago
Chris Beams 045c97f75e Support automatic Hibernate dialect detection 13 years ago
Chris Beams 02a4473c62 Rename modules {org.springframework.*=>spring-*} 13 years ago