7593 Commits (eb1b3c5a685aaa7204dd9078754df617db1fd324)
 

Author SHA1 Message Date
Juergen Hoeller eb1b3c5a68 Use bean-creating factory's AutowireCandidateResolver even for dependencies in parent factory 13 years ago
Juergen Hoeller be63c07b2e Polishing 13 years ago
Juergen Hoeller d6e84631f5 Fixed @since tag 13 years ago
Juergen Hoeller 4fe52d1953 Polishing 13 years ago
Juergen Hoeller 6d7ce439b1 Introduced GuavaCacheManager as an alternative to ConcurrentMapCacheManager 13 years ago
Juergen Hoeller 4c8a7899f2 Optimized use of JDBC 3.0 ParameterMetaData.getParameterType, caching information about drivers which do not support that feature 13 years ago
Juergen Hoeller 26d143868f Compatibility with XStream 1.4.5 13 years ago
Juergen Hoeller 242ecdc448 Fixed inner bean name determination for multi-level nesting scenario, calculating a unique bean name as early as possible now (and for any kind of bean scope) 13 years ago
Juergen Hoeller 5dcd28761c Fixed type resolution for uninitialized factory-method declaration 13 years ago
Sam Brannen a3b022aa48 Ensure ServTEL doesn't reset ReqAttrs by accident 13 years ago
Rossen Stoyanchev 5f38996cd6 Add methods for static resolution of @ExceptionHandler 13 years ago
Juergen Hoeller 6078c27e60 Fixed evaluation of "!" operator in case of multiple profile expressions 13 years ago
Juergen Hoeller f70739430b Polishing 13 years ago
Juergen Hoeller 8580d2d19e Fixed detection of generic types and qualifier annotations on scoped-proxy factory methods 13 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 13 years ago
Rossen Stoyanchev fcecd0328a Collapse messaging.simp.handler into messaging.simp 13 years ago
Rossen Stoyanchev 307bf4bede Add messaging.simp.user package 13 years ago
Rossen Stoyanchev 89455c00f6 Create messaging.simp.broker package 13 years ago
Juergen Hoeller ea8a2095ec Polishing 13 years ago
Juergen Hoeller 7a154e8e98 Renamed handler.support to handler.invocation 13 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 13 years ago
Rossen Stoyanchev 947f3d4b2b Update Javadoc, add tests and polish spring-messaging 13 years ago
Sam Brannen 3e0b0f100c Delete unused import in MockAsyncContext 13 years ago
Sam Brannen 4957131a7b Delete sysout.println call from MBean*Tests 13 years ago
Juergen Hoeller edeb11c556 Polishing 13 years ago
Brian Clozel efc5074395 Document ControllerAdvice annotation 13 years ago
Spring Buildmaster 0912be105a Increment version to 4.0.0.BUILD-SNAPSHOT 13 years ago
Spring Buildmaster 8a4b36479a Release version 4.0.0.RC2 13 years ago
Phillip Webb 85b0bfff58 Only consider "is" methods with boolean returns 13 years ago
Rossen Stoyanchev 8f569264da Fix issue in GlassfishRequestUpgradeStrategy 13 years ago
Brian Clozel 3ac14e7cd8 Document websocket XML namespace 13 years ago
Rossen Stoyanchev 14468e80f3 Add principal in GlassfishRequestUpgradeStrategy 13 years ago
Phillip Webb b1485420b6 Use port scanning for JMX tests 13 years ago
Juergen Hoeller 1dff45c38a Consistent ".jetty" and ".standard" subpackages; consolidated GlassFishRequestUpgradeStrategy implementation; renamed Text/BinaryWebSocketHandler and moved them to web.socket.support 13 years ago
Rossen Stoyanchev 7713a55f6b Add test case for multivalue x-forwarded host header 13 years ago
Phillip Webb d4245610a2 Fix performance test HSQLDB error 13 years ago
Phillip Webb 526555de85 Tweak times in TimedSpringRunnerTests 13 years ago
Phillip Webb c2b56c07e5 Cache property TypeDescriptors 13 years ago
Phillip Webb fd1b48139f Polish 13 years ago
Rossen Stoyanchev bb5a53f7f7 Update websocket xml namespace attributes 13 years ago
Rossen Stoyanchev cea049b791 Move websocket config tests to annotation package 13 years ago
Phillip Webb cb46ef86c6 Fix test following ResolvableType hashcode change 13 years ago
Juergen Hoeller 6c1f62b19d EhCacheFactoryBean calls CacheManager.addCache before setStatisticsEnabled 13 years ago
Juergen Hoeller f5a310ad57 Polishing (backported from 3.2.x) 13 years ago
Juergen Hoeller 2a52decbbc Polishing (including removal of javadoc imports that show as package cycles in IntelliJ) 13 years ago
Juergen Hoeller 41332728f9 Use AnnotationTransactionAttributeSource class name to avoid hard dependency on transaction.annotation package 13 years ago
Juergen Hoeller e62cd84ca2 Merged web.socket.messaging.config into web.socket.config and introduced web.socket.config.annotation 13 years ago
Phillip Webb ab2949f2b7 Fix ResolvableType hashCode generation 13 years ago
Rossen Stoyanchev 69238ba66f Move WebSocketExtension to top-level package 13 years ago
Juergen Hoeller e3e1c1bcec Rearranged web.socket.server subpackages and introduced web.socket.config 13 years ago