8653 Commits (c315adf72d284f78efc816be37db55c62008973e)
 

Author SHA1 Message Date
Juergen Hoeller ae66e45887 Refined tests for FactoryBean return type resolution on @Bean methods 11 years ago
Juergen Hoeller 85b2c7d116 AbstractAutowireCapableBeanFactory's getTypeForFactoryBean considers FactoryBean<Object> declarations as non-indicative (just like raw declarations) 11 years ago
Rossen Stoyanchev de1a41ac27 Fix issue with RequestBody(required=true) 11 years ago
Rossen Stoyanchev c269d27bde Improve no content handling in MockHttpServletRequest 11 years ago
Rossen Stoyanchev 9706e5cc99 Update Javadoc on SockJS client library URL 11 years ago
Juergen Hoeller 5cb3f8eada Support for java.util.Optional within ObjectFactory/Provider 11 years ago
Juergen Hoeller 7d03daf8cb Support for Java 8's java.util.Optional at injection points 11 years ago
Juergen Hoeller 6aa9c40552 ConfigurationClassParser falls back to ASM-based resolution of member classes in case of NoClassDefFoundError 11 years ago
Stephane Nicoll bb8d0f1740 Merge pull request #558 from VasylTretiakov/patch01 11 years ago
Vasyl Tretiakov abc377603d Reference manual polishing 11 years ago
Sam Brannen f48bdafd52 Polish Javadoc for TestContextTransactionUtils 11 years ago
Sam Brannen 56ad0cf3e1 Polish Eclipse import script 11 years ago
Sam Brannen f2c37fcdb4 Update regarding tested versions of Eclipse & STS 11 years ago
Sam Brannen ae29f48f5f Merge pull request #557 from sbrannen/SPR-7655 11 years ago
Sam Brannen 5fd6ebb548 Introduce annotation to execute SQL scripts in the TCF 11 years ago
Juergen Hoeller 8fb0f5c7d1 FrameworkPortlet properly initializes StandardPortletEnvironment's property sources 11 years ago
Juergen Hoeller 5a8e470ede DefaultSubscriptionRegistry's removeSubscriptionInternal defensively handles non-existing destinations 11 years ago
Juergen Hoeller 2cf88ac6a3 Polishing 11 years ago
Juergen Hoeller f7b465390c Moved @Uses annotations to org.springframework.lang; fixed Base64Utils to declare Java 8, and fixed PathResource's declaration to refer to Java 7. 11 years ago
Stephane Nicoll 77cbc53d1e Merge pull request #553 from AlexYursha/patch-1 11 years ago
Alex Yursha 8b8afe3def Fix a typo 11 years ago
Stephane Nicoll 001d0e734c Support for @Order at the bean declaration level 11 years ago
Juergen Hoeller 64bb308763 GsonBuilderUtils for programmatic Base64 serialization setup; common Base64Utils class adapts between Java 8 and Commons Codec 11 years ago
Stephane Nicoll 674bad4cfa Clarify the use of sessionTransacted 11 years ago
Stephane Nicoll aaae10ce3b Cache operation invocation hook point 11 years ago
Rossen Stoyanchev c9d0ebd730 Rename ResponseBodyInterceptor to ResponseBodyAdvice 11 years ago
Rossen Stoyanchev 2655c507e0 Parameterize ResponseBodyInterceptor on the type level 11 years ago
Juergen Hoeller 5eecb138f6 Unit tests for custom profile annotations on configuration classes 11 years ago
Juergen Hoeller 31f2f20307 Unit tests for configuration classes implementing the JSR-330 Provider interface 11 years ago
Juergen Hoeller b4954780aa ClassMetadata exposes isAnnotation() now, and correctly returns false from hasSuperClass() for interfaces and annotations 11 years ago
Rossen Stoyanchev 4372dac002 Polish 11 years ago
Artem Bilan 0dddb6f3e1 Fix issue with StompSubProtocolHandler initialization 11 years ago
Juergen Hoeller 5ed9bedf32 Introducing GroovyWebApplicationContext along the lines of XmlWebApplicationContext and GenericGroovyApplicationContext 11 years ago
Juergen Hoeller e4aabd5288 MarshallingView unwraps JAXBElement value for Marshaller.supports(Class) check 11 years ago
Juergen Hoeller 4e17685008 Made transform test pass on Windows 11 years ago
Stephane Nicoll e4ad9c5204 polishing 11 years ago
Sam Brannen 987806f7c2 Polishing 11 years ago
Sam Brannen 8ee94a4392 Eclipse project deps come after third-party libs 11 years ago
Sam Brannen 4b291c665c Upgrade spring-test tests to Hibernate 4 11 years ago
Sam Brannen d46b29e71f Upgrade Eclipse project settings for Java 8 11 years ago
Stephane Nicoll 12a9df8a1c Throw a proper exception if no convert is found 11 years ago
Sam Brannen 8dec1db914 Tweak JmsMessagingTemplateTests for Eclipse 4.4 11 years ago
Rossen Stoyanchev 3944f7ad97 Fix animalSniffer warning 11 years ago
Rossen Stoyanchev 6966e89578 Add ResourceTransformer and CSS link implementation 11 years ago
Sam Brannen e3e8a3eb40 Fix grammar in Javadoc for Propagation 11 years ago
Juergen Hoeller 8220832c4e Polishing 11 years ago
Juergen Hoeller 22a38d4547 Revised GsonFactoryBean's configuration properties; made prettyPrinting test pass on Windows 11 years ago
Juergen Hoeller d9f8ee886e Introduced EmbeddedValueResolutionSupport base class for AnnotationFormatterFactory implementations 11 years ago
Juergen Hoeller 8f2ed66b4a ServletRequestAttributes considers standard Number subclasses (as defined in NumberUtils) as immutable 11 years ago
Stephane Nicoll bb6e07bd3a polishing 11 years ago