Commit Graph

  • d9de19d7b3 SPR-8653 + refactor a bit the internals of CacheAspect to allow invocations that do not throw any exceptions (AspectJ) Costin Leau 2011-09-02 15:37:42 +00:00
  • 91251812b1 Polish @ExceptionHandler method resolution. Allow subclasses to plug in additional @ExceptionHandler methods. Rossen Stoyanchev 2011-09-02 11:04:23 +00:00
  • 04bcd77520 + temporarily revert change Costin Leau 2011-09-02 08:25:39 +00:00
  • b6d7c85f6e SPR-7812 Provide separate methods for type and method-level custom request conditions. Polish javadoc in RequestMappingInfo and related HandlerMapping classes Rossen Stoyanchev 2011-09-01 12:02:19 +00:00
  • ddfb2d3c58 + remove unneeded catch for exceptions inside AbstractCacheAspect.aj Costin Leau 2011-09-01 08:04:16 +00:00
  • 37d22ad039 SPR-8611 Add detection of RedirectView when selecting the best view in ContentNegotiatingViewResolver. Rossen Stoyanchev 2011-08-31 14:51:24 +00:00
  • 7bf44f06a0 SPR-8596 Detect case in UriPathHelper where originating request query (before forwarding) is null. Rossen Stoyanchev 2011-08-31 13:00:24 +00:00
  • ce70c985b4 + add documentation on declarative XML Costin Leau 2011-08-31 10:27:42 +00:00
  • b06de49c72 Changed ClientHttpRequestInterceptor array to List Arjen Poutsma 2011-08-31 09:03:19 +00:00
  • 4a669d1a0a Removed UrlPathHelper, as it's provided by the superclass Arjen Poutsma 2011-08-31 08:42:45 +00:00
  • 1a34f6459d [SPR-8644][SPR-8633] introduced failing (ignored) test regarding support for invoking methods that accept var-args. Sam Brannen 2011-08-30 14:20:12 +00:00
  • 16fb3cb4b3 [SPR-8644] Introduced a failing (ignored) test that demonstrates that findMethod() does not currently support var-args. Sam Brannen 2011-08-30 14:05:51 +00:00
  • 1de71c6e37 [SPR-8222] Upgraded to JUnit 4.9. Sam Brannen 2011-08-30 13:16:12 +00:00
  • 6a06a17c47 SPR-6464 Add target request matching logic to DefaultFlashMapManager. Rossen Stoyanchev 2011-08-29 08:37:43 +00:00
  • 71984b8038 Fix ExtendedBeanInfo indexed write method edge case Chris Beams 2011-08-29 05:31:47 +00:00
  • 2fc78fb8fd [SPR-8240] cleaned up and formatted the testing chapter. Sam Brannen 2011-08-26 22:23:02 +00:00
  • 7908d05c71 [SPR-8627] Deprecated @ExpectedException. [SPR-8240] cleaned up and formatted the testing chapter. Sam Brannen 2011-08-26 22:21:16 +00:00
  • 0460a5eceb SPR-8536 Add exact matches when comparing 'produces' conditions (e.g. given Accept: text/*, method with text/* is preferred over text/plain). Also pick a media type alphabetically when two 'produces' condition media types match equally (e.g. given Accept: text/* method with text/plain is chosen over text/xhtml) Rossen Stoyanchev 2011-08-25 13:09:14 +00:00
  • 00ff018b39 SPR-6464 Uncommitted file from the last commit. Rossen Stoyanchev 2011-08-25 08:11:17 +00:00
  • baea01ac90 SPR-6464 Add RedirectAttributes and SmartView interfaces. Rossen Stoyanchev 2011-08-25 07:50:07 +00:00
  • bd7fd57ad2 Fix cache ref doc typo: Eh{c=>C}acheCacheManager Chris Beams 2011-08-24 19:05:49 +00:00
  • 7d177ecfd4 Update Servlet 3.0 dependency in webmvc pom Chris Beams 2011-08-24 19:05:45 +00:00
  • 7a1553472d [SPR-8633] Introduced generic invokeMethod() in ReflectionTestUtils. Sam Brannen 2011-08-24 17:29:00 +00:00
  • 4d99ddba8a [SPR-8633] Introduced generic invokeMethod() in ReflectionTestUtils. Sam Brannen 2011-08-24 17:26:59 +00:00
  • 72da569aa3 [SPR-8386][SPR-8387] Revised Javadoc in the TestContext framework regarding changes in 3.1. Sam Brannen 2011-08-20 23:14:20 +00:00
  • 1c7cc172d9 [SPR-8627] Deprecated @ExpectedException. Sam Brannen 2011-08-20 18:39:36 +00:00
  • 381ab6fcc2 [SPR-8627] Deprecated @ExpectedException. Sam Brannen 2011-08-20 18:32:37 +00:00
  • 960082dbb0 [SPR-8541] Oops! Fixed a minor logic error in DelegatingSmartContextLoader. Sam Brannen 2011-08-20 17:52:04 +00:00
  • 8ccedd452e [SPR-8541] Documented DelegatingSmartContextLoader. Sam Brannen 2011-08-20 17:45:14 +00:00
  • 466c3b4b2a [SPR-8541] Documented DelegatingSmartContextLoader. Sam Brannen 2011-08-20 17:41:29 +00:00
  • 0a88d4bae1 Fixed broken test: now verifying that an attempt to set a null active profile throws an IllegalArgumentException. Sam Brannen 2011-08-20 14:58:58 +00:00
  • 2c239e30d5 Update spring-webmvc-portlet template.mf Chris Beams 2011-08-20 10:23:08 +00:00
  • f0460ce6fd Register JndiPropertySource by default in portlet environments Chris Beams 2011-08-20 03:02:37 +00:00
  • 6db594c79d Register JndiPropertySource by default in servlet environments Chris Beams 2011-08-20 03:02:31 +00:00
  • 76bf72c9f8 Introduce ConfigurableEnvironment#addActiveProfile Chris Beams 2011-08-20 03:02:20 +00:00
  • c0eeb8bacd Introduce AbstractEnvironment#validateProfile Chris Beams 2011-08-20 03:02:12 +00:00
  • e19a2e7370 Reorganize and add comments to build.properties Chris Beams 2011-08-20 03:02:05 +00:00
  • 68d5d753ba Increase supported aspectj version 1.5.4 => 1.6.8 Chris Beams 2011-08-20 03:02:01 +00:00
  • 1b176db8e7 Remove obsolete taglibs dependency from webmvc pom Chris Beams 2011-08-20 03:01:57 +00:00
  • 5946e66586 Update ejb and javax.resource deps in tx pom Chris Beams 2011-08-20 03:01:53 +00:00
  • 36c1813828 Update ejb, inject-tck, jsr166 deps in context pom Chris Beams 2011-08-20 03:01:49 +00:00
  • 711b84ab06 Update .core pom with jopt dependency Chris Beams 2011-08-20 03:01:45 +00:00
  • 6363bb4b5b fixed Hibernate Validator import range Juergen Hoeller 2011-08-18 23:15:16 +00:00
  • ef04ccca17 allow for Hibernate 4.0 Juergen Hoeller 2011-08-18 23:14:42 +00:00
  • f32b8f81e4 allow for Quartz 2.0 Juergen Hoeller 2011-08-18 23:14:28 +00:00
  • 90997e65cf fixed Hibernate Validator import range Juergen Hoeller 2011-08-18 23:13:56 +00:00
  • 9e375a860a polishing Juergen Hoeller 2011-08-18 23:13:30 +00:00
  • 58ea5a702d backported autogrow fix: converted Collection differs from original Collection Juergen Hoeller 2011-08-18 20:31:27 +00:00
  • 97b988ade8 Update pom versions to 3.0.6.BUILD-SNAPSHOT Chris Beams 2011-08-18 19:34:46 +00:00
  • 227234288f Backport rename JMX tests to avoid jmxremote_optional error Chris Beams 2011-08-18 19:33:55 +00:00
  • 05a7b65d43 backported NotificationListenerTests fixes Juergen Hoeller 2011-08-18 19:05:31 +00:00
  • 87dad65ff0 [SPR-8622] Upgraded to JUnit 4.8.2 Sam Brannen 2011-08-18 16:06:31 +00:00
  • 7f715ee803 Fixed minor typo in Javadoc. Sam Brannen 2011-08-18 14:18:29 +00:00
  • e16e3a9f60 Fixed source attachments in Eclipse classpath; sorted classpath entries. Sam Brannen 2011-08-18 14:17:44 +00:00
  • cee6cb859d added test for month sequence (SPR-7807) Juergen Hoeller 2011-08-17 21:01:39 +00:00
  • 28e6d9a692 added test for month sequence (SPR-7807) Juergen Hoeller 2011-08-17 21:01:34 +00:00
  • 19c6a4e209 RequiredAnnotationBeanPostProcessor's skip attribute accepts "true" as String value as well (SPR-8617) Juergen Hoeller 2011-08-16 22:41:45 +00:00
  • f6be50eda2 RequiredAnnotationBeanPostProcessor's skip attribute accepts "true" as String value as well (SPR-8617) Juergen Hoeller 2011-08-16 22:41:11 +00:00
  • 63a217a40a + add XML support for cache abstraction (cache-advice) - DRAFT Costin Leau 2011-08-16 17:35:01 +00:00
  • a8476d05be Prune misplaced src directory Chris Beams 2011-08-15 21:52:54 +00:00
  • 9fce69849a Move misplaced integration test to proper location Chris Beams 2011-08-15 21:44:18 +00:00
  • 9b9975f269 ForkJoinPoolFactoryBean etc Juergen Hoeller 2011-08-15 21:35:48 +00:00
  • b9089a8f9d final preparations for 3.0.6 Juergen Hoeller 2011-08-15 21:31:25 +00:00
  • 7a20ed7d70 fixed timeout assertion Juergen Hoeller 2011-08-15 21:29:15 +00:00
  • 36084c348f fixed timeout assertion Juergen Hoeller 2011-08-15 21:28:13 +00:00
  • 99588950d2 polishing Juergen Hoeller 2011-08-15 21:24:41 +00:00
  • 20f748865e polishing Juergen Hoeller 2011-08-15 21:23:53 +00:00
  • cce1e2010d added HttpComponentsHttpInvokerRequestExecutor Juergen Hoeller 2011-08-15 21:23:41 +00:00
  • 152add37d5 SPR-6464 Add getInputFlashMap and getOutputFlashMap methods to RequestContextUtils Rossen Stoyanchev 2011-08-15 21:01:52 +00:00
  • f0db3d0992 polishing Juergen Hoeller 2011-08-15 20:57:59 +00:00
  • c564049b23 consistent "connectTimeout" and "readTimeout" properties (SPR-8615) Juergen Hoeller 2011-08-15 20:57:42 +00:00
  • a2129a132f consistent "connectTimeout" and "readTimeout" properties (SPR-8615) Juergen Hoeller 2011-08-15 20:57:14 +00:00
  • 4acb0fa284 introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6) Juergen Hoeller 2011-08-15 16:41:55 +00:00
  • 0f1c10bc1c SPR-8612 Allow use of explicit status code in HTTP 1.0 compatibility mode Rossen Stoyanchev 2011-08-15 13:02:48 +00:00
  • aa46d18125 SPR-6464 FlashMap polish Rossen Stoyanchev 2011-08-15 12:48:33 +00:00
  • 224bce1b64 SPR-8612 Allow explicit status code in HTTP 1.0 compatibility mode Rossen Stoyanchev 2011-08-15 12:25:28 +00:00
  • 936c83b030 SPR-6464 Add RedirectModel Rossen Stoyanchev 2011-08-14 22:32:42 +00:00
  • 84ff2b49a6 Polishing Javadoc and suppressing warnings. Sam Brannen 2011-08-14 17:11:31 +00:00
  • a94e3785b8 Polishing Javadoc and suppressing warnings. Sam Brannen 2011-08-14 17:02:45 +00:00
  • d746dcaa63 SPR-5628 Use MediaType to parse the content type in HttpPutFormContentFilter Rossen Stoyanchev 2011-08-14 12:19:06 +00:00
  • 9a40021f18 [SPR-8386][SPR-8387] Refined logging regarding detection of default resource locations and default configuration classes. Sam Brannen 2011-08-13 15:38:45 +00:00
  • bfbd7def33 Documented recent changes to the TestContext framework in the changelog Sam Brannen 2011-08-13 14:57:48 +00:00
  • a298c2dde8 [SPR-8386][SPR-8387] Redesign of DelegatingSmartContextLoader and the SmartContextLoader SPI: - Removed generatesDefaults() and supports() from the SmartContextLoader SPI and modified the DelegatingSmartContextLoader algorithm accordingly. - DelegatingSmartContextLoader no longer operates on a list of candidate loaders but rather on explicit instances of GenericXmlContextLoader and AnnotationConfigContextLoader. - Updated Javadoc regarding DelegatingSmartContextLoader as the new default loader. - Updated and polished Javadoc regarding changes in 3.1. - Now enforcing @ContextConfiguration's restriction on declaring locations or classes but not both. Sam Brannen 2011-08-13 14:31:00 +00:00
  • 2d6340af74 Deleting unnecessary TODOs and suppressing warnings. Sam Brannen 2011-08-13 13:38:54 +00:00
  • 585745de32 added "connectTimeout" and "readTimeout" properties to SimpleClientHttpRequestFactory (SPR-8614) Juergen Hoeller 2011-08-12 22:59:14 +00:00
  • 03c267e93a added "connectTimeout" and "readTimeout" properties to SimpleClientHttpRequestFactory (SPR-8614) Juergen Hoeller 2011-08-12 22:56:12 +00:00
  • 45efe6184c SPR-6464 FlashMap polish Rossen Stoyanchev 2011-08-12 18:32:30 +00:00
  • 367dcf13ce Suppressing deprecation warnings in MockPageContext. Sam Brannen 2011-08-12 15:29:56 +00:00
  • 65077d262c overridden @PersistenceContext annotations on subclass methods are being processed correctly (SPR-8594) Juergen Hoeller 2011-08-12 13:54:44 +00:00
  • 49e61d2680 overridden @PersistenceContext annotations on subclass methods are being processed correctly (SPR-8594) Juergen Hoeller 2011-08-12 13:54:17 +00:00
  • da36c2b8b8 polishing Juergen Hoeller 2011-08-12 10:03:28 +00:00
  • 8f01770f29 backported "formatters" property to FormattingConversionServiceFactoryBean Juergen Hoeller 2011-08-12 10:03:12 +00:00
  • b9ebdd28fb polishing Juergen Hoeller 2011-08-12 10:02:12 +00:00
  • c97257b16f SPR-6464 Fix minor issue Rossen Stoyanchev 2011-08-11 10:25:16 +00:00
  • 6f1818a604 SPR-6464 Use the redirect URL and its request parameters (if any), instead of a synthetic key, to match a FlashMap instance to its intended recepient request. This should help to prevent conflicts in most cases transparently. Only if necessary a controller can add extra request parameters to distinguish the request even more uniquely. Rossen Stoyanchev 2011-08-10 16:53:03 +00:00
  • 3ead3cf859 Improve wording of scoped-proxy example in ref doc Chris Beams 2011-08-09 14:45:26 +00:00
  • 47f45ff743 SPR-8585: add generic composite filter David Syer 2011-08-09 10:17:35 +00:00
  • 296099f222 SPR-8592: add SpEL support in <jdbc:/> David Syer 2011-08-09 10:17:10 +00:00
  • 0c0ab97a84 Switch servlet dependency to a public one David Syer 2011-08-09 10:16:33 +00:00
  • 1df0cd9f20 SPR-6464 Drop @FlashAttributes, add ResponseContext, ViewResponse, and RedirectResponse types for annotated controllers to use to prepare a redirect response with flash attributes; Add FlashMap and FlashMapManager and update DispatcherServlet to discover and invoke the FlashMapManager. Rossen Stoyanchev 2011-08-08 14:00:07 +00:00