455 Commits (1cf38a98a4acd1b0e15d4931a9b7abedaa470f23)

Author SHA1 Message Date
Sam Brannen c3dd9ff342 Add test with @Schedules container annotation 11 years ago
Juergen Hoeller 1420b970a7 Introduced DefaultParameterNameDiscoverer which checks JDK 8's standard reflection first and then falls back to ASM-based debug symbol analysis 11 years ago
Juergen Hoeller f9325a8376 Added Java 8 compliant @Schedules container annotation for @Scheduled 11 years ago
Juergen Hoeller ce06d1391f Polishing 11 years ago
Juergen Hoeller 9645799264 Fixed accidental use of JDK 8 getOrDefault method on MultiValueMap 11 years ago
Juergen Hoeller f88f5ed011 Optimized TomcatInstrumentableClassLoader implementation 11 years ago
Juergen Hoeller 127b91fd4f PropertySourcesPlaceholderConfigurer's "ignoreUnresolvablePlaceholders" setting reliably applies to nested placeholders as well 11 years ago
Juergen Hoeller 481aeeec98 Polishing 11 years ago
Juergen Hoeller 01a71ef5ef Polishing 11 years ago
Juergen Hoeller b8f7a30790 OpenJDK 8 build 99: different toString() output from JSR-310 Instant 11 years ago
Juergen Hoeller 2d1b44202b OpenJDK 8 build 99: annotation discovery on bridge methods 11 years ago
Phillip Webb 1a8f0d6a9e Resolve ${} placeholders in @ImportResource 11 years ago
Rossen Stoyanchev d3cecfc6cc Create spring-messaging module 11 years ago
Rossen Stoyanchev 2803845151 Update MessageConverter and reactor dependencies 11 years ago
Rossen Stoyanchev 0c92b85c3d Rename ChannelResolver to DestinationResolver 11 years ago
Rossen Stoyanchev 9dd7f6e5fb Update MessagingOperations hieararchy 11 years ago
Rossen Stoyanchev ef823721e5 Split AbstractMessagingTemplate across send/receive 11 years ago
Rossen Stoyanchev 078c766b80 Add new MessagingOperations ifc and class hieararchy 11 years ago
Rossen Stoyanchev 8560582c40 Add messaging.channel package 11 years ago
Phillip Webb 52d378d41f Add PublishSubscribeChannel 11 years ago
Phillip Webb 7a85827c48 Polish messaging code 11 years ago
Andy Wilkinson e694cc16c7 Consider original headers in pattern-based removal 11 years ago
Andy Wilkinson 98d7073370 Verify types when setting header 11 years ago
Andy Wilkinson 465fc7638f Fix typo in MessageHeaderAccessor's class name 11 years ago
Rossen Stoyanchev 486b4101ec Introduce MessageHeader accessor types 11 years ago
Nick Williams 7b2c74b05c Improving method validation support for BV 1.1 11 years ago
Rossen Stoyanchev 32cb2ca2e7 Remove generic params from Message/MessageChannel 11 years ago
Phillip Webb eea230f2a8 Allow @CachePut 'key' SpEL to refer to #result 11 years ago
Phillip Webb f75d4e13a2 Polish cache abstraction code 11 years ago
Sam Brannen b122ca688b Add missing @since tag to SimpleKey 11 years ago
Phillip Webb f1a18d29ba SimpleKeyGenerator to replace DefaultKeyGenerator 11 years ago
Phillip Webb a403e8f8b8 Inject @Configuration BeanFactory before autowire 11 years ago
Rossen Stoyanchev 5cfc59d76d Refactor PubSubHeaders, StompHeaders, MessageBuilder 11 years ago
Rossen Stoyanchev c5b1f02c3a Add MessageBuilder 11 years ago
Sam Brannen e12311e364 Polish Javadoc 11 years ago
Andy Wilkinson 3022f5e34f Make Message type pluggable 11 years ago
Rossen Stoyanchev d136d06eda Add method to create MessageHeaders in Message 11 years ago
Rossen Stoyanchev 3e0aac08dc Add SubscribableChannel and ReactorMessageChannel 11 years ago
Rossen Stoyanchev a1cfa3832e Polish 11 years ago
Phillip Webb b78dcc59fe Make ConfClassPostPro Ordered.HIGHEST_PRECEDENCE 11 years ago
Phillip Webb 2e2e9b8dd0 Improve support for @Conditional on @Configuration 11 years ago
Rossen Stoyanchev d26b9d60e5 Refactor approach to working with STOMP headers 11 years ago
Phillip Webb e10e16cd6b Support fall-back to ASM parsing @Configuration 11 years ago
Rossen Stoyanchev 84c55f90db Make MessageHeaders non-final 11 years ago
Rossen Stoyanchev de899820c9 Add Message, MessageChannel and refactor stomp support 11 years ago
Sam Brannen 96e1fbc3bb Polish @Conditional Javadoc and tests 11 years ago
Phillip Webb 239ce1466c Update @Conditional processing logic 11 years ago
Phillip Webb 2ecc51f066 Do not consider all @Components as configuration 11 years ago
Phillip Webb a8fd832818 Support meta @Component with non-string value 11 years ago
Phillip Webb 4d3383242e Support EnvironmentAware ImportSelector/Registrar 11 years ago