7269 Commits (ca9df4d2ef47691953d128d556b978e1cbb334db)
 

Author SHA1 Message Date
Phillip Webb c93fbda56d Merge pull request #335 from clemp6r/SPR-10850 11 years ago
clemp6r 84242f1aff Fix elvis operator mistake in reference docs 11 years ago
Juergen Hoeller 365ce55a93 Polishing 11 years ago
Juergen Hoeller 465e6292eb Javadoc fixes 11 years ago
Juergen Hoeller fe8dec912d @Bean methods are allowed to override existing bean definitions with a role other than ROLE_APPLICATION now (e.g. framework-generated default beans) 11 years ago
Rossen Stoyanchev 4b2847d9d1 Add ChannelInterceptor to spring-messaging module 11 years ago
Rossen Stoyanchev 467a6b9fa7 Fix failing tests and upgrade websocket to Jetty 9.0.5 11 years ago
Arjen Poutsma 3d645cf808 Added documentation on DecompressingHttpClient 11 years ago
Juergen Hoeller 38c8c6d085 Turned AsyncRequestCallbackAdapter into a private inner class 11 years ago
Juergen Hoeller bb971cecf1 A BeanDefinitionRegistryPostProcessor may register other BeanDefinitionRegistryPostProcessors 11 years ago
Juergen Hoeller bb18f81b50 Added "recovery-interval" attribute to <jms:listener-container> 11 years ago
Rossen Stoyanchev 4c0da5867a Add Java config support for WebSocket and STOMP 11 years ago
Rossen Stoyanchev 4b6a9ac180 Polish WebSocketHttpRequestHandler 11 years ago
Juergen Hoeller 4447248a83 Introduced support for @Lazy on injection points 11 years ago
Juergen Hoeller 01b8d9327d AnnotationConfigWebApplicationContext allows for repeated register/scan calls 11 years ago
Juergen Hoeller 091712df06 Consistent use of Class<?> 11 years ago
Juergen Hoeller e812b6cea0 Marked @Profile as @Documented 11 years ago
Juergen Hoeller 5efe894ee4 Not exposing ApplicationContext on ConditionContext anymore 11 years ago
Juergen Hoeller 1e64eed6b2 Reintroducing deprecated addConstructorArg variant 11 years ago
Juergen Hoeller b75fa9d7a7 Upgraded to Reactor 1.0 M2 release 11 years ago
Rob Winch 6969ae94a0 Merge pull request #346 from rwinch/SPR-10860 11 years ago
Rob Winch 00bc54dcc5 Restore method signatures on MediaType 11 years ago
Rossen Stoyanchev 750930fa25 Fix bug with the order of messaging arg resolvers 11 years ago
Arjen Poutsma ebcee26d57 Add AsyncRestTemplate 11 years ago
Phillip Webb 89b53cfcd5 Javadoc that @Conditionals are not inherited 11 years ago
Phillip Webb ced5ea2f93 Revert "Ensure @Conditions consider super classes" 11 years ago
Rossen Stoyanchev 402a3b8473 Fix javadoc 11 years ago
Jan Machacek 3f130a1c08 Add support for custom types in AMMH 11 years ago
Jan Machacek c48a41ea7a Fix minor issue in JettyRequestUpgradeStrategy 11 years ago
Rossen Stoyanchev ed9b2966c0 Revise use of FilterChain in MockMvc 11 years ago
Phillip Webb 620c16f5c7 Ensure @Conditions consider super classes 11 years ago
Juergen Hoeller 8f90eacd92 Polishing 11 years ago
Juergen Hoeller aecf60d21f Discovering and accumulating all @Profile meta-annotations 11 years ago
Juergen Hoeller c9771012e9 Introduced @Description annotation for populating BeanDefinition.getDescription() 11 years ago
Rossen Stoyanchev cf2e1ffc65 Fix failing test 11 years ago
Rossen Stoyanchev 64baef9f19 Fix failing tests 11 years ago
Rossen Stoyanchev a5143057ce Add configurability for underlying WebSocket engine 11 years ago
Rossen Stoyanchev ccaa101252 Fix typo 11 years ago
Gabriel Axel d66206704e Fix NPE in ResourceHttpMessageConverter 11 years ago
Rossen Stoyanchev a455217743 Modify how SpringConfigurator finds Endpoint singleton 11 years ago
Rossen Stoyanchev c211c98b40 Support placeholder values in Spring MVC Test 11 years ago
Dmitry Katsubo 47d40053a4 Add Jackson serialization inclusion to FactoryBean 11 years ago
Rossen Stoyanchev 08d36cf2e4 Allow custom expand algorithm in UriComponents 11 years ago
Rossen Stoyanchev 1fd7bc3ee5 Make MediaType serializable 11 years ago
Juergen Hoeller 88115212eb Consistent xsd header formatting 11 years ago
Juergen Hoeller 3d462b6dd9 Added missing spring.schemas entries for 4.0 xsds 11 years ago
Juergen Hoeller eb98f1f084 Added missing spring-jdbc-4.0.xsd 11 years ago
Juergen Hoeller 4a9af233ae @Autowired/@Inject with array/List value gets sorted against Ordered/@Order 11 years ago
Rossen Stoyanchev 486a56dc1f Update TomcatRequestUpgradeStrategy for 8.0 RC1 11 years ago
Rossen Stoyanchev 0dcc5c048b Adjust SockJS use of ServerHttpResponse close vs flush 11 years ago