400 Commits (d32216a047150114b8a4626b8b3ee023aae954d2)

Author SHA1 Message Date
Rossen Stoyanchev ae06c3a6ab Use DestinationUserNameProvider with @SendTo 11 years ago
Rossen Stoyanchev e4ad2b352e Add DestinationUserNameProvider interface 11 years ago
Rossen Stoyanchev 2cafe9d73a Polish 11 years ago
Phillip Webb 6bb6b6e6b5 Fix warnings in HeaderMethodArgumentResolver 11 years ago
Rossen Stoyanchev 5053fdc8c9 Resolve native header values with @Header 11 years ago
Rossen Stoyanchev b4e48d6749 Fix issue in DefaultUserDestinationResolver 11 years ago
Rossen Stoyanchev e2feed494b Move "handlers" field to AbstractSubscribableChannel 11 years ago
Rossen Stoyanchev 4e933b4765 Polish log messages 11 years ago
Sam Brannen 2dfd69bbb3 Stop using deprecated junit.framework.Assert class 11 years ago
Rossen Stoyanchev 4342497305 Add support for custom message converters 11 years ago
Rossen Stoyanchev abb8a93e2f Drop separate user dest property for subscriptions 11 years ago
Brian Clozel b9c8f47b01 Use OptionalValidatorFactoryBean in Configurers 11 years ago
Brian Clozel 15d7d6d7ab Fix Validator initialization with a no-op implementation 11 years ago
Brian Clozel 2c8f670d5f Support Validation in @MessageMapping annotated methods 11 years ago
Rossen Stoyanchev 3b14e974f8 Remove unnecessary copying of headers in GenericMessage 11 years ago
Rossen Stoyanchev 12fe9174f0 Make ObjectMapper configurable in spring-messaging 11 years ago
Juergen Hoeller 85921808b3 MappingJackson2(Http)MessageConverter logs warnings after canRead/canWrite checks 11 years ago
Rossen Stoyanchev 4e5e700213 Add client login/passcode to broker relay 11 years ago
Rossen Stoyanchev 0a12f28b58 Introduce StompReactorNettyTcpClient 11 years ago
Rossen Stoyanchev e637418010 Update stomp/websocket documentation 11 years ago
Rossen Stoyanchev 92dad1849f Rename @[Path/Destination]Variable in spring-messaging 11 years ago
Phillip Webb a1529d498e Fix possible GenericMsgTemplate race condition 11 years ago
Rossen Stoyanchev fcecd0328a Collapse messaging.simp.handler into messaging.simp 11 years ago
Rossen Stoyanchev 307bf4bede Add messaging.simp.user package 11 years ago
Rossen Stoyanchev 89455c00f6 Create messaging.simp.broker package 11 years ago
Juergen Hoeller 7a154e8e98 Renamed handler.support to handler.invocation 11 years ago
Juergen Hoeller c4163c7475 Moved messaging.support.converter to messaging.converter; moved messaging.support.tcp to messaging.tcp; moved messaging.support.channel to messaging.support itself; moved handler.condition to handler itself; reworked handler.method into handler.support 11 years ago
Rossen Stoyanchev 947f3d4b2b Update Javadoc, add tests and polish spring-messaging 11 years ago
Rossen Stoyanchev 47ef45d152 Polish websocket xml namespace 11 years ago
Brian Clozel 10f5d96a78 Add XML namespace for WebSocket config 11 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 11 years ago
Phillip Webb 15698860e1 General polish of new 4.0 classes 11 years ago
Rossen Stoyanchev 690051f46c Add ability to customize message channels 11 years ago
Phillip Webb a31ac882c5 Fix various javadoc warnings 11 years ago
Rossen Stoyanchev ce3e55743f Extract IdGenerator into a top-level class 11 years ago
Eric Dahl e9f78f6043 Fix various typos 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Rossen Stoyanchev 4de3291dc7 Consolidate websocket/messaging code 11 years ago
Rossen Stoyanchev 35b9b8400b Rename @SubscribeEvent to @SubscribeMapping 11 years ago
Rossen Stoyanchev 6802f813de Polish STOMP codec 11 years ago
Andy Wilkinson e84885c655 Update STOMP decoder to handle incomplete frames 11 years ago
Rossen Stoyanchev df5d22e120 Improve logging in spring-messaging 11 years ago
Rossen Stoyanchev 72dec7d0fe Add default destination for @SendTo methods 11 years ago
Rossen Stoyanchev 5915b23e8a Rename method in MessageBrokerConfigurer 11 years ago
Rossen Stoyanchev 2a6c1f75e7 Simplify determination of SockJS path 11 years ago
Rossen Stoyanchev 6a18daea33 Return AbstractSubscribableChannel from @Bean methods 11 years ago
Rossen Stoyanchev 0340cc5f03 Update user destinations handling 11 years ago
Rossen Stoyanchev c6c5555034 Use final keyword in MessageHeaders 11 years ago
Sam Brannen c3afda3992 Delete unnecessary @SuppressWarnings("unused") 11 years ago
Rossen Stoyanchev a640d84961 Fix issue in AbstractMethodMessageHandler 11 years ago