3856 Commits (daa074734fbf1278c85156685c99c977fdf5e21f)
 

Author SHA1 Message Date
Juergen Hoeller cbab6fa59f reduced BeanDefinition footprint by initializing Sets and Maps with 0 14 years ago
Juergen Hoeller b7b2a25953 fixed ApplicationContext event processing for repeated invocations to non-singleton listener beans (SPR-7563) 14 years ago
Juergen Hoeller d9b54a524d revised "ClassUtils.isAssignable" semantics to cover primitives vs wrappers in both directions (SPR-7610) 14 years ago
Oliver Gierke 9008e08171 SPR-7651 - Document limitations of @Async. 14 years ago
Oliver Gierke eb0990b37e Formatting for scheduling.xml. 14 years ago
Oliver Gierke 1fc6de0403 SPR-7609 - Fixed typos in JMS documentation. 14 years ago
Oliver Gierke b467f2c858 SPR-7602 - Correctly shutdown Derby >= 10.6 14 years ago
Juergen Hoeller e211c09065 fixed exists() check for resources in zipped files (SPR-7559) 14 years ago
Juergen Hoeller f88f69e700 AspectJExpressionPointcut uses bean ClassLoader for initializing the AspectJ pointcut parser (SPR-7570) 14 years ago
Juergen Hoeller eda6268d9d fixed findPlaceholderEndIndex to work with a custom suffix as well (SPR-7574) 14 years ago
Juergen Hoeller 668207d59d fixed Portlet UnavailableException tests (SPR-7542) 14 years ago
Juergen Hoeller 803b336354 fixed Portlet UnavailableException tests (SPR-7542) 14 years ago
Juergen Hoeller 4c154d3cab AnnotationSessionFactoryBean's "postProcessConfiguration" is non-final now (because of Hibernate 3.6; SPR-7581) 14 years ago
Juergen Hoeller 7ad191c912 made ResourceHttpRequestHandlerTests more reliable (SPR-7565) 14 years ago
Arjen Poutsma 70cb81b4b5 SPR-7591 - HttpStatusCodeException should contain response body 14 years ago
Costin Leau 6e516b7281 SPR-6819 14 years ago
Jeremy Grelle aab05c4da9 Minor correction to doc updates made as part of SPR-7545 - "cache-period" attribute was incorrectly documented as "cache-seconds". 14 years ago
Chris Beams 562747ef41 Review recent documentation and default servlet changes 14 years ago
Oliver Gierke c1d2c36f32 SPR-7443 - Mentioned @ConstructorProperties in doc 14 years ago
Oliver Gierke e8b9c6d5ff SPR-7443 - Constructor arg resolution by name (doc) 14 years ago
Thomas Risberg b2b195e2cf changed the access of the "reconcileColumnsToUse" and "reconcileParameters" methods to protected (SPR-7556) 14 years ago
Oliver Gierke 2c559aa8c8 SPR-7537 - Document proxying for MVC controllers 14 years ago
Juergen Hoeller bf90a2ddb6 DispatcherPortlet throws custom NoHandlerFoundException instead of misleading UnavailableException (SPR-7542) 14 years ago
Juergen Hoeller a3f155220b UriTemplate is serializable now (SPR-7541) 14 years ago
Juergen Hoeller 6d4faa6c52 ApplicationContext registers context-specific ClassArrayEditor for its bean ClassLoader (SPR-1461) 14 years ago
Jeremy Grelle d8ecc76d4c SPR-7545 - Reference documentation now reflects the final state of the ResourceHttpRequestHandler and references the DefaultServletHttpRequestHandler properly. 14 years ago
Chris Beams 05bcc4028d Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547) 14 years ago
Jeremy Grelle 334a294e2a SPR-7553 - DefaultServletHttpRequestHandler fails on Google App Engine 14 years ago
Chris Beams 99f7142e3f Add @Ignored repro test for SPR-7538 14 years ago
Juergen Hoeller aa54518e2e final preparations for 3.0.5 14 years ago
Juergen Hoeller c2dab9c200 EmbeddedDatabaseFactory shuts down database when failing to populate it in initDatabase (SPR-7536) 14 years ago
Juergen Hoeller 609f91e1b4 final preparations for 3.0.5 14 years ago
Juergen Hoeller 87e7258c9a polishing 14 years ago
Juergen Hoeller 134e79c0fd clearly document behavior with respect to beans of same name at different factory levels (SPR-6117) 14 years ago
Chris Beams 08fb61316d Comment xsd-config-setup doc pending overhaul (SPR-7521) 14 years ago
Chris Beams 4b89069cab Polish whitespace in docs 14 years ago
Juergen Hoeller 5f2d88f74a polishing 14 years ago
Juergen Hoeller 53692a79e2 polishing 14 years ago
Juergen Hoeller b07a7be262 expression parser stuff 14 years ago
Juergen Hoeller 7a42ff16ac polishing 14 years ago
Juergen Hoeller f848e5081d updated version statement in javadoc 14 years ago
Juergen Hoeller 91a53a36ec LocalSessionFactoryBean's "entityCacheStrategies" works with region names on Hibernate 3.6 as well 14 years ago
Thomas Risberg 1247d2085b Polished the support for looking up column values by column label (SPR-7506) 14 years ago
Thomas Risberg 90636f66a8 Added support for looking up column values by column label to support CachedRowSetImpl which doesn't allow for column label use (SPR-7506); added some generics; 14 years ago
Juergen Hoeller c33df5977a pass full TypeDescriptor context through to ConversionService calls (SPR-7519) 14 years ago
Chris Beams 6f69b7b752 Allow class-relative resource loading in GenericXmlApplicationContext (SPR-7530) 14 years ago
Juergen Hoeller 912d349366 @MVC fixes 14 years ago
Juergen Hoeller 284f98f12a fixed @MVC processing of parameter-level annotations to work with interface-based proxies again (SPR-7483) 14 years ago
Juergen Hoeller 907febd86e revised @RequestParam processing to support CSV-to-array/collection binding with ConversionService (SPR-7479) 14 years ago
Arjen Poutsma af7203b839 Added XMLEventStreamWriter 14 years ago