Commit Graph

  • 5c3f6a1571 Revised naming for prototype inner beans to avoid excessive unique name calculation Juergen Hoeller 2014-03-25 00:34:41 +01:00
  • c11484b2e7 Add WebSocket transport configuration support Rossen Stoyanchev 2014-03-24 18:05:37 -04:00
  • 1e9960e1ce Add WebSocketTransportRegistration Rossen Stoyanchev 2014-03-24 16:12:40 -04:00
  • 545c4effb1 Polish StompDecoder and the new Buffering sub-class Rossen Stoyanchev 2014-03-24 13:52:37 -04:00
  • bbdb72d808 Add configuration for message buffer size limit Sebastien Deleuze 2014-03-24 09:28:33 +01:00
  • ebffd67b5e Add BufferingStompDecoder Rossen Stoyanchev 2014-03-21 11:32:39 -04:00
  • 465ca24ab2 DispatcherServlet logs request URI in encoded form only Juergen Hoeller 2014-03-24 23:26:05 +01:00
  • 53352882ca Polishing Juergen Hoeller 2014-03-24 22:58:33 +01:00
  • dd7f54c3c0 Revised ResizableByteArrayOutputStream as an actual subclass of ByteArrayOutputStream, and consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase Juergen Hoeller 2014-03-24 22:57:38 +01:00
  • 05213c684c Give meaningful names to SprXxxTests in spring-test Rossen Stoyanchev 2014-03-24 10:00:05 -04:00
  • 9bda734e0a Improve method order in MockMvcRequestBuilders Rossen Stoyanchev 2014-03-24 09:43:02 -04:00
  • 0b69a0ba4b Add URI based MockHttpServletRequestBuilder constructors Sebastien Deleuze 2014-03-23 16:41:52 +01:00
  • c10eeb414c Polishing Juergen Hoeller 2014-03-24 14:37:08 +01:00
  • ea5911f628 Upgraded to AspectJ 1.8.0 RC2 Juergen Hoeller 2014-03-24 14:36:25 +01:00
  • 5ab0433543 Introduce Tiles version constants in Gradle build Sam Brannen 2014-03-24 13:33:48 +01:00
  • ae012ae6e2 ShallowEtagHeaderFilter use specified contentlength Brian Clozel 2014-03-21 16:46:12 +01:00
  • 4e24e079a8 Upgraded to Tiles 3.0.3 Juergen Hoeller 2014-03-24 11:52:42 +01:00
  • 8b73c0affb Added ASM-based tests for custom scoping annotations Juergen Hoeller 2014-03-24 11:51:21 +01:00
  • 7399723165 Introduced getFlashMapsMutex template method and optimized SessionFlashMapManager's locking Juergen Hoeller 2014-03-24 11:16:56 +01:00
  • 0af6e1bb1b MVC handler method detection ignores scoped targets in favor of proxies Juergen Hoeller 2014-03-24 11:02:03 +01:00
  • 2f24bd24a8 Merge pull request #494 from rstoyanchev/doc-sockjs Rossen Stoyanchev 2014-03-23 23:15:03 -04:00
  • f25b7df552 Document heartbeat support in SockJS Rossen Stoyanchev 2014-03-23 23:13:13 -04:00
  • b1a0b38d8f Document use of CORS headers in SockJS Service Rossen Stoyanchev 2014-03-23 21:39:27 -04:00
  • 15188a8eee Document IE 8 and 9 related SockJS transport details Rossen Stoyanchev 2014-03-23 19:31:45 -04:00
  • d30cb17c91 Polish SockJS documentation Rossen Stoyanchev 2014-03-23 22:49:33 -04:00
  • 7af74b2475 Disable SockJS heartbeat if STOMP heartbeat is on Rossen Stoyanchev 2014-03-23 02:12:57 -04:00
  • 2c6d6b524d Adjust SockJS scheduler core pool size Rossen Stoyanchev 2014-03-23 01:04:30 -04:00
  • 7651f83b4c Polish Rossen Stoyanchev 2014-03-23 01:01:39 -04:00
  • cbd5af3a03 Add CloseStatus to indicate unreliable session Rossen Stoyanchev 2014-03-23 00:51:33 -04:00
  • 4028a3b0bc Remove synchronized keywords from SockJsSession impls Rossen Stoyanchev 2014-03-22 22:47:32 -04:00
  • ffac748f1c Improve ConcurrentWebSocketSessionDecorator Rossen Stoyanchev 2014-03-22 17:06:45 -04:00
  • 299be08268 Remove synchronized block around WebSocketSession.send Rossen Stoyanchev 2014-03-21 11:42:23 -04:00
  • 796af90ba7 Polish ASM-based annotation processing Sam Brannen 2014-03-21 15:26:13 +01:00
  • 90e3dbb0f5 BufferedImageHttpMessageConverter ignores empty MIME types Juergen Hoeller 2014-03-21 14:43:03 +01:00
  • 3aff973d13 Javadoc: @ComponentScan is subject to @Conditional as well Juergen Hoeller 2014-03-21 14:32:57 +01:00
  • 929e9ca401 Raise MessageConversionException in @Payload resolver Rossen Stoyanchev 2014-03-21 08:52:31 -04:00
  • 26309838ba Set custom handshakeHandler for XML sockjs config Brian Clozel 2014-03-21 10:00:11 +01:00
  • b7a974116e Add concurrent WebSocket session decorator (temp commit) Rossen Stoyanchev 2014-03-20 16:37:59 -04:00
  • ac968e94ed Add getter for the length of a WebSocket message Rossen Stoyanchev 2014-03-20 16:35:58 -04:00
  • d4782647a4 Ensure default value of @Payload required is enforced Rossen Stoyanchev 2014-03-20 19:44:19 -04:00
  • 52c3f713bf Fix handling of required payload. Stephane Nicoll 2014-03-19 17:09:41 -07:00
  • 4cd818b9e4 Harmonize log configuration Stephane Nicoll 2014-01-20 10:23:13 +01:00
  • 10af128e96 Update thread pool settings in STOMP/WebSocket config Rossen Stoyanchev 2014-03-20 00:41:31 -04:00
  • 9cee70ff66 Polish ComponentScanParserTests and clean up warnings Sam Brannen 2014-03-20 01:28:59 +01:00
  • ad09f1b5ec Upgraded embedded ASM version to 5.0 Juergen Hoeller 2014-03-20 01:06:22 +01:00
  • 99cd2f6098 Support meta-annotation overrides in ASM processing Sam Brannen 2014-03-19 23:44:13 +01:00
  • 1bab8a3916 Add session attributes to SimpMessageHeaderAccessor Rossen Stoyanchev 2014-03-19 13:45:40 -04:00
  • 48b62e80d5 Rename handshakeAttributes to just attributes Rossen Stoyanchev 2014-03-19 12:25:08 -04:00
  • 1fa4a7d34f Fix minor issue in STOMP broker relay Rossen Stoyanchev 2014-03-19 10:35:48 -04:00
  • 9552c82e2d Remove use of simple executor in WebSocket clients Rossen Stoyanchev 2014-03-19 10:24:48 -04:00
  • 8aefcb9a55 Set DB_CLOSE_ON_EXIT=false in H2EmbeddedDbConfig Sam Brannen 2014-03-19 01:22:46 +01:00
  • dc6d67510d Improve configurability of EmbeddedDatabaseBuilder Sam Brannen 2014-03-18 23:53:43 +01:00
  • 34fe252acd Polish Javadoc for embedded database support Sam Brannen 2014-03-18 20:38:37 +01:00
  • 373f07b1ff Polishing Juergen Hoeller 2014-03-18 22:30:32 +01:00
  • e0757e7ed6 Detect ControllerAdvice beans in ancestor contexts as well Juergen Hoeller 2014-03-18 22:29:50 +01:00
  • b640b9fdfe Update TODOs for SPR-11574 Sam Brannen 2014-03-18 18:33:26 +01:00
  • 9ce0df89ff Support Class meta-annotation attributes with ASM Sam Brannen 2014-03-18 18:20:15 +01:00
  • 42690a9a9e Overhaul Javadoc for embedded database support Sam Brannen 2014-03-18 12:54:40 +01:00
  • c61d62ef4b Improve DataSourceInitializer Javadoc and implementation Sam Brannen 2014-03-18 12:54:02 +01:00
  • 87e58a6d7b Improve Javadoc for DatabasePopulator Sam Brannen 2014-03-18 12:52:59 +01:00
  • df98490f0d Increase logging for spring-messaging tests Rossen Stoyanchev 2014-03-17 22:32:01 -04:00
  • fb600857df Document locale convention in Tiles def file names Sebastien Deleuze 2014-03-17 11:02:36 +01:00
  • aac409c6cf Fix "Configuring the WebSocket Engine" documentation Sebastien Deleuze 2014-03-17 22:06:22 +01:00
  • a372b683cd Use custom config read in ReactorTcpClient Rossen Stoyanchev 2014-03-17 21:11:13 -04:00
  • 38e7c4776b Cache.get(key, type) should also work in case of null value found in cache Juergen Hoeller 2014-03-18 00:50:59 +01:00
  • 57af56aeeb Improve logging in STOMP broker relay Rossen Stoyanchev 2014-03-17 17:11:15 -04:00
  • 918e21fd8f Upgrade to reactor 1.0.1.RELEASE Rossen Stoyanchev 2014-03-17 17:10:53 -04:00
  • 92eb99a5ab Favor ScriptException over SQLException Sam Brannen 2014-03-17 16:05:09 +01:00
  • cf290ab42a Extracted simple MethodInvokingBean as alternative to (and base class for) MethodInvokingFactoryBean Juergen Hoeller 2014-03-17 15:13:59 +01:00
  • a8577da30c DeferredQueryInvocationHandler explicitly closes its EntityManager on garbage collection Juergen Hoeller 2014-03-17 13:53:38 +01:00
  • fbd25467c4 Introduce SQL script exception hierarchy Sam Brannen 2014-03-17 12:26:32 +01:00
  • f68bd5c8b2 Rename ReactorNettyTcpClient to ReactorTcpClient Rossen Stoyanchev 2014-03-16 18:11:33 -04:00
  • 2e13bf8b81 Refine Reactor-based TCP client implementation Rossen Stoyanchev 2014-03-16 18:02:27 -04:00
  • 6bcbb94aba Refine BrokerAvailabilityEvent behavior Rossen Stoyanchev 2014-03-16 14:16:34 -04:00
  • 14a8f19670 Add links to class-level Javadoc in JdbcTestUtils Sam Brannen 2014-03-16 17:44:11 +01:00
  • cae50c3a2d Polishing Sam Brannen 2014-03-16 17:34:01 +01:00
  • bb67cd4657 Fix regression for newline separators in SQL scripts Sam Brannen 2014-03-16 16:41:08 +01:00
  • e7b8a657b4 Add more tests for @ComponentScan as a meta-annotation Sam Brannen 2014-03-15 15:28:17 +01:00
  • 189cd663c5 Polishing Juergen Hoeller 2014-03-15 00:46:06 +01:00
  • f1fbe85ff1 Investigate issue with @ComponentScan as meta-annotation Sam Brannen 2014-03-15 00:04:53 +01:00
  • 3d506eb033 Clean up ConfigurationClassPostProcessorTests Sam Brannen 2014-03-14 22:34:11 +01:00
  • 99ea429fd7 Added specific unit test for scoped-proxy target not being an autowire candidate Juergen Hoeller 2014-03-14 20:40:24 +01:00
  • 5308b3e358 Revised naming for prototype inner beans to avoid excessive unique name calculation Juergen Hoeller 2014-03-14 20:38:09 +01:00
  • 9dcd03d862 Clean up imports and warnings Sam Brannen 2014-03-14 17:34:21 +01:00
  • 5ff1c696c8 Check raw Type objects, not ResolvableType instances, during isAssignableFrom recursion Juergen Hoeller 2014-03-14 00:45:40 +01:00
  • 791f58e6be Polishing Juergen Hoeller 2014-03-13 17:31:39 +01:00
  • 4744180d3d NumberUtils reports overflow when converting from BigInteger/BigDecimal to Long Juergen Hoeller 2014-03-13 17:03:55 +01:00
  • 01b2f67f11 Introduce constructors in ResourceDatabasePopulator Sam Brannen 2014-03-13 13:45:05 +01:00
  • a006ca2542 Remove trailing whitespace Sam Brannen 2014-03-13 12:21:32 +01:00
  • 7853e74e78 Merge pull request #485 from cbaldwin74/SPR-9531 Sam Brannen 2014-03-13 12:05:49 +01:00
  • 2bfd6ddcf4 Refactor SQL script support Sam Brannen 2014-03-11 16:14:17 +01:00
  • e5c17560db Support multi-line comments in SQL scripts cbaldwin74 2014-03-06 01:38:38 -08:00
  • 6b31074e4a Add HTTP series check shortcut methods to HttpStatus Rossen Stoyanchev 2014-03-12 17:04:16 -04:00
  • 6a4a2ec6a4 Fix expected and actual argument order Rossen Stoyanchev 2014-03-12 16:52:52 -04:00
  • 3474afb165 Improve suffix pattern check Rossen Stoyanchev 2014-03-12 16:38:58 -04:00
  • 4d3ca4319e Polishing Juergen Hoeller 2014-03-11 22:09:46 +01:00
  • b73a43972e Upgraded to TestNG 6.8.8 and Hibernate 4.2.10 Juergen Hoeller 2014-03-11 21:36:44 +01:00
  • 9585752693 Polishing Juergen Hoeller 2014-03-11 21:36:10 +01:00
  • 5c0fdb05bd AbstractFlashMapManager needs to decode parameter names Juergen Hoeller 2014-03-11 21:35:36 +01:00
  • 8b2b165777 Fix "relay-port" XSD type in spring-websocket.xsd Prior to this commit, the relay-port attribute of the <websocket:stomp-broker-relay /> tag was of type xsd:int. This prevents developers from using PropertyPlaceholderConfigurer, even though this configuration key is a good candidate for such use (this value depends on prod/staging/etc environment). Brian Clozel 2014-03-11 20:33:13 +01:00