Commit Graph

  • c54b6e9e82 Polished exception message (cherry picked from commit 6110919) Juergen Hoeller 2013-09-04 22:11:11 +02:00
  • 6110919842 Polished exception message Juergen Hoeller 2013-09-04 22:11:11 +02:00
  • c5aa0d12b0 Polishing Juergen Hoeller 2013-09-04 16:44:07 +02:00
  • 6de67cc2df Only cache resolved method when coming from ReflectiveMethodResolver Juergen Hoeller 2013-09-04 16:43:51 +02:00
  • b9d726fb84 Fixed EL resolution against static method with changing target class Juergen Hoeller 2013-09-04 15:37:01 +02:00
  • 2b57020c18 Polishing (cherry picked from commit b25876f) Juergen Hoeller 2013-09-02 22:01:57 +02:00
  • 77298a19c9 Javadoc fixes (cherry picked from commit facf31f) Juergen Hoeller 2013-09-02 21:20:46 +02:00
  • df18e9173d Revised PersistenceExceptionTranslationInterceptor to lazily retrieve PersistenceExceptionTranslator beans on demand Juergen Hoeller 2013-09-04 18:33:25 +02:00
  • baa698eddf Polishing Juergen Hoeller 2013-09-04 16:44:07 +02:00
  • b7ff26aafb Only cache resolved method when coming from ReflectiveMethodResolver Juergen Hoeller 2013-09-04 16:43:51 +02:00
  • 5e6044c45b Fixed EL resolution against static method with changing target class Juergen Hoeller 2013-09-04 15:37:01 +02:00
  • 476af2e962 Merge pull request #351 from poutsma/listenable_future Arjen Poutsma 2013-09-04 14:39:22 +02:00
  • d0aa158aef Added ListenableFuture interface Arjen Poutsma 2013-09-02 15:23:57 +02:00
  • 1c47c8f35c Remove TODOs (replaced with JIRA tickets) Rossen Stoyanchev 2013-09-03 23:28:21 -04:00
  • 8a4c6eb605 Fixed accidental use of Reactor's Assert util Juergen Hoeller 2013-09-03 23:56:43 +02:00
  • 30d2f783a7 Modify return type of subProtocolWebSocketHandler bean Rossen Stoyanchev 2013-09-03 15:24:58 -04:00
  • 542b5b2029 First-class support for MultiTenantConnectionProvider and CurrentTenantIdentifierResolver Juergen Hoeller 2013-09-03 18:32:01 +02:00
  • a9e727cd88 Compatibility with Hibernate 4.3 Juergen Hoeller 2013-09-03 17:58:18 +02:00
  • 0b37cec287 Consistent support for JTA 1.1 TransactionSynchronizationRegistry Juergen Hoeller 2013-09-03 17:57:31 +02:00
  • 0ac6998e60 Refine destination semantics for msg-handling methods Rossen Stoyanchev 2013-09-03 11:04:00 -04:00
  • e1a46bb57a Add tests to spring-messaging Rossen Stoyanchev 2013-09-02 20:35:18 -04:00
  • d202573e1a Revised spring-oxm for 4.0 Juergen Hoeller 2013-09-02 22:02:11 +02:00
  • b25876fd0f Polishing Juergen Hoeller 2013-09-02 22:01:57 +02:00
  • facf31f01a Javadoc fixes Juergen Hoeller 2013-09-02 21:20:46 +02:00
  • e8c0ef8305 ThreadPoolTaskScheduler allows for setPoolSize changes at runtime Juergen Hoeller 2013-09-02 21:18:41 +02:00
  • e523152653 Properly handle getMethodDescriptors() null value on IBM JVM Juergen Hoeller 2013-09-02 16:42:06 +02:00
  • 3ca0dcd912 Fixed method count in AbstractMethodMockingControl's IllegalStateException message Juergen Hoeller 2013-09-02 17:09:29 +02:00
  • 55961544a7 Fixed method count in AbstractMethodMockingControl's IllegalStateException message Juergen Hoeller 2013-09-02 17:09:29 +02:00
  • 5639aa7064 Properly handle getMethodDescriptors() null value on IBM JVM Juergen Hoeller 2013-09-02 16:42:06 +02:00
  • e33324b700 Changed Future<Void> to Future<?> Arjen Poutsma 2013-09-02 15:33:16 +02:00
  • 0c30618ae8 Fixed getCachedExecutor race condition in MethodReference Juergen Hoeller 2013-09-02 15:33:15 +02:00
  • 79ddba5d01 Polish WebSocket integration tests Rossen Stoyanchev 2013-09-02 09:10:43 -04:00
  • fee3148b0f Add Tomcat WebSocket integration tests Rossen Stoyanchev 2013-09-01 16:01:15 -04:00
  • e21bbdd933 Polish WebSocket/STOMP Java config Rossen Stoyanchev 2013-08-30 23:23:56 -04:00
  • 5d69700515 Remove incorrect package import Rossen Stoyanchev 2013-08-30 17:09:03 -04:00
  • ed7c8b5a53 Fixed getCachedExecutor race condition in MethodReference Juergen Hoeller 2013-09-02 14:55:14 +02:00
  • fcd32bc5f5 Increment version to 4.0.0.BUILD-SNAPSHOT Spring Buildmaster 2013-08-29 16:10:02 -07:00
  • 8db4089e54 Release version 4.0.0.M3 Spring Buildmaster 2013-08-29 15:38:27 -07:00
  • 1f897329f9 Add support for Ping and Pong WebSocket messages Rossen Stoyanchev 2013-08-29 15:11:03 -04:00
  • cbdb99c042 Add basic javadoc to spring-messaging annotations Rossen Stoyanchev 2013-08-29 14:09:52 -04:00
  • 50178550eb Add option to remove path ext in ServletUriCompBuilder Rossen Stoyanchev 2013-08-29 13:38:31 -04:00
  • 9317d8f43e Polishing (cherry picked from commit caa1218) Juergen Hoeller 2013-08-29 19:17:59 +02:00
  • 692908b722 Javadoc fixes (cherry picked from commit 465e629) Juergen Hoeller 2013-08-28 22:16:08 +02:00
  • caa1218d36 Polishing Juergen Hoeller 2013-08-29 19:17:59 +02:00
  • c664010001 Added conversion support for Java 8's ZoneId class and the 'of' method convention Juergen Hoeller 2013-08-29 19:15:22 +02:00
  • 0c00b0d902 Added 'zone' attribute to @Scheduled Juergen Hoeller 2013-08-29 18:44:01 +02:00
  • 39ff1e2c53 Add StompProtocolHandler tests Rossen Stoyanchev 2013-08-29 09:58:04 -04:00
  • 364bc35709 Use correct header for version in CONNECTED frame Andy Wilkinson 2013-08-29 09:38:13 +01:00
  • 20c4177466 Merge pull request #350 from ok2c/httpclient_4_3 Arjen Poutsma 2013-08-29 15:24:16 +02:00
  • 296e2189a2 Post SPR-8804 optimizations: better use of HC 4.3 APIs Oleg Kalnichevski 2013-08-29 13:28:00 +02:00
  • 80812d30d4 Protect STOMP passcode from showing up in logs Rossen Stoyanchev 2013-08-28 23:51:08 -04:00
  • 1472e9795f Update SpringConfiguration to support beans by type Rossen Stoyanchev 2013-08-28 22:51:39 -04:00
  • f0dda0e38b Add WebSocket integration tests w/ Java configuration Rossen Stoyanchev 2013-08-28 21:08:17 -04:00
  • 744e1ed203 Merge pull request #304 from antonio-marrero/master Phillip Webb 2013-08-28 17:21:25 -07:00
  • 57f7b14b49 Assign lowest priority to /** pattern Antonio Marrero 2013-06-24 16:17:01 +01:00
  • c1dafed886 Refine AntPathMatcher.combine when p1 contains '.' Phillip Webb 2013-08-26 18:22:22 -07:00
  • c890d1e69d Fix malformed code in documentation Grzegorz Rożniecki 2013-07-30 19:10:06 +02:00
  • 57dfc13f30 Merge pull request #326 from Xaerxess/SPR-10798 Phillip Webb 2013-08-28 14:26:36 -07:00
  • 00c744ba1a Fix malformed code in documentation Grzegorz Rożniecki 2013-07-30 19:10:06 +02:00
  • 4c7cb858d2 Fix elvis operator mistake in reference docs clemp6r 2013-08-14 16:34:07 +02:00
  • c93fbda56d Merge pull request #335 from clemp6r/SPR-10850 Phillip Webb 2013-08-28 14:16:15 -07:00
  • 84242f1aff Fix elvis operator mistake in reference docs clemp6r 2013-08-14 16:34:07 +02:00
  • 365ce55a93 Polishing Juergen Hoeller 2013-08-28 22:16:20 +02:00
  • 465e6292eb Javadoc fixes Juergen Hoeller 2013-08-28 22:16:08 +02:00
  • fe8dec912d @Bean methods are allowed to override existing bean definitions with a role other than ROLE_APPLICATION now (e.g. framework-generated default beans) Juergen Hoeller 2013-08-28 22:14:34 +02:00
  • 4b2847d9d1 Add ChannelInterceptor to spring-messaging module Rossen Stoyanchev 2013-08-28 14:41:20 -04:00
  • 467a6b9fa7 Fix failing tests and upgrade websocket to Jetty 9.0.5 Rossen Stoyanchev 2013-08-28 08:43:19 -04:00
  • 3d645cf808 Added documentation on DecompressingHttpClient Arjen Poutsma 2013-08-28 14:09:07 +02:00
  • 38c8c6d085 Turned AsyncRequestCallbackAdapter into a private inner class Juergen Hoeller 2013-08-28 12:56:18 +02:00
  • bb971cecf1 A BeanDefinitionRegistryPostProcessor may register other BeanDefinitionRegistryPostProcessors Juergen Hoeller 2013-08-28 12:49:53 +02:00
  • bb18f81b50 Added "recovery-interval" attribute to <jms:listener-container> Juergen Hoeller 2013-08-28 09:36:23 +02:00
  • 4c0da5867a Add Java config support for WebSocket and STOMP Rossen Stoyanchev 2013-08-26 17:37:31 -04:00
  • 4b6a9ac180 Polish WebSocketHttpRequestHandler Rossen Stoyanchev 2013-08-25 13:47:16 -04:00
  • 5a49d657d8 AnnotationConfigWebApplicationContext allows for repeated register/scan calls Juergen Hoeller 2013-08-28 00:04:53 +02:00
  • 8a1ae53166 Consistent use of Class<?> (cherry picked from commit 091712d) Juergen Hoeller 2013-08-28 00:03:58 +02:00
  • 0765a05434 Marked @Profile as @Documented (cherry picked from commit e812b6c) Juergen Hoeller 2013-08-28 00:03:40 +02:00
  • 4447248a83 Introduced support for @Lazy on injection points Juergen Hoeller 2013-08-28 00:14:39 +02:00
  • 01b8d9327d AnnotationConfigWebApplicationContext allows for repeated register/scan calls Juergen Hoeller 2013-08-28 00:04:53 +02:00
  • 091712df06 Consistent use of Class<?> Juergen Hoeller 2013-08-28 00:03:58 +02:00
  • e812b6cea0 Marked @Profile as @Documented Juergen Hoeller 2013-08-28 00:03:40 +02:00
  • 5efe894ee4 Not exposing ApplicationContext on ConditionContext anymore Juergen Hoeller 2013-08-28 00:00:54 +02:00
  • 1e64eed6b2 Reintroducing deprecated addConstructorArg variant Juergen Hoeller 2013-08-27 23:29:41 +02:00
  • b75fa9d7a7 Upgraded to Reactor 1.0 M2 release Juergen Hoeller 2013-08-27 23:27:35 +02:00
  • 6969ae94a0 Merge pull request #346 from rwinch/SPR-10860 Rob Winch 2013-08-27 13:00:35 -07:00
  • 00bc54dcc5 Restore method signatures on MediaType Rob Winch 2013-08-27 14:37:56 -05:00
  • 750930fa25 Fix bug with the order of messaging arg resolvers Rossen Stoyanchev 2013-08-27 15:05:34 -04:00
  • ebcee26d57 Add AsyncRestTemplate Arjen Poutsma 2013-07-01 13:54:42 +02:00
  • 89b53cfcd5 Javadoc that @Conditionals are not inherited Phillip Webb 2013-08-27 10:48:38 -07:00
  • ced5ea2f93 Revert "Ensure @Conditions consider super classes" Phillip Webb 2013-08-27 10:39:51 -07:00
  • 402a3b8473 Fix javadoc Rossen Stoyanchev 2013-08-27 12:48:48 -04:00
  • 3f130a1c08 Add support for custom types in AMMH Jan Machacek 2013-08-26 12:09:33 +01:00
  • c48a41ea7a Fix minor issue in JettyRequestUpgradeStrategy Jan Machacek 2013-08-27 16:33:44 +01:00
  • ed9b2966c0 Revise use of FilterChain in MockMvc Rossen Stoyanchev 2013-08-27 11:45:46 -04:00
  • 072e5e8471 Revise use of FilterChain in MockMvc Rossen Stoyanchev 2013-08-27 11:45:46 -04:00
  • 620c16f5c7 Ensure @Conditions consider super classes Phillip Webb 2013-08-26 17:12:02 -07:00
  • 8f90eacd92 Polishing Juergen Hoeller 2013-08-26 20:04:40 +02:00
  • aecf60d21f Discovering and accumulating all @Profile meta-annotations Juergen Hoeller 2013-08-26 20:03:32 +02:00
  • c9771012e9 Introduced @Description annotation for populating BeanDefinition.getDescription() Juergen Hoeller 2013-08-23 16:49:25 +02:00
  • cf2e1ffc65 Fix failing test Rossen Stoyanchev 2013-08-22 21:53:57 -04:00
  • 64baef9f19 Fix failing tests Rossen Stoyanchev 2013-08-22 20:56:26 -04:00