8624 Commits (014ea963fe6815c68888fa83437376fd14d6872b)
 

Author SHA1 Message Date
Stephane Nicoll 014ea963fe Merge pull request #544 from kryger/patch-1 10 years ago
Lukasz Kryger 0dc52a8343 Fix method comment for getRequiredProperty(String) 10 years ago
Stephane Nicoll 9ba9f562f2 Add @ComponentScan documentation 10 years ago
Rossen Stoyanchev b214db3fc8 Rename HttpStatus 308 to Permanent Redirect 10 years ago
Rossen Stoyanchev 6b129c52e3 Add "mvcUrl" function to Spring tag library 10 years ago
Rossen Stoyanchev 2140648246 Fix failing test 10 years ago
Rossen Stoyanchev 5b02222a9f Add resolveTemplate method to Groovy markup configurer 10 years ago
Brian Clozel 0ecfa8e404 Add Spring View support for Groovy Markup Templates 10 years ago
Stephane Nicoll 6b6b008c1f Fix typo 10 years ago
Stephane Nicoll 5cc779ab35 Fix callout formatting issue 10 years ago
Stephane Nicoll d1c780f5b5 Merge pull request #551 from mdeinum/SPR-8045 10 years ago
Stephane Nicoll c7b106577f polishing 10 years ago
Marten Deinum 2ede219e66 Using SmartLifecycle to register MBeans 10 years ago
Rossen Stoyanchev fc91add35e Allow custom UrlPathHelper for WebSocket requests 10 years ago
Rossen Stoyanchev 0cb6f8c88c Polish MappingJackson2JsonView 10 years ago
Sebastien Deleuze 5dc27ee134 Add JSONP support to MappingJackson2JsonView 10 years ago
Rossen Stoyanchev 56a82c1cbe Add dependency ordering for @ModelAttribute methods 10 years ago
Rossen Stoyanchev e374769ecc Polish ModelFactory 10 years ago
Sam Brannen f442ce180e Polish assertions and Javadoc for ResourceDatabasePopulator 10 years ago
Juergen Hoeller af4621d996 Reference documentation consistently refers to Apache HttpComponents instead of outdated Commons HttpClient 10 years ago
Juergen Hoeller ea346d59b3 Polishing 10 years ago
Juergen Hoeller ae66e45887 Refined tests for FactoryBean return type resolution on @Bean methods 10 years ago
Juergen Hoeller 85b2c7d116 AbstractAutowireCapableBeanFactory's getTypeForFactoryBean considers FactoryBean<Object> declarations as non-indicative (just like raw declarations) 10 years ago
Rossen Stoyanchev de1a41ac27 Fix issue with RequestBody(required=true) 10 years ago
Rossen Stoyanchev c269d27bde Improve no content handling in MockHttpServletRequest 10 years ago
Rossen Stoyanchev 9706e5cc99 Update Javadoc on SockJS client library URL 10 years ago
Juergen Hoeller 5cb3f8eada Support for java.util.Optional within ObjectFactory/Provider 10 years ago
Juergen Hoeller 7d03daf8cb Support for Java 8's java.util.Optional at injection points 10 years ago
Juergen Hoeller 6aa9c40552 ConfigurationClassParser falls back to ASM-based resolution of member classes in case of NoClassDefFoundError 10 years ago
Stephane Nicoll bb8d0f1740 Merge pull request #558 from VasylTretiakov/patch01 10 years ago
Vasyl Tretiakov abc377603d Reference manual polishing 10 years ago
Sam Brannen f48bdafd52 Polish Javadoc for TestContextTransactionUtils 10 years ago
Sam Brannen 56ad0cf3e1 Polish Eclipse import script 10 years ago
Sam Brannen f2c37fcdb4 Update regarding tested versions of Eclipse & STS 10 years ago
Sam Brannen ae29f48f5f Merge pull request #557 from sbrannen/SPR-7655 10 years ago
Sam Brannen 5fd6ebb548 Introduce annotation to execute SQL scripts in the TCF 10 years ago
Juergen Hoeller 8fb0f5c7d1 FrameworkPortlet properly initializes StandardPortletEnvironment's property sources 10 years ago
Juergen Hoeller 5a8e470ede DefaultSubscriptionRegistry's removeSubscriptionInternal defensively handles non-existing destinations 10 years ago
Juergen Hoeller 2cf88ac6a3 Polishing 10 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. 10 years ago
Stephane Nicoll 77cbc53d1e Merge pull request #553 from AlexYursha/patch-1 10 years ago
Alex Yursha 8b8afe3def Fix a typo 10 years ago
Stephane Nicoll 001d0e734c Support for @Order at the bean declaration level 10 years ago
Juergen Hoeller 64bb308763 GsonBuilderUtils for programmatic Base64 serialization setup; common Base64Utils class adapts between Java 8 and Commons Codec 10 years ago
Stephane Nicoll 674bad4cfa Clarify the use of sessionTransacted 10 years ago
Stephane Nicoll aaae10ce3b Cache operation invocation hook point 10 years ago
Rossen Stoyanchev c9d0ebd730 Rename ResponseBodyInterceptor to ResponseBodyAdvice 10 years ago
Rossen Stoyanchev 2655c507e0 Parameterize ResponseBodyInterceptor on the type level 10 years ago
Juergen Hoeller 5eecb138f6 Unit tests for custom profile annotations on configuration classes 10 years ago
Juergen Hoeller 31f2f20307 Unit tests for configuration classes implementing the JSR-330 Provider interface 10 years ago