5046 Commits (66bc214a79da1bcae850fc80fae7af2b1b912822)
 

Author SHA1 Message Date
Rossen Stoyanchev 66bc214a79 Replace spaces with tabs 13 years ago
Chris Beams 45ad183331 Consider security in ClassUtils#getMostSpecificMethod 13 years ago
Rossen Stoyanchev 21aed042ea Minor polish in WebMvcConfigurationSupport 13 years ago
Chris Beams f1ecd1ca2a Detect overridden boolean getters in ExtendedBeanInfo 13 years ago
Chris Beams c1df51a3b4 Polish ExtendedBeanInfoTests 13 years ago
Arjen Poutsma edc80ffa95 Use request contentType/encoding in ServletServetHttpRequest/Response 13 years ago
Chris Beams ff44c9132c Upgrade Hibernate from 4.0.0.CR7=>4.1.0.Final 13 years ago
Juergen Hoeller 0db257cbe3 restored preference for covariant return type if applicable 13 years ago
Juergen Hoeller 35c2869875 INSTANCE constant should be marked as final (SPR-9101) 13 years ago
Juergen Hoeller c931eaa436 documentation fixes (SPR-9025, SPR-9027) 13 years ago
Juergen Hoeller 357a5193b7 added reference documentation to IntelliJ project 13 years ago
Juergen Hoeller e4f2cfe39e Provider injection etc 13 years ago
Juergen Hoeller 4aa8b96687 write method parameter type preferred over read method parameter type for property conversion (fixing regression; SPR-8964) 13 years ago
Juergen Hoeller 17bbc623c1 optimized converter lookup to avoid contention in JDK proxy check (SPR-9084) 13 years ago
Juergen Hoeller c55362c35e Provider injection works with generically typed collections of beans as well (SPR-9030) 13 years ago
Juergen Hoeller 9a61f36d3d removed optional javax.validation.spi dependency (SPR-8973) 13 years ago
Juergen Hoeller 95e3f486b5 fixed SpringValidatorAdapter regression to return correct error codes for class-level constraints (SPR-8958) 13 years ago
Juergen Hoeller 2a0714b41c converted EmptyResultDataAccessException preserves JPA NoResultException as root cause (SPR-9041) 13 years ago
Juergen Hoeller efd2783dd1 restored JBossLoadTimeWeaver compability with JBoss AS 5.1 (SPR-9065) 13 years ago
jhoeller 5b18fc44ce Merge pull request #16 from cbeams/SPR-8954 13 years ago
Rossen Stoyanchev 4f4a2e7fc7 Update documentation with regards to differences between @MVC 3.0/3.1 13 years ago
Chris Beams bf541db5b0 Refactor to consistent use of AnnotationAttributes 13 years ago
Chris Beams d9f7fdd120 Support reading nested annotations via ASM 13 years ago
Juergen Hoeller 905d17d444 LocalContainerEntityManagerFactoryBean etc 13 years ago
Juergen Hoeller 62e5b9da04 LocalContainerEntityManagerFactoryBean's "persistenceUnitName" applies to "packagesToScan" as well; DefaultPersistenceUnitManager uses containing jar as persistence unit root URL for default unit (SPR-8832) 13 years ago
Juergen Hoeller f367619b0c added "durability" and "description" properties to JobDetailFactoryBean (SPR-9080) 13 years ago
Juergen Hoeller afa4bb3f1b fixed javadoc link (SPR-9089) 13 years ago
Juergen Hoeller f8238f5243 Servlet/PortletContextResource's "isReadable()" implementation returns false for directories (SPR-9067) 13 years ago
Arjen Poutsma 7a170e8005 Updated IntelliJ project for JUnit 4.9.0 13 years ago
Arjen Poutsma 3ec78e2c04 SPR-9093: UriTemplate not throwing IllegalArgumentException when URIVariables map missing values 13 years ago
Rossen Stoyanchev a3bb3769ba Tighten FlashMapManager for use with alternative storage options 13 years ago
Chris Beams 598b125bb2 Merge pull request #27 from trisberg/parameter-parsing 13 years ago
Thomas Risberg 9fb6e2313c Fix single quote parsing in NamedParameterUtils 13 years ago
Chris Beams ff84419f4d Merge pull request #26 from trisberg/improved-RDP 13 years ago
Thomas Risberg 2ffa4725cd Allow SELECT statements in ResourceDatabasePopulator 13 years ago
Chris Beams 025b8abfaf Allow ACI classes access to servlet context params 13 years ago
Chris Beams 856b77bc31 Optimize ApplicationContextInitializer handling 13 years ago
Chris Beams a9451d11f6 Relax -aspects dependence on -test (compile=>test) 13 years ago
Rossen Stoyanchev 871336a8c8 Better support for @SessionAttributes in clustered environments 13 years ago
Chris Beams 81e25b91c2 Respect @Configuration(value) for @Imported classes 13 years ago
Rossen Stoyanchev 6e5cc53fc9 SPR-9085 Correct typo. 13 years ago
Chris Beams 17cf465d23 Fix method equality bug in ExtendedBeanInfo 13 years ago
Chris Beams f3f73f0e32 Check original beanClass in #isFactoryBean calls 13 years ago
Rossen Stoyanchev 010abd06e3 SPR-9077 Remove empty path segments from input to UriComponentsBuilder. 13 years ago
Rossen Stoyanchev 8530828eb4 SPR-9076 Add normalize() method to UriComponents. 13 years ago
Rossen Stoyanchev 95683f5137 SPR-9075 Add fromRequestUri() methods to ServletUriComponentsBuilder 13 years ago
Chris Beams f61410705c Merge pull request #21 from aclement/spr9038 13 years ago
Rossen Stoyanchev 64a69f7cf8 SPR-9079 Don't check for "POST" multipart request method arg resolvers 13 years ago
Andy Clement 90bed9718f Allow customization of SpEL method resolution 13 years ago
Chris Beams c7fd03be69 Polish ReflectiveMethodResolver and unit tests 13 years ago