Commit Graph

  • eda6268d9d fixed findPlaceholderEndIndex to work with a custom suffix as well (SPR-7574) Juergen Hoeller 2010-09-29 14:01:54 +00:00
  • 668207d59d fixed Portlet UnavailableException tests (SPR-7542) Juergen Hoeller 2010-09-29 13:45:50 +00:00
  • 803b336354 fixed Portlet UnavailableException tests (SPR-7542) Juergen Hoeller 2010-09-29 13:31:53 +00:00
  • 4c154d3cab AnnotationSessionFactoryBean's "postProcessConfiguration" is non-final now (because of Hibernate 3.6; SPR-7581) Juergen Hoeller 2010-09-29 13:22:24 +00:00
  • 7ad191c912 made ResourceHttpRequestHandlerTests more reliable (SPR-7565) Juergen Hoeller 2010-09-29 13:14:18 +00:00
  • 70cb81b4b5 SPR-7591 - HttpStatusCodeException should contain response body Arjen Poutsma 2010-09-24 10:06:52 +00:00
  • 6e516b7281 SPR-6819 + change jpa Maven dependency from provided to compile Costin Leau 2010-09-21 23:14:22 +00:00
  • aab05c4da9 Minor correction to doc updates made as part of SPR-7545 - "cache-period" attribute was incorrectly documented as "cache-seconds". Jeremy Grelle 2010-09-17 18:50:01 +00:00
  • 562747ef41 Review recent documentation and default servlet changes Chris Beams 2010-09-15 08:45:21 +00:00
  • c1d2c36f32 SPR-7443 - Mentioned @ConstructorProperties in doc Oliver Gierke 2010-09-15 08:13:12 +00:00
  • e8b9c6d5ff SPR-7443 - Constructor arg resolution by name (doc) Oliver Gierke 2010-09-15 06:37:05 +00:00
  • b2b195e2cf changed the access of the "reconcileColumnsToUse" and "reconcileParameters" methods to protected (SPR-7556) Thomas Risberg 2010-09-14 15:48:03 +00:00
  • 2c559aa8c8 SPR-7537 - Document proxying for MVC controllers Oliver Gierke 2010-09-14 11:02:46 +00:00
  • bf90a2ddb6 DispatcherPortlet throws custom NoHandlerFoundException instead of misleading UnavailableException (SPR-7542) Juergen Hoeller 2010-09-14 06:43:53 +00:00
  • a3f155220b UriTemplate is serializable now (SPR-7541) Juergen Hoeller 2010-09-14 05:37:30 +00:00
  • 6d4faa6c52 ApplicationContext registers context-specific ClassArrayEditor for its bean ClassLoader (SPR-1461) Juergen Hoeller 2010-09-14 05:09:08 +00:00
  • d8ecc76d4c SPR-7545 - Reference documentation now reflects the final state of the ResourceHttpRequestHandler and references the DefaultServletHttpRequestHandler properly. Jeremy Grelle 2010-09-13 23:06:06 +00:00
  • 05bcc4028d Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547) Chris Beams 2010-09-13 20:23:26 +00:00
  • 334a294e2a SPR-7553 - DefaultServletHttpRequestHandler fails on Google App Engine Jeremy Grelle 2010-09-13 19:58:26 +00:00
  • 99f7142e3f Add @Ignored repro test for SPR-7538 Chris Beams 2010-09-10 16:32:20 +00:00
  • aa54518e2e final preparations for 3.0.5 Juergen Hoeller 2010-09-10 09:09:28 +00:00
  • c2dab9c200 EmbeddedDatabaseFactory shuts down database when failing to populate it in initDatabase (SPR-7536) Juergen Hoeller 2010-09-10 09:07:20 +00:00
  • 609f91e1b4 final preparations for 3.0.5 Juergen Hoeller 2010-09-09 22:14:51 +00:00
  • 87e7258c9a polishing Juergen Hoeller 2010-09-09 22:14:36 +00:00
  • 134e79c0fd clearly document behavior with respect to beans of same name at different factory levels (SPR-6117) Juergen Hoeller 2010-09-09 22:12:23 +00:00
  • 08fb61316d Comment xsd-config-setup doc pending overhaul (SPR-7521) Chris Beams 2010-09-09 10:16:43 +00:00
  • 4b89069cab Polish whitespace in docs Chris Beams 2010-09-09 10:16:39 +00:00
  • 5f2d88f74a polishing Juergen Hoeller 2010-09-09 09:04:40 +00:00
  • 53692a79e2 polishing Juergen Hoeller 2010-09-09 08:13:49 +00:00
  • b07a7be262 expression parser stuff Juergen Hoeller 2010-09-08 22:53:54 +00:00
  • 7a42ff16ac polishing Juergen Hoeller 2010-09-08 22:53:39 +00:00
  • f848e5081d updated version statement in javadoc Juergen Hoeller 2010-09-08 22:48:03 +00:00
  • 91a53a36ec LocalSessionFactoryBean's "entityCacheStrategies" works with region names on Hibernate 3.6 as well Juergen Hoeller 2010-09-08 22:45:58 +00:00
  • 1247d2085b Polished the support for looking up column values by column label (SPR-7506) Thomas Risberg 2010-09-08 18:59:28 +00:00
  • 90636f66a8 Added support for looking up column values by column label to support CachedRowSetImpl which doesn't allow for column label use (SPR-7506); added some generics; Thomas Risberg 2010-09-08 18:46:21 +00:00
  • c33df5977a pass full TypeDescriptor context through to ConversionService calls (SPR-7519) Juergen Hoeller 2010-09-08 17:26:02 +00:00
  • 6f69b7b752 Allow class-relative resource loading in GenericXmlApplicationContext (SPR-7530) Chris Beams 2010-09-08 15:30:48 +00:00
  • 912d349366 @MVC fixes Juergen Hoeller 2010-09-08 14:48:52 +00:00
  • 284f98f12a fixed @MVC processing of parameter-level annotations to work with interface-based proxies again (SPR-7483) Juergen Hoeller 2010-09-08 14:45:00 +00:00
  • 907febd86e revised @RequestParam processing to support CSV-to-array/collection binding with ConversionService (SPR-7479) Juergen Hoeller 2010-09-08 13:56:42 +00:00
  • af7203b839 Added XMLEventStreamWriter Arjen Poutsma 2010-09-08 12:52:23 +00:00
  • a251d6a6cc revised @RequestParam processing to support CSV-to-array/collection binding with ConversionService (SPR-7479) Juergen Hoeller 2010-09-08 12:39:57 +00:00
  • 449337a544 Small Stax fixes. Arjen Poutsma 2010-09-08 09:45:18 +00:00
  • f92f295055 Small Stax fixes. Arjen Poutsma 2010-09-08 08:42:09 +00:00
  • 6a4bc3e39f further fixes for 3.0.5 Juergen Hoeller 2010-09-06 23:35:14 +00:00
  • 88e0dcfa06 added MockMultipartFile to web-portlet module Juergen Hoeller 2010-09-06 23:22:03 +00:00
  • bd05b046d0 reverted shortening of action exception parameter value; fixed multipart test (SPR-7495) Juergen Hoeller 2010-09-06 23:11:11 +00:00
  • 7e5215b5d4 fixed typo Juergen Hoeller 2010-09-06 22:56:18 +00:00
  • ba946c08dd copy event parameters to render parameters in case of an action exception as well (SPR-7495) Juergen Hoeller 2010-09-06 22:56:05 +00:00
  • 3eda5144ae DispatcherPortlet copies all action parameters to render parameters in case of an action exception (SPR-7495); shortened Portlet MVC's action exception render parameter value to "true" Juergen Hoeller 2010-09-06 22:45:31 +00:00
  • e68f2f0a5f removed unused HandlerExecutionChain caching Juergen Hoeller 2010-09-06 21:44:06 +00:00
  • 45d9b0cb2d allow for writing the response directly in a Portlet @ExceptionHandler method (like in the Servlet equivalent) Juergen Hoeller 2010-09-06 21:43:26 +00:00
  • 66b4499973 polishing Juergen Hoeller 2010-09-06 21:20:03 +00:00
  • e035477e6a extended synchronization for methodResolverCache (SPR-7525) Juergen Hoeller 2010-09-06 20:41:50 +00:00
  • 479b4c1b84 added bean type to post-processing log statement (SPR-7524) Juergen Hoeller 2010-09-06 20:06:48 +00:00
  • 05a3f3ad8d avoid failures in case of manually registered null instance (SPR-7523) Juergen Hoeller 2010-09-06 19:47:16 +00:00
  • b67da6c3f8 Granting Keith's wish Arjen Poutsma 2010-09-03 08:50:45 +00:00
  • 0485f15998 Fixed typo Sam Brannen 2010-09-01 23:38:51 +00:00
  • b60a7a2e07 prepared for 3.0.5 Juergen Hoeller 2010-09-01 22:24:21 +00:00
  • e6425ee41f polishing Juergen Hoeller 2010-09-01 22:02:33 +00:00
  • 0a17e41755 catch invalid arguments early; avoid stack overflow in object-to-collection case (SPR-7488) Juergen Hoeller 2010-09-01 22:02:07 +00:00
  • 055c343ce0 SpEL supports projection on any kind of Collection (SPR-7493) Juergen Hoeller 2010-09-01 21:55:39 +00:00
  • 3f68ccadd9 polishing Juergen Hoeller 2010-09-01 18:41:10 +00:00
  • 4e3227441b DefaultLobHandler's "wrapAsLob" mode works with PostgreSQL's getAsciiStream() requirement (SPR-7487) Juergen Hoeller 2010-09-01 18:09:29 +00:00
  • e56cfb8173 consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) Juergen Hoeller 2010-09-01 17:17:25 +00:00
  • 66a5bb7c22 JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore (SPR-7505) Juergen Hoeller 2010-09-01 14:02:32 +00:00
  • 82bcef037d JDBC bundle uses local ClassLoader as bean ClassLoader for "sql-error-codes.xml" parsing (SPR-7497) Juergen Hoeller 2010-09-01 13:46:57 +00:00
  • 5ddf8245dd fixed EvalTag's EvaluationContext caching (SPR-7482) Juergen Hoeller 2010-09-01 13:33:45 +00:00
  • 3e5aca86d5 fixed no-message-received commit case for non-cached Sessions (SPR-7478) Juergen Hoeller 2010-09-01 11:21:40 +00:00
  • d7e0776148 avoid hanging in case of shutdown errors (SPR-7511) Juergen Hoeller 2010-09-01 11:19:11 +00:00
  • 416004b1bc Fixing build Arjen Poutsma 2010-08-31 15:48:42 +00:00
  • 2182287d3e Minor tweaks Arjen Poutsma 2010-08-31 10:46:58 +00:00
  • e3298061d2 Added createCustomStaxSource/Result, because JAXP 1.4 kills babies in their sleep. Arjen Poutsma 2010-08-31 09:51:59 +00:00
  • 9aafa1c6b2 Various StAX improvements. Arjen Poutsma 2010-08-27 11:35:27 +00:00
  • b72cca5403 Fix memory leak in serializable bean factory management (SPR-7502) Chris Beams 2010-08-27 10:53:20 +00:00
  • d0f13b5beb SPR-7490 - Reverting RedirectView to it's 3.0.3 version Arjen Poutsma 2010-08-25 09:00:09 +00:00
  • 4504ab8bc2 SPR-7316 - writeAcceptCharset now also set to false when using mvc namespace. Arjen Poutsma 2010-08-23 14:53:00 +00:00
  • 7730e76c06 Publishing license and notice files Ben Hale 2010-08-23 13:17:31 +00:00
  • dbfa049e1e Prepping for 3.0.5 Arjen Poutsma 2010-08-19 11:04:04 +00:00
  • 9f05f28727 Prepping for 3.0.5 Arjen Poutsma 2010-08-19 10:55:41 +00:00
  • a9da123259 temporarily disabled constructor argument caching for converted values (SPR-7423) Juergen Hoeller 2010-08-19 09:30:04 +00:00
  • 001d676dec SPR-7471 - Regression in redirect URL encoding Arjen Poutsma 2010-08-19 08:54:42 +00:00
  • 061b2c91a0 SPR-7474 - AbstractXmlStreamReader getAttributeValue(String, String) does not handle null namespaceURI properly Arjen Poutsma 2010-08-19 07:53:48 +00:00
  • 9ab2c6628b Split IoC chapter DocBook XML into multiple files (SPR-7467) Chris Beams 2010-08-18 10:37:35 +00:00
  • 2f980d95ff final preparations for 3.0.4 release Juergen Hoeller 2010-08-18 09:13:10 +00:00
  • 9857ba077b revised constructor argument caching for highly concurrent creation scenarios (follow-up to SPR-7423) Juergen Hoeller 2010-08-18 09:08:55 +00:00
  • 9a088b8128 Document BeanFactoryPostProcessor implementation constraints (SPR-7466) Chris Beams 2010-08-17 09:50:22 +00:00
  • e4792aaf33 polishing Juergen Hoeller 2010-08-16 21:24:21 +00:00
  • b58e19b04c polishing Juergen Hoeller 2010-08-16 20:39:28 +00:00
  • 48869a86cc consistent converting and escaping of label values (following AbstractMultiCheckedElementTag's SPR-7174) Juergen Hoeller 2010-08-16 20:39:14 +00:00
  • a032ce12cb renamed "mapping-order" to "order"; added "cache-period" Juergen Hoeller 2010-08-16 19:04:51 +00:00
  • ecb351c475 return 404 in case of no media type found Juergen Hoeller 2010-08-16 19:02:12 +00:00
  • b51f067f74 @MVC handler method resolution Juergen Hoeller 2010-08-15 23:51:01 +00:00
  • 9b3fbc2333 WebDataBinder and @MVC request param binding detect and introspect MultipartFile arrays as well (SPR-2784) Juergen Hoeller 2010-08-15 23:20:55 +00:00
  • ee04046ed7 polishing Juergen Hoeller 2010-08-15 23:04:19 +00:00
  • 3cf22a0255 lazy creation of MessageFormats Juergen Hoeller 2010-08-15 23:04:02 +00:00
  • 0aec5efb56 polishing Juergen Hoeller 2010-08-15 23:01:10 +00:00
  • 5c3cf5f672 added testStringArrayToResourceArray Juergen Hoeller 2010-08-15 23:00:46 +00:00
  • d1afb29074 Servlet/PortletContextResource inherit isReadable, contentLength and lastModified from AbstractFileResolvingResource Juergen Hoeller 2010-08-15 22:57:37 +00:00
  • b2b1ff60dd CommonsMultipartResolver cleans up all multipart files in case of multiple files for same name as well (SPR-2784) Juergen Hoeller 2010-08-15 22:52:54 +00:00