4373 Commits (254d8bd80ff085502de0888933407629b5ca3eca)
 

Author SHA1 Message Date
Costin Leau 254d8bd80f move default value wrapper into support package (rather then interceptor) 15 years ago
Chris Beams 6c6594137e Allow ConfigurationCPP to process multiple registries 15 years ago
Chris Beams 6c48c5e5d4 Move ImportSelector.Context to a top-level class 15 years ago
Juergen Hoeller 0d2e99c4c1 revised package-level request and response classes 15 years ago
Costin Leau 0640853200 + fix compilation error 15 years ago
Costin Leau 7cd1791b20 + removed unneeded generic 15 years ago
Chris Beams 33476d5fe8 Remove references to 'bold' text in reference docs 15 years ago
Juergen Hoeller 22651a9092 an EntityManagerFactoryBean is only deserializable through a SerializedEntityManagerFactoryBeanReference 15 years ago
Juergen Hoeller d4c0048de7 prototype-based TargetSource is only deserializable through a SingletonTargetSource 15 years ago
Chris Beams f99ab1cdd6 Fix APC registration for @EnableTransactionManagement 15 years ago
Chris Beams 638e5420a6 Revert "Fix APC registration for @EnableTransactionManagement" 15 years ago
Chris Beams 235b729514 Fix APC registration for @EnableTransactionManagement 15 years ago
Chris Beams 08ccd19c76 Implement SessionFactoryImplementor in SF proxies 15 years ago
Sam Brannen c3affadc55 [SPR-7858] polishing formatting, grammar, etc. 15 years ago
Chris Beams 7d9d255daf Determine FactoryBean object type via generics 15 years ago
Chris Beams de5781acea Introduce GenericTypeResolver#resolveReturnTypeArgument 15 years ago
Chris Beams 075dfc3cb4 Deprecate/move CGLIB methods AopUtils=>ClassUtils 15 years ago
Chris Beams 0130b15189 Rename JMX tests to avoid jmxremote_optional error 15 years ago
Michael Isvy f16c72c3e1 SPR-7858 15 years ago
Michael Isvy b4b3df07c7 SPR-7858 15 years ago
Michael Isvy 28b6b1e496 SPR-7858 15 years ago
Michael Isvy 0f14bd5263 SPR-7858 15 years ago
Juergen Hoeller f39e560739 fixed TypeDescriptor rendering (SPR-8508) 15 years ago
Juergen Hoeller 4c7603a407 JavaMailSenderImpl detects and respects "mail.transport.protocol" property in existing Session (SPR-8501) 15 years ago
Juergen Hoeller 327c75754b added "disabled" property to EhCacheFactoryBean 15 years ago
Juergen Hoeller d43c36cada fixed package declaration 15 years ago
Juergen Hoeller 9505e91a4a added JBoss dependency (SPR-8505); updated WebSphere dependency 15 years ago
Juergen Hoeller 1ccdc8b717 switched from readResolve to readObject 15 years ago
Juergen Hoeller 655754e421 optimized debug logging in case of non-convertible collection (SPR-8499) 15 years ago
Juergen Hoeller 4b84284d23 DataBinder etc 15 years ago
Juergen Hoeller df7a5c8d6f ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id 15 years ago
Juergen Hoeller 6e1eb42832 added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer 15 years ago
Juergen Hoeller 17a56fcfdd properly wrap IndexOutOfBoundsException even for List 15 years ago
Juergen Hoeller 9be513d225 regular IndexOutOfBoundsException if index beyond auto-grow limit 15 years ago
Juergen Hoeller 3cd0e47d45 restored original array behavior (no default growth of arrays) 15 years ago
Juergen Hoeller a4e5318aff DataBinder uses a default limit of 256 for array/collection auto-growing (SPR-7842) 15 years ago
Juergen Hoeller ffec3a88b6 added joptsimple dependency 15 years ago
Chris Beams f5be4b22bb Refactor BeanFactoryLocator to use getBean(Class) 15 years ago
Chris Beams e4c1be808f Rename {DEFAULT_=>}COMMAND_LINE_PROPERTY_SOURCE_NAME 15 years ago
Chris Beams 006da7ed81 Refactor JndiPropertySource 15 years ago
Chris Beams 3be44b3f97 Move JNDI_PROPERTY_SOURCE_ENABLED_FLAG constant 15 years ago
Chris Beams 6427a1bd9e Return null from JndiPropertySource on lookup failure 15 years ago
Sam Brannen a912a86667 fixed typo and formatting in Javadoc 15 years ago
Chris Beams 11ce13a5b4 Fix unnecessary casts in Servlet*PropertySource 15 years ago
Chris Beams 843106388e Introduce CommandLinePropertySource and impls 15 years ago
Rossen Stoyanchev 326503eac2 8483 Add support for MultipartFile arg type in RequestPartMethodArgumentResolver 15 years ago
Costin Leau 08fc4f9015 SPR-8477 15 years ago
Rossen Stoyanchev 783d4077a6 SPR-8431 Extract RedirectView URL creation into separate method available for subclasses to use 15 years ago
Chris Beams 39d8015752 Prevent NPE in SpringServletContainerInitializer 15 years ago
Rossen Stoyanchev 09197872e9 SPR-8447 Provide sufficient contextwherever possible when exceptions are raised in new @MVC classes. 15 years ago