7156 Commits (542b5b202904782c4b5fa9f39137743b4de088cc)
 

Author SHA1 Message Date
Juergen Hoeller 542b5b2029 First-class support for MultiTenantConnectionProvider and CurrentTenantIdentifierResolver 13 years ago
Juergen Hoeller a9e727cd88 Compatibility with Hibernate 4.3 13 years ago
Juergen Hoeller 0b37cec287 Consistent support for JTA 1.1 TransactionSynchronizationRegistry 13 years ago
Rossen Stoyanchev 0ac6998e60 Refine destination semantics for msg-handling methods 13 years ago
Rossen Stoyanchev e1a46bb57a Add tests to spring-messaging 13 years ago
Juergen Hoeller d202573e1a Revised spring-oxm for 4.0 13 years ago
Juergen Hoeller b25876fd0f Polishing 13 years ago
Juergen Hoeller facf31f01a Javadoc fixes 13 years ago
Juergen Hoeller e8c0ef8305 ThreadPoolTaskScheduler allows for setPoolSize changes at runtime 13 years ago
Juergen Hoeller e523152653 Properly handle getMethodDescriptors() null value on IBM JVM 13 years ago
Juergen Hoeller 3ca0dcd912 Fixed method count in AbstractMethodMockingControl's IllegalStateException message 13 years ago
Arjen Poutsma e33324b700 Changed Future<Void> to Future<?> 13 years ago
Rossen Stoyanchev 79ddba5d01 Polish WebSocket integration tests 13 years ago
Rossen Stoyanchev fee3148b0f Add Tomcat WebSocket integration tests 13 years ago
Rossen Stoyanchev e21bbdd933 Polish WebSocket/STOMP Java config 13 years ago
Rossen Stoyanchev 5d69700515 Remove incorrect package import 13 years ago
Juergen Hoeller ed7c8b5a53 Fixed getCachedExecutor race condition in MethodReference 13 years ago
Spring Buildmaster fcd32bc5f5 Increment version to 4.0.0.BUILD-SNAPSHOT 13 years ago
Spring Buildmaster 8db4089e54 Release version 4.0.0.M3 13 years ago
Rossen Stoyanchev 1f897329f9 Add support for Ping and Pong WebSocket messages 13 years ago
Rossen Stoyanchev cbdb99c042 Add basic javadoc to spring-messaging annotations 13 years ago
Rossen Stoyanchev 50178550eb Add option to remove path ext in ServletUriCompBuilder 13 years ago
Juergen Hoeller caa1218d36 Polishing 13 years ago
Juergen Hoeller c664010001 Added conversion support for Java 8's ZoneId class and the 'of' method convention 13 years ago
Juergen Hoeller 0c00b0d902 Added 'zone' attribute to @Scheduled 13 years ago
Rossen Stoyanchev 39ff1e2c53 Add StompProtocolHandler tests 13 years ago
Andy Wilkinson 364bc35709 Use correct header for version in CONNECTED frame 13 years ago
Arjen Poutsma 20c4177466 Merge pull request #350 from ok2c/httpclient_4_3 13 years ago
Oleg Kalnichevski 296e2189a2 Post SPR-8804 optimizations: better use of HC 4.3 APIs 13 years ago
Rossen Stoyanchev 80812d30d4 Protect STOMP passcode from showing up in logs 13 years ago
Rossen Stoyanchev 1472e9795f Update SpringConfiguration to support beans by type 13 years ago
Rossen Stoyanchev f0dda0e38b Add WebSocket integration tests w/ Java configuration 13 years ago
Phillip Webb 744e1ed203 Merge pull request #304 from antonio-marrero/master 13 years ago
Antonio Marrero 57f7b14b49 Assign lowest priority to `/**` pattern 13 years ago
Phillip Webb c1dafed886 Refine AntPathMatcher.combine when p1 contains '.' 13 years ago
Phillip Webb 57dfc13f30 Merge pull request #326 from Xaerxess/SPR-10798 13 years ago
Grzegorz Rożniecki 00c744ba1a Fix malformed code in documentation 13 years ago
Phillip Webb c93fbda56d Merge pull request #335 from clemp6r/SPR-10850 13 years ago
clemp6r 84242f1aff Fix elvis operator mistake in reference docs 13 years ago
Juergen Hoeller 365ce55a93 Polishing 13 years ago
Juergen Hoeller 465e6292eb Javadoc fixes 13 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) 13 years ago
Rossen Stoyanchev 4b2847d9d1 Add ChannelInterceptor to spring-messaging module 13 years ago
Rossen Stoyanchev 467a6b9fa7 Fix failing tests and upgrade websocket to Jetty 9.0.5 13 years ago
Arjen Poutsma 3d645cf808 Added documentation on DecompressingHttpClient 13 years ago
Juergen Hoeller 38c8c6d085 Turned AsyncRequestCallbackAdapter into a private inner class 13 years ago
Juergen Hoeller bb971cecf1 A BeanDefinitionRegistryPostProcessor may register other BeanDefinitionRegistryPostProcessors 13 years ago
Juergen Hoeller bb18f81b50 Added "recovery-interval" attribute to <jms:listener-container> 13 years ago
Rossen Stoyanchev 4c0da5867a Add Java config support for WebSocket and STOMP 13 years ago
Rossen Stoyanchev 4b6a9ac180 Polish WebSocketHttpRequestHandler 13 years ago