8104 Commits (bcde955ec996510d41b83e05d06d1c007e152f94)
 

Author SHA1 Message Date
Juergen Hoeller 994efe45fd Prevented potential infinite recursion in hashCode/equals 11 years ago
Juergen Hoeller 6183683041 Fixed typos 11 years ago
Juergen Hoeller 74c679eb2f Polishing 11 years ago
Juergen Hoeller 479d073f1b Adapted orm.hibernate4 and HibernateJpaVendorAdapter to avoid deprecation warnings on Hibernate 4.3 final 11 years ago
Rossen Stoyanchev ff92f5af57 Fix typo 11 years ago
Juergen Hoeller 2a3ca619f9 Polishing 11 years ago
Juergen Hoeller 23546b1234 Moved AnnotationBeanNameGenerator's String value check right before cast 11 years ago
Juergen Hoeller 078d2fe0e2 Added current version information to SpringAsmInfo's javadoc 11 years ago
Juergen Hoeller 105e176a80 Fixed @Bean meta-annotation detection when using ASM 11 years ago
Juergen Hoeller 61a3d04e91 Set scoped proxy role to same role as target definition 11 years ago
Juergen Hoeller e2f85fc1d0 Defensively detect non-empty String fields in @Scheduled 11 years ago
Juergen Hoeller b6970d3504 Removed obsolete JBoss 5.x support code from JBossLoadTimeWeaver 11 years ago
Juergen Hoeller 8a3b4c69c8 Fixed primitive type assignability in BeanUtils.copyProperties 11 years ago
Sam Brannen 9eb58b9596 Polish Javadoc for ScopedProxyMode 11 years ago
Sam Brannen 1c04dcbe17 Update readme.txt with current links 11 years ago
Sam Brannen 0b6bd46863 Polish reference manual 11 years ago
Sam Brannen f199d5187b Polish reference manual 11 years ago
Spring Buildmaster 569fbc9f39 Next development version 11 years ago
Phillip Webb 421292acf4 Final documentation polish before 4.0 11 years ago
Rossen Stoyanchev e637418010 Update stomp/websocket documentation 11 years ago
Rossen Stoyanchev f36863947d Update STOMP/WebSocket documentation 11 years ago
Juergen Hoeller 50b8a53415 What's New overhaul 11 years ago
Juergen Hoeller ca194261a4 Removed support for JBoss AS 5's VFS variant (since we require JBoss AS 6+ now) 11 years ago
Juergen Hoeller 21f680c861 Deprecated DefaultKeyGenerator 11 years ago
Sam Brannen 6ee725031c Document meta-annotation support in the TCF 11 years ago
Sam Brannen 341854fb56 Revised wording around “new in 3.2” 11 years ago
Sam Brannen 48ecf0af57 Do not format TestContext unless referring to class 11 years ago
Brian Clozel a9a20e297b changed Sun references and links to Oracle 11 years ago
Sam Brannen a83fb13fc4 Add Testing Improvements section to reference manual 11 years ago
Juergen Hoeller a3a43448d1 Polishing 11 years ago
Phillip Webb b085ec90b2 Replace references to VMware with Pivotal 11 years ago
Juergen Hoeller aa6e6c1349 Polishing 11 years ago
Juergen Hoeller 106a973a4d Prevent early FactoryBean creation for type checking purposes when coming from a factory method on yet another bean (e.g. from a configuration class) 11 years ago
Phillip Webb b124066d63 Add What's new in 4.0 to reference documentation 11 years ago
Brian Clozel 309fe9ceb1 Document MVC concepts introduced in Spring 4.0 11 years ago
Rossen Stoyanchev 01a78bbbac Add WebSocket reference documentation 11 years ago
Brian Clozel 0a52c86559 Clean MVC reference documentation 11 years ago
Phillip Webb d6b4d92eed Clean reference docs and prepare for Spring 4 11 years ago
Brian Clozel 8b48ba2af3 Remove the What's new in Spring 3 from docs 11 years ago
Phillip Webb 7e1e99d272 Extract appendix from main index.adoc 11 years ago
Juergen Hoeller bc5affa79a Made BeanUtils.copyProperties defensive about property type mismatches 11 years ago
Rossen Stoyanchev 92dad1849f Rename @[Path/Destination]Variable in spring-messaging 11 years ago
Juergen Hoeller a9605a11e9 "acceptExisting" flag allows for sharing per cacheManagerName on EhCache 2.5+ 11 years ago
Juergen Hoeller 9c157ea073 DispatcherPortlet never uses a resource forward on Liferay 11 years ago
Juergen Hoeller 8d6d6be39a MBean registration happens in a fully synchronized fashion for consistent results 11 years ago
Juergen Hoeller 1b4e02b178 RequiredAnnotationBeanPostProcessor skips factory-bean definitions 11 years ago
Juergen Hoeller 161819f141 Component scanning ignores attributes and meta-annotations on non-public annotations 11 years ago
Sam Brannen a223e247c2 Document meta-annotation support in the TCF 11 years ago
Juergen Hoeller 9fbb57c3ec Fixed CGLIB class validation to not raising warning for static final methods 11 years ago
Juergen Hoeller 3ff3805ed6 Fixed extractOutputParameters to properly extract ResultSet in all cases 11 years ago