Commit Graph

  • 519f78c3f5 Optimized ImportAware processing to avoid re-reading class files Juergen Hoeller 2013-11-22 23:22:20 +01:00
  • 009e362709 @EnableMBeanExport supports placeholders for its attributes now Juergen Hoeller 2013-11-22 23:18:47 +01:00
  • ad402dcb4a Status quo for composable stereotypes on interfaces Sam Brannen 2013-11-22 16:37:48 +01:00
  • 44c5eaeaa3 Fix typo in Javadoc Sam Brannen 2013-11-22 16:17:20 +01:00
  • a613126be0 Polish AnnotationUtils Sam Brannen 2013-11-22 14:39:51 +01:00
  • 665251fa2f Suppress deprecation warning in StatusResultMatchers Sam Brannen 2013-11-22 12:55:12 +01:00
  • 127bc07cda Delete unused package import Sam Brannen 2013-11-22 12:49:25 +01:00
  • f3504b2fd5 Fix docs sample for ConversionServiceFactoryBean Phillip Webb 2013-11-21 15:53:22 -08:00
  • d9c4470461 Upgrade to HSQLDB 2.3.1 Phillip Webb 2013-11-21 15:48:17 -08:00
  • 87e443b429 Merge pull request #80 from giovannidalloglio/SPR-9164 Phillip Webb 2013-11-21 14:33:13 -08:00
  • d0ab131a57 Add BigDecimal support for SpEl numeric operations giovannidalloglio 2012-05-22 00:23:01 +02:00
  • a41958435a Merge pull request #406 from aclement/fix-SPR-9194 Phillip Webb 2013-11-21 12:08:40 -08:00
  • 2a05e6afa1 Change SpEL equality operators to use .equals Andy Clement 2013-11-07 13:50:40 -08:00
  • 7c3cdf82cc Try a different mbean port Phillip Webb 2013-11-21 11:49:43 -08:00
  • 3200f3e9a7 Polish Javadoc for TestGroup Sam Brannen 2013-11-21 10:53:13 +01:00
  • cfe7a525e2 Revert accidental changes to TestGroupTests Sam Brannen 2013-11-21 10:52:53 +01:00
  • 639b2cb12e Increase performance test timeout Phillip Webb 2013-11-20 22:05:34 -08:00
  • 4385da7b84 Support for 'all excluding' test groups Phillip Webb 2013-11-20 21:26:17 -08:00
  • 02f7803860 Upgrade to Gradle 1.9 Phillip Webb 2013-11-20 13:14:57 -08:00
  • 5c7eaaa969 Fix SpEL docs indicating +/- is Supported on Date Phillip Webb 2013-11-20 13:12:30 -08:00
  • b830d7362d Support non-public anno. attr. values in AnnoUtils Sam Brannen 2013-11-20 21:58:36 +01:00
  • 45afd4fbe2 Update build in preparation for Gradle 2.0 Sam Brannen 2013-11-20 20:10:19 +01:00
  • 63c143be61 Merge pull request #409 from cdupuis/SPR-11083 Phillip Webb 2013-11-20 10:39:33 -08:00
  • f6f0adf63b Allow instrumentation to be used with Attach API Christian Dupuis 2013-11-11 16:23:10 +01:00
  • 41cdbd292a Defensively handle non-retrievable ApplicationListener bean names Juergen Hoeller 2013-11-20 14:52:25 +01:00
  • 6a9e116d78 Polishing Juergen Hoeller 2013-11-20 14:50:59 +01:00
  • 0de112198e Rely on presence of Servlet 2.5's ServletContext.getContextPath() Juergen Hoeller 2013-11-20 14:50:32 +01:00
  • 2ea5360b82 Upgrade Jetty to 9.1.0 GA Brian Clozel 2013-11-19 20:55:12 +01:00
  • cc4faa5990 Fix standard multipart binding + Polish Brian Clozel 2013-11-19 20:48:41 +01:00
  • 6f2004f4f8 Restore multi-page and PDF reference documentation Phillip Webb 2013-11-19 08:04:27 -08:00
  • e54fc7bbdc Add whitespace to improve asciidoc readability Phillip Webb 2013-11-19 08:02:33 -08:00
  • 5d8b008a8b Remove superfluous spaces in asciidoc Phillip Webb 2013-11-19 07:16:09 -08:00
  • 8d4d5af30a Polish build.gradle Phillip Webb 2013-11-19 16:27:24 -08:00
  • 8dd5e6da46 Upgrade to Gradle 1.8 and propdeps 0.0.5 Phillip Webb 2013-11-19 16:24:42 -08:00
  • a7251041f1 Fix broken reference guide links Phillip Webb 2013-11-18 20:20:23 -08:00
  • 99cf06bfc9 Remove superfluous space before 'http' in asciidoc Phillip Webb 2013-11-18 20:17:54 -08:00
  • 13bef4fd2d Specify asciidoc type Phillip Webb 2013-11-18 20:14:24 -08:00
  • 8e60bbc3ee Replace asciidoc authors convention with attribute Phillip Webb 2013-11-18 20:11:49 -08:00
  • 7d7f0063f8 Wrap reference asciidoc at 90 characters Phillip Webb 2013-11-18 20:02:31 -08:00
  • cb858a3b01 Replace springsource.org links with spring.io Phillip Webb 2013-11-18 10:10:54 -08:00
  • ea08d4b49c Add .gradletasknamecache to .gitignore Phillip Webb 2013-11-18 10:10:07 -08:00
  • 4b0de69246 Replace non UTF-8 characters in asciidoc source Phillip Webb 2013-11-18 09:53:20 -08:00
  • dfa7483812 Fix broken javadoc links in reference guide Biju Kunjummen 2013-11-07 20:29:45 -05:00
  • e910326bf7 Polish Javadoc for ListableBeanFactory Sam Brannen 2013-11-17 14:59:47 +00:00
  • 35b9b8400b Rename @SubscribeEvent to @SubscribeMapping Rossen Stoyanchev 2013-11-15 16:32:52 +00:00
  • 2597cd2339 Upgraded to JCache 1.0 PFD Juergen Hoeller 2013-11-15 16:48:34 +01:00
  • 54571bf038 Introduced getBeanNamesForAnnotation method on ListableBeanFactory Juergen Hoeller 2013-11-15 16:04:11 +01:00
  • b43901ed86 Upgraded to JSF 2.0 baseline; building against JSF 2.2 now Juergen Hoeller 2013-11-15 12:07:42 +01:00
  • ddebda1121 Ignoring non-loadable annotations in SourceClass.getAnnotations() and therefore in the collectImports algorithm Juergen Hoeller 2013-11-15 11:50:01 +01:00
  • 85ed196cf4 Remove 'not found in _includes' hacks Phillip Webb 2013-11-14 09:54:55 -08:00
  • 6802f813de Polish STOMP codec Rossen Stoyanchev 2013-11-13 13:44:07 -05:00
  • e84885c655 Update STOMP decoder to handle incomplete frames Andy Wilkinson 2013-11-13 10:36:59 +00:00
  • 9600bf07c7 Upgrade to reactor-tcp 1.0 Rossen Stoyanchev 2013-11-12 16:44:11 -05:00
  • df5d22e120 Improve logging in spring-messaging Rossen Stoyanchev 2013-11-12 16:34:25 -05:00
  • 72dec7d0fe Add default destination for @SendTo methods Rossen Stoyanchev 2013-11-11 16:58:33 -05:00
  • d67fe1db86 Polish spring-context Sam Brannen 2013-11-11 12:09:50 +01:00
  • 5915b23e8a Rename method in MessageBrokerConfigurer Rossen Stoyanchev 2013-11-10 10:46:24 -05:00
  • 930d187723 Merge pull request #408 from AlexYursha/patch-1 Sam Brannen 2013-11-08 15:53:24 -08:00
  • 6a1ca41cb7 Put accidentally deleted LF in place Alex Yursha 2013-11-09 01:57:27 +03:00
  • 6900645d59 Fix a typo in package description Alex Yursha 2013-11-09 01:26:59 +03:00
  • 2a6c1f75e7 Simplify determination of SockJS path Rossen Stoyanchev 2013-11-07 22:26:00 -05:00
  • 6a18daea33 Return AbstractSubscribableChannel from @Bean methods Rossen Stoyanchev 2013-11-07 20:47:03 -05:00
  • 0340cc5f03 Update user destinations handling Rossen Stoyanchev 2013-11-07 17:33:13 -05:00
  • c09f85172b Use AsciiDoctor special characters Sam Brannen 2013-11-07 13:18:31 +01:00
  • 0f26a7795d Next development version Spring Buildmaster 2013-11-06 11:51:48 -08:00
  • 47ae15b7ee Update changelog Phillip Webb 2013-11-06 11:09:58 -08:00
  • 467c770b4d Handle UnsupportedOperationException from getInstalledExtensions in Glassfish 4.0 Michael Irwin 2013-11-04 14:47:22 -05:00
  • b5bd4d8a8a Add div around extra hidden fields in FormTag Rossen Stoyanchev 2013-11-05 20:44:17 -05:00
  • df7b661702 Added test for placeholder in alias definition Juergen Hoeller 2013-11-06 00:36:56 +01:00
  • fe46a01a57 JndiObjectFactoryBean converts a "defaultObject" value to the expected type if necessary Juergen Hoeller 2013-11-06 00:36:48 +01:00
  • e9a24da225 Added test for placeholder in alias definition Juergen Hoeller 2013-11-06 00:14:26 +01:00
  • 0aedd81ccc JndiObjectFactoryBean converts a "defaultObject" value to the expected type if necessary Juergen Hoeller 2013-11-06 00:12:52 +01:00
  • dcc6ef262d Poish asciidoctor Rob Winch 2013-11-05 16:49:53 -06:00
  • 18b69903ca Return 415 on bad request body content-type Rossen Stoyanchev 2013-11-05 15:30:22 -05:00
  • 2f13e05b4f Return 415 on bad request body content-type Rossen Stoyanchev 2013-11-05 15:30:22 -05:00
  • 7bf4324f0f Poish asciidoctor Rob Winch 2013-11-05 13:52:25 -06:00
  • 3476d11fb8 Poish asciidoctor Rob Winch 2013-11-05 11:01:30 -06:00
  • 2e57cf8bfc Fold spring-test-mvc sources into spring-test Rossen Stoyanchev 2013-11-05 11:44:13 -05:00
  • 4b38dc8972 Fix exception mock request builder Rossen Stoyanchev 2013-11-05 10:59:05 -05:00
  • 0eeb6717e0 Fix exception mock request builder Rossen Stoyanchev 2013-11-05 10:59:05 -05:00
  • c6c5555034 Use final keyword in MessageHeaders Rossen Stoyanchev 2013-11-05 10:06:35 -05:00
  • 7387cb990e Disable ext entities in SourceHttpMessageConverter Rossen Stoyanchev 2013-11-05 09:02:46 -05:00
  • 2ae6a6a341 Disable ext entities in SourceHttpMessageConverter Rossen Stoyanchev 2013-11-05 09:21:57 -05:00
  • 863570abb7 Perform setParent's Environment merging for ClassPathXmlApplicationContext etc constructors with parent argument as well Juergen Hoeller 2013-11-05 14:18:14 +01:00
  • 70907fd326 Only retrieve the FlashMapManager if a non-empty output FlashMap has been found Juergen Hoeller 2013-11-05 14:18:08 +01:00
  • c5fcf19535 Perform setParent's Environment merging for ClassPathXmlApplicationContext etc constructors with parent argument as well Juergen Hoeller 2013-11-05 13:48:21 +01:00
  • 4ac680103b Only retrieve the FlashMapManager if a non-empty output FlashMap has been found Juergen Hoeller 2013-11-05 13:38:10 +01:00
  • 8f81a12236 Added actual overriding test to BeanMethodPolymorphismTests Juergen Hoeller 2013-11-05 01:09:51 +01:00
  • 494cc22bcd Polishing (along with SPR-10992) Juergen Hoeller 2013-11-05 00:52:49 +01:00
  • 044d68b336 @Bean method metadata is always being picked from the most concrete subclass Juergen Hoeller 2013-11-05 00:52:28 +01:00
  • eed1a323d1 Polishing (along with SPR-10992) Juergen Hoeller 2013-11-04 23:44:47 +01:00
  • 935bd25b09 Revised @Bean processing rules Juergen Hoeller 2013-11-04 23:34:00 +01:00
  • e146e53d9b Added support for the JCA 1.7 getActivationName() method Juergen Hoeller 2013-11-04 23:14:57 +01:00
  • bedb8e965f Update CONTRIBUTING-DOCUMENTATION.adoc Rossen Stoyanchev 2013-11-04 15:56:48 -05:00
  • 6ef9cbe473 Update CONTRIBUTING-DOCUMENTATION.adoc Rossen Stoyanchev 2013-11-04 15:56:26 -05:00
  • fd0b6caf9e Migrate documentation to asciidoctor Rob Winch 2013-11-04 11:21:53 -06:00
  • a95eb1d044 Polishing (selectively backported from recent 4.0 commits) Juergen Hoeller 2013-11-04 16:22:46 +01:00
  • b00c31a620 Use non-lenient constructor resolution mode for @Bean methods Juergen Hoeller 2013-11-04 00:19:55 +01:00
  • 50d3f71923 Added get(key, type) method to Cache interface Juergen Hoeller 2013-11-04 14:31:41 +01:00
  • b093b84954 Use non-lenient constructor resolution mode for @Bean methods Juergen Hoeller 2013-11-04 00:19:55 +01:00