Commit Graph

  • 461119973b [SPR-8387] deleted resolved TODO. Sam Brannen 2011-07-20 22:14:23 +00:00
  • 8224af1938 [SPR-8549] ContextCache is now keyed by MergedContextConfiguration instead of String; MergedContextConfiguration now implements custom hashCode() and equals() methods and no longer generates a context cache key. Sam Brannen 2011-07-20 22:06:05 +00:00
  • 2d7af57149 fixed DispatcherServletTests breakage Juergen Hoeller 2011-07-20 21:04:29 +00:00
  • 571535352b revised Servlet 3.0 based StandardServletMultipartResolver for correct param/file distinction; added multipart content type and headers access to MultipartRequest (dropping the previous header access solution on MultipartFile); MultipartFilter uses a Servlet 3.0 based StandardServletMultipartResolver by default Juergen Hoeller 2011-07-20 20:46:53 +00:00
  • 21f3f59cb7 [SPR-8387] Log messages now refer to default detection instead of default generation. Sam Brannen 2011-07-20 20:38:02 +00:00
  • 0df4631788 alignment with backported 3.0.6 code (SPR-8538) Juergen Hoeller 2011-07-20 19:59:41 +00:00
  • a2f00f205a collection/array conversion returns original collection if possible (SPR-8538); backported smarter element conversion check from 3.1 Juergen Hoeller 2011-07-20 19:57:40 +00:00
  • 718f025d64 Force lazy-init to false when parsing scheduled:task Chris Beams 2011-07-19 23:00:12 +00:00
  • 340a8b28f9 ConvertiblePair implements equals and hashCode (SPR-8459) Juergen Hoeller 2011-07-19 15:54:36 +00:00
  • 576b8fec31 ConvertiblePair implements equals and hashCode (SPR-8459) Juergen Hoeller 2011-07-19 15:51:19 +00:00
  • 69c9abf2b8 updated Quartz support package for full Quartz 2.0 support (SPR-8275) Juergen Hoeller 2011-07-19 15:25:10 +00:00
  • cc7c64a371 Remove unnecessary javax.servlet dependency Rossen Stoyanchev 2011-07-19 14:04:15 +00:00
  • e787887f46 SPR-8532 Exclude Tiles transitive deps on 'com.springsource.javax.servlet' from 'com.springsource.org.apache.tiles.jsp' and 'com.springsource.org.apache.tiles.servlet' only. Rossen Stoyanchev 2011-07-19 11:04:27 +00:00
  • 1d690ab99f SPR-8533 + add LTW support for JBoss 7 (renamed existing classes to MC (JBoss 5&6) and introduced Modules (JBoss 7)) Costin Leau 2011-07-19 07:24:47 +00:00
  • d97a5bf889 minor javadoc revision Juergen Hoeller 2011-07-18 21:50:15 +00:00
  • 83c5753ae1 updated dependencies Juergen Hoeller 2011-07-18 21:46:08 +00:00
  • 7e4982d6ae updated dependencies Juergen Hoeller 2011-07-18 21:41:21 +00:00
  • 94ac883eb1 polishing Juergen Hoeller 2011-07-18 21:37:24 +00:00
  • 67bb044a6f fixed whitespace Juergen Hoeller 2011-07-18 21:33:45 +00:00
  • 236b0305e8 Refactor execution of config class enhancement Chris Beams 2011-07-18 21:23:55 +00:00
  • 4f89459c3d Polish whitespace on JpaTransactionManager Chris Beams 2011-07-18 21:23:43 +00:00
  • 65ad44dadc polishing Juergen Hoeller 2011-07-18 20:50:35 +00:00
  • 9ddfb375cb polishing Juergen Hoeller 2011-07-18 20:49:58 +00:00
  • 6fc6a9e80c fixed @Rule execution order in SpringJUnit4ClassRunner to match standard JUnit 4 behavior (SPR-8537) Juergen Hoeller 2011-07-18 20:49:26 +00:00
  • f18fa08aa0 ConfigurationClassPostProcessor supports use of same processor instance with several factories (SPR-8527) Juergen Hoeller 2011-07-18 20:45:02 +00:00
  • 2568a3c2c6 SPR-8001 Recognize case when MultipartRequest is null and argument is of type MultipartFile and raise helpful exception. Rossen Stoyanchev 2011-07-18 13:49:47 +00:00
  • b8c723d080 SPR-8532 Upgrade org.springframework.web.servlet to Servlet 3.0 (as provided dependency) and add support for javax.servlet.Part parameter Rossen Stoyanchev 2011-07-18 12:06:11 +00:00
  • f874ed9790 [SPR-8387] Fleshed out the implementation of DelegatingSmartContextLoader and corresponding tests. Sam Brannen 2011-07-17 17:16:12 +00:00
  • 9d7bc31f0d polishing Sam Brannen 2011-07-17 16:35:22 +00:00
  • e7298a88d6 [SPR-8387] Fixed logic errors in DelegatingSmartContextLoader.processContextConfiguration() and ContextConfigurationAttributes.hasResources(). Sam Brannen 2011-07-15 20:01:18 +00:00
  • e34fa6abb1 [SPR-8387] Fixed logic error in DelegatingSmartContextLoader.processContextConfiguration(). Sam Brannen 2011-07-15 19:19:29 +00:00
  • b8624b470c [SPR-8387] Introduced hasResources() in ContextConfigurationAttributes; plus minor polishing. Sam Brannen 2011-07-15 19:03:16 +00:00
  • d2e6f82aa3 [SPR-8387] Fleshing out the implementation of processContextConfiguration() in DelegatingSmartContextLoader. Sam Brannen 2011-07-15 17:15:45 +00:00
  • 12eb9d7ed6 [SPR-8387] Fleshing out unit tests for DelegatingSmartContextLoader. Sam Brannen 2011-07-15 16:12:34 +00:00
  • cc725d7e5c extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible; made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings (SPR-8529); added getHeaderValue(s) method to MockHttpServletResponse for raw value access Juergen Hoeller 2011-07-15 14:51:01 +00:00
  • c0e429a9a5 polishing Juergen Hoeller 2011-07-15 14:48:51 +00:00
  • aa4ecdb79e fixed AccessControlContext applicability check Juergen Hoeller 2011-07-15 14:43:33 +00:00
  • 5937779bb1 call setEnvironment before other awareness methods rather than after; fixed AccessControlContext applicability check Juergen Hoeller 2011-07-15 14:40:38 +00:00
  • 18ab057e90 extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible; made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings (SPR-8529); added getHeaderValue(s) method to MockHttpServletResponse for raw value access Juergen Hoeller 2011-07-15 14:16:31 +00:00
  • 4e1cb2b823 move default value wrapper into support package (rather then interceptor) Costin Leau 2011-07-15 14:13:22 +00:00
  • fd42a65c6c Allow ConfigurationCPP to process multiple registries Chris Beams 2011-07-13 23:30:57 +00:00
  • c5463a2e52 Move ImportSelector.Context to a top-level class Chris Beams 2011-07-13 23:28:53 +00:00
  • 0c2a6395e7 revised package-level request and response classes Juergen Hoeller 2011-07-13 23:14:02 +00:00
  • 8041f6abdd polishing Juergen Hoeller 2011-07-13 23:03:50 +00:00
  • 210c77ddb0 SimpleClientHttpRequest uses fixed-length streaming mode (always sets content-length header); partial backport from 3.1 M2 Juergen Hoeller 2011-07-13 23:03:35 +00:00
  • 24cb345b6c backported HttpHeadersTests update Juergen Hoeller 2011-07-13 23:02:08 +00:00
  • f5fdedea60 + fix compilation error Costin Leau 2011-07-13 13:51:20 +00:00
  • b82ab4950d + removed unneeded generic Costin Leau 2011-07-13 12:58:09 +00:00
  • a2a98efa13 Remove references to 'bold' text in reference docs Chris Beams 2011-07-11 18:29:37 +00:00
  • 0fdd7550b8 an EntityManagerFactoryBean is only deserializable through a SerializedEntityManagerFactoryBeanReference Juergen Hoeller 2011-07-11 13:50:59 +00:00
  • 81a27ce484 an EntityManagerFactoryBean is only deserializable through a SerializedEntityManagerFactoryBeanReference Juergen Hoeller 2011-07-11 13:50:34 +00:00
  • f1fb0e5330 prototype-based TargetSource is only deserializable through a SingletonTargetSource Juergen Hoeller 2011-07-11 13:38:45 +00:00
  • 7861eff298 prototype-based TargetSource is only deserializable through a SingletonTargetSource Juergen Hoeller 2011-07-11 13:37:49 +00:00
  • 431e935011 Fix APC registration for @EnableTransactionManagement Chris Beams 2011-07-11 01:17:19 +00:00
  • d8d9e3fc27 Revert "Fix APC registration for @EnableTransactionManagement" Chris Beams 2011-07-08 09:44:29 +00:00
  • f1ef3e4dcd Fix APC registration for @EnableTransactionManagement Chris Beams 2011-07-07 22:37:28 +00:00
  • 5aa24af126 Implement SessionFactoryImplementor in SF proxies Chris Beams 2011-07-07 19:42:07 +00:00
  • c3f9e845e0 [SPR-7858] polishing formatting, grammar, etc. Sam Brannen 2011-07-07 11:55:00 +00:00
  • 807d612978 Determine FactoryBean object type via generics Chris Beams 2011-07-06 09:15:37 +00:00
  • 605f0e7a22 Introduce GenericTypeResolver#resolveReturnTypeArgument Chris Beams 2011-07-06 09:15:32 +00:00
  • 7c25c84ee2 Deprecate/move CGLIB methods AopUtils=>ClassUtils Chris Beams 2011-07-06 09:15:27 +00:00
  • 78b60947ad Rename JMX tests to avoid jmxremote_optional error Chris Beams 2011-07-06 09:13:17 +00:00
  • 4aeaaa083f SPR-7858 removed references to JSR 330 since there is now a dedicated JSR 330 section inside beans-standard-annotations.xml Michael Isvy 2011-07-06 06:15:27 +00:00
  • a590318b3c SPR-7858 removed reference to JSR 330's @Named since there is now a dedicated JSR 330 section inside beans-standard-annotations.xml Michael Isvy 2011-07-06 06:14:48 +00:00
  • 1bd75e5af8 SPR-7858 minor wording change Michael Isvy 2011-07-06 06:13:21 +00:00
  • cf348f206f SPR-7858 removed reference to @Provider Michael Isvy 2011-07-06 06:12:46 +00:00
  • c68021760d fixed TypeDescriptor rendering (SPR-8508) Juergen Hoeller 2011-07-05 22:06:14 +00:00
  • 352f053a71 JavaMailSenderImpl detects and respects "mail.transport.protocol" property in existing Session (SPR-8501) Juergen Hoeller 2011-07-04 22:31:03 +00:00
  • c07eb6bb9a added "disabled" property to EhCacheFactoryBean Juergen Hoeller 2011-07-04 22:14:05 +00:00
  • d4c2f63160 fixed package declaration Juergen Hoeller 2011-07-04 22:05:21 +00:00
  • b0a6ebfb61 fixed package declaration Juergen Hoeller 2011-07-04 22:04:31 +00:00
  • b167f3f7a6 added JBoss dependency (SPR-8505); updated WebSphere dependency Juergen Hoeller 2011-07-04 21:38:25 +00:00
  • e5b1c4366c added JBoss dependency (SPR-8505); updated WebSphere dependency Juergen Hoeller 2011-07-04 21:37:09 +00:00
  • 63fe7bdd34 switched from readResolve to readObject Juergen Hoeller 2011-07-04 21:21:56 +00:00
  • 38290485de switched from readResolve to readObject Juergen Hoeller 2011-07-04 21:21:33 +00:00
  • 270db64243 optimized debug logging in case of non-convertible collection (SPR-8499) Juergen Hoeller 2011-07-04 09:59:58 +00:00
  • 57998293c8 optimized debug logging in case of non-convertible collection (SPR-8499) Juergen Hoeller 2011-07-04 09:43:08 +00:00
  • df8e9b3393 DataBinder etc Juergen Hoeller 2011-07-03 22:39:08 +00:00
  • 15fd972417 DataBinder etc Juergen Hoeller 2011-07-03 22:38:48 +00:00
  • 10d9860457 ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id Juergen Hoeller 2011-07-03 22:38:11 +00:00
  • 6cd55b7986 ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id Juergen Hoeller 2011-07-03 22:36:42 +00:00
  • 01eab03dca added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer Juergen Hoeller 2011-07-03 21:25:05 +00:00
  • 36b582682d added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer Juergen Hoeller 2011-07-03 21:24:06 +00:00
  • eb50eec85b DataBinder uses a default limit of 256 for array/collection auto-growing (SPR-7842) Juergen Hoeller 2011-07-03 20:39:19 +00:00
  • 22939b6d05 properly wrap IndexOutOfBoundsException even for List Juergen Hoeller 2011-07-03 20:24:12 +00:00
  • b8f7d324af regular IndexOutOfBoundsException if index beyond auto-grow limit Juergen Hoeller 2011-07-03 20:12:18 +00:00
  • b9fe1b3250 restored original array behavior (no default growth of arrays) Juergen Hoeller 2011-07-03 20:05:07 +00:00
  • 4c75054f90 DataBinder uses a default limit of 256 for array/collection auto-growing (SPR-7842) Juergen Hoeller 2011-07-03 19:26:49 +00:00
  • 022ac3166c added joptsimple dependency Juergen Hoeller 2011-07-03 16:24:55 +00:00
  • 4262aed9c8 Refactor BeanFactoryLocator to use getBean(Class) Chris Beams 2011-07-02 22:22:33 +00:00
  • b5b2add5cf Rename {DEFAULT_=>}COMMAND_LINE_PROPERTY_SOURCE_NAME Chris Beams 2011-07-02 21:39:52 +00:00
  • d9ee958d88 Refactor JndiPropertySource Chris Beams 2011-07-02 21:26:44 +00:00
  • ce0a0ff3d4 Move JNDI_PROPERTY_SOURCE_ENABLED_FLAG constant Chris Beams 2011-07-02 21:26:38 +00:00
  • ea6d363c1e Return null from JndiPropertySource on lookup failure Chris Beams 2011-07-02 21:26:30 +00:00
  • e94d1e314f fixed typo and formatting in Javadoc Sam Brannen 2011-07-01 17:33:13 +00:00
  • fecd6edf75 Fix unnecessary casts in Servlet*PropertySource Chris Beams 2011-06-30 22:34:08 +00:00
  • 1eb5811347 Introduce CommandLinePropertySource and impls Chris Beams 2011-06-30 22:33:56 +00:00
  • e0d2e20fc4 8483 Add support for MultipartFile arg type in RequestPartMethodArgumentResolver Rossen Stoyanchev 2011-06-30 21:04:23 +00:00
  • 26dbfba6c0 SPR-8477 + add no-op cache implementations suitable for cache declarations w/o a backing store Costin Leau 2011-06-30 18:17:39 +00:00
  • a58bd3073d SPR-8431 Extract RedirectView URL creation into separate method available for subclasses to use Rossen Stoyanchev 2011-06-30 09:13:51 +00:00