7980 Commits (8028eae786ff36ea58df9a385319bf045795fa77)
 

Author SHA1 Message Date
Juergen Hoeller 8580d2d19e Fixed detection of generic types and qualifier annotations on scoped-proxy factory methods 11 years ago
Juergen Hoeller 1f9b833c4d Introduced SockJsSession interface and moved SockJsSessionFactory and SockJsServiceConfig to sockjs.transport; added initialize(SockJsServiceConfig) method to TransportHandler interface; extracted TransportHandlingSockJsService from DefaultSockJsService; moved sockjs.support.frame to sockjs.frame and extracted (Default)SockJsFrameFormat from SockJsFrame; moved SockJsHttpRequestHandler to sockjs.support; removed Jackson 1.x support 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 ea8a2095ec Polishing 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
Sam Brannen 3e0b0f100c Delete unused import in MockAsyncContext 11 years ago
Sam Brannen 4957131a7b Delete sysout.println call from MBean*Tests 11 years ago
Juergen Hoeller edeb11c556 Polishing 11 years ago
Brian Clozel efc5074395 Document ControllerAdvice annotation 11 years ago
Spring Buildmaster 0912be105a Increment version to 4.0.0.BUILD-SNAPSHOT 11 years ago
Spring Buildmaster 8a4b36479a Release version 4.0.0.RC2 11 years ago
Phillip Webb 85b0bfff58 Only consider "is" methods with boolean returns 11 years ago
Rossen Stoyanchev 8f569264da Fix issue in GlassfishRequestUpgradeStrategy 11 years ago
Brian Clozel 3ac14e7cd8 Document websocket XML namespace 11 years ago
Rossen Stoyanchev 14468e80f3 Add principal in GlassfishRequestUpgradeStrategy 11 years ago
Phillip Webb b1485420b6 Use port scanning for JMX tests 11 years ago
Juergen Hoeller 1dff45c38a Consistent ".jetty" and ".standard" subpackages; consolidated GlassFishRequestUpgradeStrategy implementation; renamed Text/BinaryWebSocketHandler and moved them to web.socket.support 11 years ago
Rossen Stoyanchev 7713a55f6b Add test case for multivalue x-forwarded host header 11 years ago
Phillip Webb d4245610a2 Fix performance test HSQLDB error 11 years ago
Phillip Webb 526555de85 Tweak times in TimedSpringRunnerTests 11 years ago
Phillip Webb c2b56c07e5 Cache property TypeDescriptors 11 years ago
Phillip Webb fd1b48139f Polish 11 years ago
Rossen Stoyanchev bb5a53f7f7 Update websocket xml namespace attributes 11 years ago
Rossen Stoyanchev cea049b791 Move websocket config tests to annotation package 11 years ago
Phillip Webb cb46ef86c6 Fix test following ResolvableType hashcode change 11 years ago
Juergen Hoeller 6c1f62b19d EhCacheFactoryBean calls CacheManager.addCache before setStatisticsEnabled 11 years ago
Juergen Hoeller f5a310ad57 Polishing (backported from 3.2.x) 11 years ago
Juergen Hoeller 2a52decbbc Polishing (including removal of javadoc imports that show as package cycles in IntelliJ) 11 years ago
Juergen Hoeller 41332728f9 Use AnnotationTransactionAttributeSource class name to avoid hard dependency on transaction.annotation package 11 years ago
Juergen Hoeller e62cd84ca2 Merged web.socket.messaging.config into web.socket.config and introduced web.socket.config.annotation 11 years ago
Phillip Webb ab2949f2b7 Fix ResolvableType hashCode generation 11 years ago
Rossen Stoyanchev 69238ba66f Move WebSocketExtension to top-level package 11 years ago
Juergen Hoeller e3e1c1bcec Rearranged web.socket.server subpackages and introduced web.socket.config 11 years ago
Juergen Hoeller eb8b5c435c Polishing 11 years ago
Phillip Webb 5e02a6dda3 Fix casing in spring mvc namespace attributes 11 years ago
Rossen Stoyanchev 47ef45d152 Polish websocket xml namespace 11 years ago
Phillip Webb 92e144a8a8 Add a 'bill of materials' project for Maven users 11 years ago
Rossen Stoyanchev 079fb2db73 Add assert AbstractStandardRequestUpgradeStrategy 11 years ago
Brian Clozel 10f5d96a78 Add XML namespace for WebSocket config 11 years ago
Juergen Hoeller 8f1fefc159 Fixed javadoc 11 years ago
Juergen Hoeller 3e4b3cad6a Always preserve target class for configuration classes in case of auto-proxying 11 years ago
Juergen Hoeller 8958912c94 Extended testPrototypeCreationWithOverriddenAutowiredPropertiesIsFastEnough's deadline (since that test repeatedly failed on the CI server) 11 years ago
Juergen Hoeller 676ad125a1 Reverted arrayToList signature to return plain List 11 years ago
Juergen Hoeller bd8469990d Detect depends-on cycles and throw proper exception 11 years ago
Juergen Hoeller de890fd100 Synchronized cache creation on CacheManager 11 years ago
Juergen Hoeller ce917d5cbb Polishing around @EnableTransactionManagement 11 years ago