Commit Graph

  • 255d1ad434 WebDataBinder and @MVC request param binding detect and introspect MultipartFile arrays as well (SPR-2784) Juergen Hoeller 2010-08-15 22:51:02 +00:00
  • 5b0448c609 MockMultipartHttpServletRequest pre-defines method "POST" and content type "multipart/form-data" Juergen Hoeller 2010-08-15 22:46:15 +00:00
  • 1841b14b21 consistent mocks between modules Juergen Hoeller 2010-08-15 22:02:40 +00:00
  • 19fcbeafb4 renamed UriUtilsTest to UriUtilsTests Juergen Hoeller 2010-08-15 22:01:33 +00:00
  • ace7b072f1 fixed accidental change to byte array loop Juergen Hoeller 2010-08-15 21:43:24 +00:00
  • fd159246ed polishing Juergen Hoeller 2010-08-15 21:26:43 +00:00
  • 2516bc0faf polishing Juergen Hoeller 2010-08-15 21:24:35 +00:00
  • 3963ff6e3b use generic Class<?> in TransactionAttributeSource signature Juergen Hoeller 2010-08-15 21:19:52 +00:00
  • a5b30fd074 polishing Juergen Hoeller 2010-08-15 21:17:39 +00:00
  • 35971f9f90 revised handler method resolution, in particular with respect to generic interfaces (SPR-7355) Juergen Hoeller 2010-08-15 21:12:54 +00:00
  • 49a2970def search super-interfaces as well (SPR-7355) Juergen Hoeller 2010-08-14 21:12:58 +00:00
  • 665a997f66 refined exception messages; added unit tests for custom array types Juergen Hoeller 2010-08-14 19:42:29 +00:00
  • 5109501d16 SPR-7463: switched to instance variable David Syer 2010-08-14 11:09:42 +00:00
  • e27f4b1577 revised DispatcherServlet's last-modified handling to properly work with scoped controllers Juergen Hoeller 2010-08-12 23:32:53 +00:00
  • f8690cf791 DispatcherServlet etc Juergen Hoeller 2010-08-12 22:55:12 +00:00
  • f6c07b371f revised DispatcherServlet's last-modified handling to properly work with scoped controllers; added HEAD support to ResourceHttpRequestHandler Juergen Hoeller 2010-08-12 22:54:24 +00:00
  • 29b12adbaa revised web scoping tests Juergen Hoeller 2010-08-12 22:49:26 +00:00
  • a79c015297 refined logging of handler objects in order to avoid early access to scoped proxies (SPR-7456) Juergen Hoeller 2010-08-12 22:14:20 +00:00
  • 01b65cd201 polishing Juergen Hoeller 2010-08-12 18:49:13 +00:00
  • 61fcef1471 polishing Juergen Hoeller 2010-08-12 18:42:13 +00:00
  • 34ebad5fff fixed JSP EvalTag to render null result as empty String instead of "null" String (SPR-7459) Juergen Hoeller 2010-08-12 18:41:24 +00:00
  • 9bd0bd9c3a SpringTemplateLoader supports last-modified timestamp through Resource abstraction (SPR-7454) Juergen Hoeller 2010-08-12 10:56:28 +00:00
  • 99733aef2a introspect superclass when given a CGLIB proxy as target class (SPR-7448); use generic Class<?> in TransactionAttributeSource signature Juergen Hoeller 2010-08-11 21:47:50 +00:00
  • 8a23ce917a Spring's constructor resolution consistently finds non-public multi-arg constructors (SPR-7453) Juergen Hoeller 2010-08-11 19:24:30 +00:00
  • 6e303d25c4 SPR-7427 - URL in a redirect is not escaped by RedirectView Arjen Poutsma 2010-08-11 11:44:44 +00:00
  • ac1d2d93d6 SPR-7439 - JSON (jackson) @RequestBody marshalling throws awkward exception Arjen Poutsma 2010-08-11 08:16:12 +00:00
  • b90260f8d2 Link to Spring Integration at end of event coverage Chris Beams 2010-08-11 06:36:00 +00:00
  • 258a47435d Remove XFire reference documentation (SPR-7434) Chris Beams 2010-08-10 23:10:35 +00:00
  • 1503a139e2 fixed yet another regression with respect to newlines (SPR-7449) Juergen Hoeller 2010-08-10 22:36:36 +00:00
  • 3d2dd447af Remove Chapter 27 from reference documentation (SPR-7433) Chris Beams 2010-08-10 22:13:55 +00:00
  • abf523698c Apply parentheses consistently within <methodname/> Chris Beams 2010-08-10 22:13:50 +00:00
  • e3400f77c9 [SPR-7449] @Ignore'd failing test for regression in ResourceDatabasePopulator. Sam Brannen 2010-08-10 21:51:35 +00:00
  • 9008cf907a Overhaul custom ApplicationEvent documentation (SPR-7422, SPR-7395) Chris Beams 2010-08-10 20:59:36 +00:00
  • 720f7ecf48 Polish validation chapter program listings Chris Beams 2010-08-10 13:48:48 +00:00
  • 87caa13363 Clarify ConversionServiceFactoryBean documentation (SPR-7362) Chris Beams 2010-08-10 13:48:44 +00:00
  • cecee4d02b Fix typo in validation chapter Chris Beams 2010-08-10 13:48:41 +00:00
  • f45bb92917 Format validation chapter docbook source Chris Beams 2010-08-10 13:48:34 +00:00
  • 73ec840279 Remove dependency-check coverage from reference docs (SPR-7303) Chris Beams 2010-08-10 13:48:26 +00:00
  • 771db05608 changed contentLength() from int to long Juergen Hoeller 2010-08-09 15:58:07 +00:00
  • e250ff0fb4 fixed package-info Juergen Hoeller 2010-08-08 23:31:48 +00:00
  • b4cd58394a revised ResourceHttpRequestHandler (SPR-7116) Juergen Hoeller 2010-08-08 23:25:49 +00:00
  • bda3d81bc9 implement file resolution for isReadable() as well Juergen Hoeller 2010-08-08 23:21:41 +00:00
  • 2b4e714c68 Resource refinements, etc Juergen Hoeller 2010-08-08 23:00:30 +00:00
  • 82730830d1 added "contentLength()" method to Resource abstraction; URL-based Resource variants introspect "last-modified" and "content-length" response headers (SPR-5465); refined "exists()" check for UrlResource (HEAD request) and ClassPathResource (URL resolution) Juergen Hoeller 2010-08-08 22:53:52 +00:00
  • f5b0edbebd Typo fix 'a enterprise' -> 'an enterprise' Chris Beams 2010-08-07 22:47:32 +00:00
  • 48874801a3 fixed accidental regression with respect to newlines Juergen Hoeller 2010-08-07 18:02:51 +00:00
  • 58b07f586d SpEL passes full collection type context to ConversionService (SPR-7410) Juergen Hoeller 2010-08-07 17:54:23 +00:00
  • 7cddb1c50e polishing Juergen Hoeller 2010-08-07 16:52:16 +00:00
  • a8133a9917 ignore empty statements (SPR-7363) Juergen Hoeller 2010-08-07 16:52:05 +00:00
  • bf4b9f5ffb Replace 'Java EE' with 'enterprise Java' as appropriate Chris Beams 2010-08-07 14:47:17 +00:00
  • 0625990020 Add missing equals sign to code snippet (SPR-7339) Chris Beams 2010-08-07 13:57:28 +00:00
  • e116a29795 Change 'lastName*' -> 'lastName' for error display (SPR-7339) Chris Beams 2010-08-07 13:57:26 +00:00
  • d97f899bee Fix typos (SPR-7339) Chris Beams 2010-08-07 13:57:23 +00:00
  • 5ce4cada53 Fix typos in Chapter 27 (SPR-7339) Chris Beams 2010-08-07 13:57:18 +00:00
  • b87b23087d Replace 'recourse' with simpler terms (SPR-7339) Chris Beams 2010-08-07 13:57:16 +00:00
  • bab902e85b Fix typo 'type form'->'type from' (SPR-7339) Chris Beams 2010-08-07 13:57:14 +00:00
  • 5e64f228b6 Consistently refer to 'default no-arg constructor' (SPR-7339) Chris Beams 2010-08-07 13:57:12 +00:00
  • edad222e6a Distinguish JMS remoting from JMS messaging support (SPR-7339) Chris Beams 2010-08-07 13:57:09 +00:00
  • 91172f4f43 Clarify ServletException is thrown when no view is resolved (SPR-7339) Chris Beams 2010-08-07 13:57:07 +00:00
  • 3a9fc70f91 Add @Repository use to JdbcTemplate Best Practices (SPR-7339) Chris Beams 2010-08-07 13:57:03 +00:00
  • 30b0e5e250 Improve explanation re DAOs and persistence resources (SPR-7339) Chris Beams 2010-08-07 13:57:01 +00:00
  • 55f2fe7dd5 Replace 'tropes' language (SPR-7339) Chris Beams 2010-08-07 13:56:58 +00:00
  • d109879b6c Ignore OS X .DS_Store files Chris Beams 2010-08-07 13:56:49 +00:00
  • 4af36454ba PortletWrappingController supports Portlet 2.0 resource and event requests as well (SPR-7430) Juergen Hoeller 2010-08-07 11:47:32 +00:00
  • 753cda3d81 Portlet AbstractController consistently uses session mutex if "synchronizeOnSession" is active Juergen Hoeller 2010-08-07 11:46:15 +00:00
  • b054ca4a48 reintroduced createInstance() template method in deprecated form (SPR-7428) Juergen Hoeller 2010-08-07 11:16:46 +00:00
  • 9ef47b82a5 added missing setter method for the "valueSeparator" property (SPR-7429) Juergen Hoeller 2010-08-07 11:03:49 +00:00
  • 103297cf59 SPR-7116 - Added documentation for <mvc:default-servlet-handler> Jeremy Grelle 2010-08-03 16:14:37 +00:00
  • 6adf8d18df SPR-7416 Typo on the name of the @Autowired annotation: @Autowire -> @Autowired Usage of the @Value annotation: ${jdbcProperties.url} -> ${jdbc.url} (inside section "Declaring @Configuration classes as plain Spring <bean/> elements"). Michael Isvy 2010-08-03 07:14:29 +00:00
  • 8e77701358 SPR-7116 - Added documentation for <mvc:resources> Jeremy Grelle 2010-08-03 01:23:24 +00:00
  • c1246d506c SPR-7116 - javadocs Jeremy Grelle 2010-08-02 22:37:14 +00:00
  • af0fac9099 JaxWsPortProxyFactoryBean takes "wsdlDocumentUrl", "namespaceUri" etc defaults from @WebService (SPR-7412) Juergen Hoeller 2010-08-02 21:44:14 +00:00
  • 367048c5d1 SPR-7116 - Simplified (removed gzip and white-listing) and completed XML namespace config. Jeremy Grelle 2010-07-31 01:09:40 +00:00
  • 061af2f25f ultimateTargetClass falls back to raw class instead of returning null Juergen Hoeller 2010-07-30 15:13:38 +00:00
  • faad0f4bb1 AutodetectCapableMBeanInfoAssembler signature consistently refers to Class<?> (SPR-7405) Juergen Hoeller 2010-07-29 20:29:32 +00:00
  • c3a639f07d fixed concurrency issue in TypedStringValue, showing for nested typed Maps in prototype beans (SPR-7398); optimized building of keyed arg names in BeanDefinitionValueResolver Juergen Hoeller 2010-07-29 13:49:09 +00:00
  • bd4f4d0d30 SPR-7116 further work in progress. Added white-listing by media type, checking MIME type from the ServletContext, and some additional validations. Jeremy Grelle 2010-07-29 00:01:13 +00:00
  • 3e0003a1a0 TaskExecutorFactoryBean (as used by task:executor) exposes full ThreadPoolTaskExecutor type (SPR-7403) Juergen Hoeller 2010-07-28 17:39:03 +00:00
  • 60a69bd653 SPR-7116 work in progress. ResourceHttpRequestHandler is now functionally equivalent to the Spring JS ResourceServlet, with the exception of the resource concatenation feature (which will be deferred for reconsideration in 3.1). Jeremy Grelle 2010-07-27 04:45:43 +00:00
  • 72da237474 FilterDefinitionFactoryBean supports Hibernate 3.6.0.beta1 as well Juergen Hoeller 2010-07-27 00:04:23 +00:00
  • d3cb310962 bunch of fixes for 3.0.4 Juergen Hoeller 2010-07-26 21:03:55 +00:00
  • d4f73c1d3d turned TypeDescriptor.UNKNOWN into an internal detail (SPR-7349) Juergen Hoeller 2010-07-26 20:55:14 +00:00
  • 3c0ce48cbd added further test case for property type detection with generic interface Juergen Hoeller 2010-07-26 20:39:27 +00:00
  • 8e5c033446 avoid double ConversionFailedException nesting Juergen Hoeller 2010-07-26 20:33:34 +00:00
  • f04febaf2d fixed @PathVariable regression in combination with ConversionService usage on DataBinder Juergen Hoeller 2010-07-26 20:14:57 +00:00
  • b261d336b1 HibernateJpaDialect correctly closes borrowed connections even for nested JDBC executions (SPR-7393) Juergen Hoeller 2010-07-26 12:33:37 +00:00
  • 8519a2d705 Fixed execute -> exchange Arjen Poutsma 2010-07-26 08:00:43 +00:00
  • f90125f984 fixed WeakReferenceMonitor to never stop its monitoring thread if an entry has been registered (SPR-7373) Juergen Hoeller 2010-07-23 18:18:16 +00:00
  • 18af8a00f9 added license header Juergen Hoeller 2010-07-23 10:09:33 +00:00
  • b7b7c067c6 GenericTypeResolver works for nested parameterized types and for generic superclasses as well (SPR-7389) Juergen Hoeller 2010-07-22 15:57:55 +00:00
  • 60fa490b50 Typo Arjen Poutsma 2010-07-22 09:31:01 +00:00
  • 605ac0e230 Remove redundant @Aspect from CodeStyleAspect.aj Chris Beams 2010-07-21 19:18:11 +00:00
  • 7304c09021 Spring field error arguments include actually declared annotation attributes in alphabetical order (SPR-6730) Juergen Hoeller 2010-07-21 14:24:10 +00:00
  • 9bcfc5480d Fix dependency issues in .context pom and .classpath Chris Beams 2010-07-21 12:04:06 +00:00
  • 022e74ea3d Add .springBeans to .gitignore Chris Beams 2010-07-21 12:04:03 +00:00
  • 4d5a9c41e0 allow for converting a property value based on the corresponding property name (SPR-7386) Juergen Hoeller 2010-07-21 11:17:44 +00:00
  • 11886f2149 polishing Juergen Hoeller 2010-07-20 20:02:43 +00:00
  • 1dce03af78 JSR-303 Pattern message resolvable through Spring MessageSource (despite special characters; SPR-7329) Juergen Hoeller 2010-07-20 20:02:23 +00:00
  • 3afe8aee18 Fix hibernate-validatin version David Syer 2010-07-20 15:41:41 +00:00
  • e26fc66523 SPR-7384: switch to using 1-12 for month numbers David Syer 2010-07-20 15:25:00 +00:00