Commit Graph

  • 11597c906d Fix typo in reference documentation Chris Beams 2011-08-05 18:43:33 +00:00
  • c51b9a7be2 removed GenericConversionService logging in order to avoid toString side effects (and to avoid isTraceEnabled overhead; SPR-8297) Juergen Hoeller 2011-08-04 17:23:50 +00:00
  • b6e82048fc removed GenericConversionService logging in order to avoid toString side effects (and to avoid isTraceEnabled overhead; SPR-8297) Juergen Hoeller 2011-08-04 17:22:14 +00:00
  • 6404440cbf Fix typo in SmartLifecycle Javadoc Chris Beams 2011-08-04 14:07:36 +00:00
  • fc4ea16ba0 Replace RequestBodyNotValidException and RequestPartNotValidException with MethodArgumentNotValidException and add MethodParameter information to the exception message. Rossen Stoyanchev 2011-08-03 15:10:10 +00:00
  • 3c7e44ada4 SPR-8536 When two methods match a request for any content type (i.e. Accept=*/* or no Accept header), choose the one that doesn't define any 'Accept' media types by default. This addresses an important use case where methods serving browsers typically don't specify Accept media types. Rossen Stoyanchev 2011-08-03 11:22:46 +00:00
  • 3ffc0a2da2 SpringBeanAutowiringSupport is able to process @Value annotations on any given target instance (SPR-8574) Juergen Hoeller 2011-08-03 10:20:04 +00:00
  • 8f23c66512 SpringBeanAutowiringSupport is able to process @Value annotations on any given target instance (SPR-8574) Juergen Hoeller 2011-08-03 10:19:27 +00:00
  • 272f145132 Clarify Lifecycle#stop documentation Chris Beams 2011-08-03 06:01:20 +00:00
  • 8745024969 added getContentAsByteArray() and getContentAsString() methods (SPR-8575); actually implemented forward, include and handlePageException methods Juergen Hoeller 2011-08-02 23:52:54 +00:00
  • acac25b2eb polishing Juergen Hoeller 2011-08-02 19:19:22 +00:00
  • df1f3d40bd polishing Juergen Hoeller 2011-08-02 19:16:50 +00:00
  • cb0c0c503f ContentNegotiatingViewResolver properly handles invalid accept headers (SPR-7712) Juergen Hoeller 2011-08-02 19:15:06 +00:00
  • 0a48936f4f ContentNegotiatingViewResolver properly handles invalid accept headers (SPR-7712) Juergen Hoeller 2011-08-02 19:13:56 +00:00
  • 3fb753bc0c SPR-8448 Use URI template vars rather than path vars in RedirectView Rossen Stoyanchev 2011-08-02 08:27:26 +00:00
  • 98ad8633bd SPR-8524 Add flag to AbstractCachingViewResolver to suppress subsequent resolution of unresolved view names. Rossen Stoyanchev 2011-08-01 10:20:49 +00:00
  • 9f4a46e24c Auto-unwrap SessionFactoryBuilder-created proxies Chris Beams 2011-07-30 18:05:34 +00:00
  • 35d2ab3bf9 Document Lifecycle#stop concurrency semantics Chris Beams 2011-07-29 21:39:42 +00:00
  • 215ccc2e10 final preparations for 3.0.6 Juergen Hoeller 2011-07-28 20:45:14 +00:00
  • fa7f13016e multipart handling etc Juergen Hoeller 2011-07-28 20:44:12 +00:00
  • 5521f86f4a removed unused Servlet dependency Juergen Hoeller 2011-07-28 20:27:04 +00:00
  • 39616d4a25 polishing Juergen Hoeller 2011-07-28 20:26:34 +00:00
  • d95cbe23ee added support for web.xml context-param "springJspExpressionSupport" (explicit "true"/"false") Juergen Hoeller 2011-07-28 20:26:07 +00:00
  • c864908779 Spring JSP tags do not use their own expression support on Servlet 3.0 containers by default; added support for web.xml context-param "springJspExpressionSupport" (explicit "true"/"false") Juergen Hoeller 2011-07-28 20:25:18 +00:00
  • ac1ffff9db general polishing (backported from 3.1) Juergen Hoeller 2011-07-28 14:27:08 +00:00
  • bbcf358a9d jdbc:script's "separator" and "execution" attributes work nested with embedded-database as well; added "encoding" attribute to jdbc:script element; general revision of DatabasePopulator configuration and execution code Juergen Hoeller 2011-07-28 14:19:53 +00:00
  • 1baf2a3981 polishing Juergen Hoeller 2011-07-28 11:15:11 +00:00
  • c0257aba9b accepts description subelement within map entry as well (as per the XSD; SPR-8563) Juergen Hoeller 2011-07-28 11:14:26 +00:00
  • 226256e264 Respect <description> within <entry> per beans XSD Chris Beams 2011-07-28 02:21:22 +00:00
  • 79aa661dd6 DefaultListableBeanFactory allows for init methods to register further bean definitions (again; SPR-7757) Juergen Hoeller 2011-07-27 22:52:00 +00:00
  • f432f3043f DefaultListableBeanFactory allows for init methods to register further bean definitions (again; SPR-7757) Juergen Hoeller 2011-07-27 22:51:26 +00:00
  • fad865fbad polishing Juergen Hoeller 2011-07-27 22:38:59 +00:00
  • 18540debf6 backported locking enhancements for @MVC processing (SPR-7703) Juergen Hoeller 2011-07-27 22:38:32 +00:00
  • 7605707c18 backported @PathVariable matching fix (SPR-8543) Juergen Hoeller 2011-07-27 22:31:17 +00:00
  • 4385367f2d optimized getMethodResolver implementation to actually benefit from ConcurrentHashMap Juergen Hoeller 2011-07-27 22:26:05 +00:00
  • e63e6cdbde polishing Juergen Hoeller 2011-07-27 21:57:59 +00:00
  • 19c2672dc3 polishing Juergen Hoeller 2011-07-27 21:52:18 +00:00
  • f4adf227be SPR-6464 Add @FlashAttributes annotation and FlashStatus method argument Rossen Stoyanchev 2011-07-27 21:46:36 +00:00
  • d48c3b5d4f HtmlUtils properly escapes single quotes as well Juergen Hoeller 2011-07-27 21:22:39 +00:00
  • 2c504012ad HtmlUtils properly escapes single quotes as well Juergen Hoeller 2011-07-27 21:22:04 +00:00
  • b122cf87df HtmlUtils properly escapes single quotes as well Juergen Hoeller 2011-07-27 20:36:14 +00:00
  • 38837eddfd HtmlUtils properly escapes single quotes as well Juergen Hoeller 2011-07-27 20:35:41 +00:00
  • 9347ac358c SPR-8540 Minor Freemarker import related documentation fix Rossen Stoyanchev 2011-07-27 11:14:31 +00:00
  • b85440f2b6 Deprecate AbstractSingletonProxyFactoryBean Chris Beams 2011-07-26 22:29:14 +00:00
  • 3c2e48738a Remove CacheProxyFactoryBean Chris Beams 2011-07-26 22:29:09 +00:00
  • 2b371a7c9a Deprecate TransactionProxyFactoryBean Chris Beams 2011-07-26 22:29:04 +00:00
  • c85ebd9a5a Polish AnnotationUtils Javadoc Chris Beams 2011-07-26 19:55:11 +00:00
  • f4b7cfea38 SPR-8483 Update reference documentation with multipart request-related changes: @RequestPart, Servlet 3.0 multipart reuqests, javax.servlet.http.Part method argument types. Rossen Stoyanchev 2011-07-26 15:49:44 +00:00
  • 75ad185558 SPR-8561 Permit null values for simple controller method arguments types without annotations. Rossen Stoyanchev 2011-07-26 12:36:01 +00:00
  • 3a6beb601e copy txt files as well Juergen Hoeller 2011-07-26 09:25:22 +00:00
  • 183523d045 updated ResourceHttpRequestHandlerTests Juergen Hoeller 2011-07-26 09:23:57 +00:00
  • 38a6660777 SPR-8543 Fix issue in AnnotationMethodHandlerAdapter with extracting URI template variable from URL with file extension Rossen Stoyanchev 2011-07-26 08:26:09 +00:00
  • a4f62bb863 moved OpenSessionInViewTests back to orm module Juergen Hoeller 2011-07-26 01:12:01 +00:00
  • 80def4b695 copy css and js resources as well Juergen Hoeller 2011-07-26 01:08:46 +00:00
  • 30f363bbc9 copy css and js resources as well Juergen Hoeller 2011-07-26 01:08:23 +00:00
  • ff8ebbb9c4 moved OpenSessionInViewTests back to orm module Juergen Hoeller 2011-07-26 01:07:59 +00:00
  • 8bae96bdd7 fixed HibernateMultiEntityManagerFactoryIntegrationTests failure Juergen Hoeller 2011-07-26 00:59:41 +00:00
  • 42e18e6c4e fixed OpenEntityManagerInViewTests through the addition of a local copy of our Servlet API mocks; restoredOpenPersistenceManagerInViewTests Juergen Hoeller 2011-07-26 00:52:15 +00:00
  • d8f29cb746 polishing Juergen Hoeller 2011-07-26 00:46:39 +00:00
  • 83df082930 moved OpenSessionInViewTests back to orm module Juergen Hoeller 2011-07-26 00:46:07 +00:00
  • 771c59f88a polishing Juergen Hoeller 2011-07-26 00:39:13 +00:00
  • d7cd11a48c consistent update of HeaderValueHolder class Juergen Hoeller 2011-07-26 00:39:01 +00:00
  • 6ad8a4a79a fixed OpenEntityManagerInViewTests through the addition of a local copy of our Servlet API mocks; restoredOpenPersistenceManagerInViewTests Juergen Hoeller 2011-07-26 00:38:05 +00:00
  • 2cf2fc195e SPR-5628 Add HttpPutFormContentFilter in order to make form encoded data available via ServletRequest.getParameter*() Rossen Stoyanchev 2011-07-25 18:58:34 +00:00
  • d8767774c9 replaced TypeDescriptor synchronization with volatile variables (SPR-8559) Juergen Hoeller 2011-07-25 16:31:46 +00:00
  • c31b17fef2 JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now, falling back to retrieval of a unique EntityManagerFactory bean by type (analogous to @PersistenceUnit / @PersistenceContext) Juergen Hoeller 2011-07-25 12:28:16 +00:00
  • bbab294116 added Jetty dependency Juergen Hoeller 2011-07-25 12:27:49 +00:00
  • 637ce0f01c removed double javadoc Juergen Hoeller 2011-07-25 12:27:30 +00:00
  • aeacf9278f JpaTransactionManager etc can find EntityManagerFactory by "persistenceUnitName" property now, falling back to retrieval of a unique EntityManagerFactory bean by type (analogous to @PersistenceUnit / @PersistenceContext) Juergen Hoeller 2011-07-25 12:26:27 +00:00
  • f67e726be7 restored OpenEntityManagerInViewTests Juergen Hoeller 2011-07-25 12:15:47 +00:00
  • 676ab5f0b1 restored OpenEntityManagerInViewTests Juergen Hoeller 2011-07-25 12:15:33 +00:00
  • 179dad8c24 defensive checking that a provided class actually implements WebApplicationInitializer (SPR-8557); avoid early initialization of Commons Logging (using ServletContext logging instead) Juergen Hoeller 2011-07-25 11:33:08 +00:00
  • 2218cdb16f polishing Juergen Hoeller 2011-07-25 10:57:50 +00:00
  • 41b9a461df ResourceHttpRequestHandler detects invalid directory traversal in given path (SPR-8515) Juergen Hoeller 2011-07-25 10:57:39 +00:00
  • 672fed621b Cleaning up unused imports. Sam Brannen 2011-07-23 15:23:41 +00:00
  • fd7e0b405b SPR-8515 Check for traversal to parent directory via ../ in resource requests Rossen Stoyanchev 2011-07-22 16:27:33 +00:00
  • 5d2a84f39a fixed test Juergen Hoeller 2011-07-22 11:20:18 +00:00
  • 79ed87e3d5 updated cache aspect after CacheAspectSupport base class changes Juergen Hoeller 2011-07-22 10:12:07 +00:00
  • df3761e3f6 introduced AnnotationUtils.getAnnotation(AnnotatedElement, annotationType) Juergen Hoeller 2011-07-22 09:34:42 +00:00
  • abdae3d26b general revision of cache package; added ConcurrentMapCacheManager Juergen Hoeller 2011-07-22 09:32:56 +00:00
  • 02362f4347 SPR-7858 Updating references to @Resource usage Michael Isvy 2011-07-22 01:18:29 +00:00
  • f3d00da080 Use Geronimo j2ee-connector API in JMS pom Chris Beams 2011-07-21 23:26:25 +00:00
  • 3363d05879 SPR-8483 Add integration test for accessing multipart request parts with @RequestPart Rossen Stoyanchev 2011-07-21 16:24:33 +00:00
  • 037497cb4f fixed ignored test Juergen Hoeller 2011-07-21 10:35:05 +00:00
  • 1b26b4744f fixed ignored test Juergen Hoeller 2011-07-21 10:34:32 +00:00
  • 3ecb6b1a03 refined JBoss 6.0 note Juergen Hoeller 2011-07-21 09:51:34 +00:00
  • 48de81deec refined JBoss 6.0 note Juergen Hoeller 2011-07-21 09:51:23 +00:00
  • 7a6d8d94cd multipart etc Juergen Hoeller 2011-07-21 09:12:19 +00:00
  • 6b92f66ebd final preparations for 3.0.6 release Juergen Hoeller 2011-07-21 09:09:54 +00:00
  • 070a723ef2 added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter Juergen Hoeller 2011-07-21 09:05:59 +00:00
  • 7d8aa05c40 added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter Juergen Hoeller 2011-07-21 09:04:42 +00:00
  • d4be29e661 updated javadoc for server-specific LoadTimeWeavers Juergen Hoeller 2011-07-21 08:37:42 +00:00
  • 2c199cf190 updated javadoc for server-specific LoadTimeWeavers Juergen Hoeller 2011-07-21 08:36:40 +00:00
  • f800a026cb Fix typo in MVC docs David Syer 2011-07-21 08:25:27 +00:00
  • 3a3f15f144 improved ExposeInvocationInterceptor error message with respect to advice ordering (SPR-8544) Juergen Hoeller 2011-07-21 07:39:11 +00:00
  • 3edf8566ed fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231) Juergen Hoeller 2011-07-21 07:38:30 +00:00
  • 57cb1f2777 improved ExposeInvocationInterceptor error message with respect to advice ordering (SPR-8544) Juergen Hoeller 2011-07-21 07:38:08 +00:00
  • 8bf019b675 fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231) Juergen Hoeller 2011-07-21 07:15:26 +00:00
  • d0cd678089 [SPR-8387] Added TODO. Sam Brannen 2011-07-20 22:22:03 +00:00
  • 072271d9e9 [SPR-8549] Documented the equals() method implementation in MergedContextConfiguration. Sam Brannen 2011-07-20 22:18:55 +00:00