Commit Graph

  • e78c6fc317 explicitly declared SmartApplicationListener as ApplicationListener<ApplicationEvent> Juergen Hoeller 2009-05-11 22:49:07 +00:00
  • 68deb43d8e removed WebLogic 7.0 support code Juergen Hoeller 2009-05-11 22:47:50 +00:00
  • 0297116542 generified TypeConverter interface Juergen Hoeller 2009-05-11 22:44:33 +00:00
  • b72af54f53 eagerly load NestedExceptionUtils to avoid potential getMessage deadlock on OSGi (SPR-5607) Juergen Hoeller 2009-05-11 22:22:11 +00:00
  • 796a457d9f added two way converter Keith Donald 2009-05-11 21:40:55 +00:00
  • 50985d5aa9 renamed executeConversion to simply convert for readibility Keith Donald 2009-05-11 21:25:33 +00:00
  • c3f54b4cb4 renamed to ConverterNotFoundException Keith Donald 2009-05-11 21:24:07 +00:00
  • d7c90cff14 made ConversionExecutor internal; removed other unused operations from public SPI Keith Donald 2009-05-11 21:23:18 +00:00
  • bf7a947559 SPR-5732 - When no type conversion strategy is found on a @Controller handler method bind target, a 500 error code should be returned not a 400. Arjen Poutsma 2009-05-11 14:52:14 +00:00
  • 800af734d9 added -1218 to the transientDataAccessResourceCodes for DB2 (SPR-5296) Thomas Risberg 2009-05-11 14:37:42 +00:00
  • 0a6cac5a84 SPR-4927 - Return 405 instead of 404 when HTTP method is not supported Arjen Poutsma 2009-05-11 13:32:28 +00:00
  • 752832a8da SPR-5731 - @Controller method order effects @RequestMapping behavior in ways not expected Arjen Poutsma 2009-05-11 10:34:56 +00:00
  • fbd921f25a embedded db support Keith Donald 2009-05-09 23:52:13 +00:00
  • be725ca4c6 polish Keith Donald 2009-05-09 22:30:34 +00:00
  • aca047d5df polish Keith Donald 2009-05-09 22:28:59 +00:00
  • 96629c7dc5 h2 embedded db support; updated formatting conventions not to auto-format javadoc; added hsqldb and h2 to jdbc maven pom as optional deps Keith Donald 2009-05-09 22:27:05 +00:00
  • 93cf346fb1 updating code examples with generics/varargs; polishing Thomas Risberg 2009-05-09 02:40:54 +00:00
  • d34953e933 polishing Juergen Hoeller 2009-05-08 23:16:53 +00:00
  • d34c4a2cf0 @Transactional supports qualifier value for choosing between multiple transaction managers Juergen Hoeller 2009-05-08 23:13:43 +00:00
  • dc83107d66 replaced *DaoSuport coverage with annotations used for DAOs Thomas Risberg 2009-05-08 20:33:32 +00:00
  • ff36a31874 SPR-4359 Added support for a 'task-scheduler' element. Mark Fisher 2009-05-08 20:32:11 +00:00
  • c6b23a8277 changelog update for spring-jdbc config add Keith Donald 2009-05-08 19:09:20 +00:00
  • 6cec37ac7f spring-jdbc xsd initial commit; includes embedded-database tag Keith Donald 2009-05-08 19:06:58 +00:00
  • 3e9b9a8a2a SPR-4359 Initial commit of scheduling namespace support. Mark Fisher 2009-05-08 18:32:07 +00:00
  • 4025df1ef8 SPR-5726: Unexpected @RequestMapping semantics when class-level and method-level mappings used together Arjen Poutsma 2009-05-08 10:02:17 +00:00
  • 266a65982d Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now Juergen Hoeller 2009-05-07 22:29:55 +00:00
  • 4ccb352aac ReloadableResourceBundleMessageSource correctly calculates filenames for locales with variant but without country now (SPR-5716) Juergen Hoeller 2009-05-07 09:24:34 +00:00
  • 7d4da0085c [SPR-5713] JavaDoc polishing for @ContextConfiguration. Sam Brannen 2009-05-06 22:52:27 +00:00
  • 7a0f82029a Corrected typos Sam Brannen 2009-05-06 22:43:41 +00:00
  • bc85b54a87 final preparations for M3 release Juergen Hoeller 2009-05-06 10:16:17 +00:00
  • 843ef7e33d convert addition Keith Donald 2009-05-06 09:57:29 +00:00
  • 08a4004a51 embedded db support Keith Donald 2009-05-06 09:28:10 +00:00
  • 4bfcd16130 polish Keith Donald 2009-05-06 09:14:25 +00:00
  • 0320445316 moved ScheduledTaskRegistrar to new config package (where the scheduling namespace will live as well) Juergen Hoeller 2009-05-06 08:47:18 +00:00
  • 6771a22988 polish Keith Donald 2009-05-06 08:38:47 +00:00
  • c25760f5db polish Keith Donald 2009-05-06 08:19:21 +00:00
  • f64dcd379e polish Keith Donald 2009-05-06 08:17:29 +00:00
  • 567dd1eefb package Keith Donald 2009-05-06 08:04:29 +00:00
  • 442e7343d6 polish Keith Donald 2009-05-06 07:56:52 +00:00
  • d159195b79 [SPR-5145] Updated package.html files regarding upgrade to JUnit 4.5. Sam Brannen 2009-05-06 07:37:25 +00:00
  • bc9ad5685d eliminated dependency on jdbc core Keith Donald 2009-05-06 07:36:24 +00:00
  • c0c9501005 [SPR-5145] Updated reference manual regarding upgrade to JUnit 4.5; additional improvements in the testing chapter as well. Sam Brannen 2009-05-06 06:25:03 +00:00
  • 94ceacf843 Reinserted blank line for consistent formatting of the change log. Sam Brannen 2009-05-06 05:03:20 +00:00
  • 1ec455bab3 Added TestContext framework changes to the change log. Sam Brannen 2009-05-06 05:01:05 +00:00
  • b2319fa38b reactivated ThrowsAdviceInterceptorTests Juergen Hoeller 2009-05-05 21:49:23 +00:00
  • c356d99621 prepared for 3.0 M3 release Juergen Hoeller 2009-05-05 21:42:33 +00:00
  • 1b5a433f22 added ScheduledTaskRegistrar etc Juergen Hoeller 2009-05-05 18:40:43 +00:00
  • 47fc8be59f added test for custom controller stereotype Juergen Hoeller 2009-05-05 18:37:43 +00:00
  • c7f8d1be62 reactivated ignored tests in revised form Juergen Hoeller 2009-05-05 18:34:35 +00:00
  • 636d1db36d avoid NPE for definitions without bean class specified Juergen Hoeller 2009-05-05 18:33:20 +00:00
  • b88edd1dfc polishing Juergen Hoeller 2009-05-05 18:28:21 +00:00
  • e57543a8f3 turned CountingBeforeAdvice into top-level class Juergen Hoeller 2009-05-05 18:27:22 +00:00
  • 250ef281a4 reverted non-public proxy interface change Juergen Hoeller 2009-05-05 14:53:01 +00:00
  • 9fe2b5d211 Moved DefaultHandlerExceptionResolver to fix a tangle. Arjen Poutsma 2009-05-05 13:41:03 +00:00
  • cef7a2b965 exclude non-public interfaces when autodetecting proxy interfaces Juergen Hoeller 2009-05-05 12:37:18 +00:00
  • 9d8c99fa1b minimized local MockServletContext dependencies Juergen Hoeller 2009-05-05 12:35:33 +00:00
  • d446afad33 added local Servlet API mocks Juergen Hoeller 2009-05-05 12:26:11 +00:00
  • b15e77d5d0 renamed "contextProperties" attribute to "contextParameters" (matching web.xml naming); "contextParameters" contains Servlet/PortletConfig parameters as well; added default "servletContext" and "servletConfig" environment beans; added default "portletContext" and "portletConfig" environment beans; added default web scope "application", wrapping a ServletContext/PortletContext; MockPortletSession supports destruction of session attributes on invalidation Juergen Hoeller 2009-05-05 12:12:01 +00:00
  • 0a0938fdd6 SPR-5426 - Allow for custom processing or result objects returned from handler/controller methods Arjen Poutsma 2009-05-05 11:40:36 +00:00
  • a6124793fc polishing Juergen Hoeller 2009-05-05 09:36:53 +00:00
  • 6930859e82 removed StandardScopes pseudo-enum (superseded by meta-annotated scopes) Juergen Hoeller 2009-05-05 09:32:55 +00:00
  • 9b4f9106c5 polishing Juergen Hoeller 2009-05-05 09:26:04 +00:00
  • 9daae23e17 [SPR-5145] Updated reference manual regarding deprecation of the legacy JUnit 3.8 code base. [SPR-5713] Updated reference manual with an example demonstrating the new 'value' alias for @ContextConfiguration's 'locations' attribute. Sam Brannen 2009-05-05 08:02:22 +00:00
  • 781da89d92 [SPR-5713] Added 'value' alias for @ContextConfiguration's 'locations' attribute. Sam Brannen 2009-05-05 07:37:14 +00:00
  • a6a8b29d19 Fixed typo in JavaDoc Sam Brannen 2009-05-04 06:02:59 +00:00
  • a637912762 [SPR-5710] Subclasses of SpringJUnit4ClassRunner can now override the default ContextLoader class via the new getDefaultContextLoaderClassName(Class) method. Sam Brannen 2009-05-02 23:24:48 +00:00
  • 0383f705ae clean-up of the @Bean content Thomas Risberg 2009-05-01 20:14:23 +00:00
  • 05f1d08028 re-arranged the @Bean content Thomas Risberg 2009-05-01 19:48:08 +00:00
  • b1577c28e2 removed some JavaConfig references Thomas Risberg 2009-04-30 04:35:30 +00:00
  • 9aaea34262 fixed DOCTYPE to refer to the root_element used Thomas Risberg 2009-04-30 04:16:07 +00:00
  • 62c991f9d6 [SPR-5145] Updated reference manual regarding upgrade to JUnit 4.5; additional improvements in the testing chapter as well. Sam Brannen 2009-04-30 01:04:39 +00:00
  • 17858915ab Corrected grammar and spelling mistakes in reference manual. Sam Brannen 2009-04-30 01:03:44 +00:00
  • db486e147b Added Eclipse project settings to the reference documentation so that the documentation can be more easily edited and built within Eclipse. Sam Brannen 2009-04-30 00:59:09 +00:00
  • d3af831334 Now parameterizing with <?> where appropriate. Sam Brannen 2009-04-30 00:58:08 +00:00
  • 6327b3484b [SPR-5145] Improved test suite for SpringJUnit4ClassRunner: added specific unit tests for test timeouts, repeated tests, and expected exceptions. Sam Brannen 2009-04-29 21:29:53 +00:00
  • 41423a9ab9 added some JavaConfig content Thomas Risberg 2009-04-29 21:14:01 +00:00
  • 15b33684a7 fixed JavaDoc Thomas Risberg 2009-04-29 21:12:45 +00:00
  • 0fbafc0274 Removed unused package. Sam Brannen 2009-04-29 19:01:39 +00:00
  • 751e0f0eb7 [SPR-5145] Completed migration to JUnit 4.5: SpringJUnit4ClassRunner now extends BlockJUnit4ClassRunner and uses custom Statements; removed obsolete SpringMethodRoadie and SpringTestMethod classes. Sam Brannen 2009-04-29 08:21:23 +00:00
  • b36f95bcee Corrected typos and sorted Eclipse classpath. Sam Brannen 2009-04-28 21:45:14 +00:00
  • e5d2570c8d [SPR-5145] Adding custom JUnit 4.5 Statements. Sam Brannen 2009-04-28 07:29:24 +00:00
  • 8583026151 revised target class check for non-Spring CGLIB proxy variants (SPR-5694) Juergen Hoeller 2009-04-27 22:54:39 +00:00
  • a2fdb68a0b fixed potential race condition through additional synchronization (SPR-5658) Juergen Hoeller 2009-04-27 22:53:40 +00:00
  • 2796e72de1 Updated JavaDoc for @TestExecutionListeners. Sam Brannen 2009-04-27 22:49:34 +00:00
  • 30967d3b20 Update docs to use of @Bean inside a @Component Mark Pollack 2009-04-27 05:40:11 +00:00
  • c2f4f97fa5 Update docs to use of @Bean inside a @Component Mark Pollack 2009-04-27 05:37:45 +00:00
  • cea8f7f69e custom stereotype annotations can be meta-annotated with @Service, @Controller etc as well; @Scope and @Transactional are now supported as meta-annotations on custom annotations Juergen Hoeller 2009-04-26 11:41:06 +00:00
  • ac16101f98 polishing Juergen Hoeller 2009-04-26 11:39:00 +00:00
  • 423809543a polishing Juergen Hoeller 2009-04-24 11:25:27 +00:00
  • 77112ba80e updated AnnotationMetadata tests for change in Class exposure Juergen Hoeller 2009-04-24 11:24:47 +00:00
  • b5d21108da @Configuration parsing fully relies on Spring's MetadataReader abstraction now Juergen Hoeller 2009-04-24 11:16:46 +00:00
  • 37e1333a41 polish Keith Donald 2009-04-23 19:01:41 +00:00
  • 3a457dcec9 embedded database factory bean Keith Donald 2009-04-23 18:56:26 +00:00
  • f6e869163f updating Eclipse .classpath settings for Freemarker 2.3.15 upgrade Scott Andrews 2009-04-23 14:13:03 +00:00
  • eb4d1bf20e deleted old test data source factory Keith Donald 2009-04-22 21:29:47 +00:00
  • d896a53ca8 polish Keith Donald 2009-04-22 21:16:22 +00:00
  • adcbe27852 added pre destroy Keith Donald 2009-04-22 21:14:06 +00:00
  • e783211f88 polish Keith Donald 2009-04-22 19:41:27 +00:00
  • ec463a32ba added DataSourceFactory strategy; promoted EmbeddedDatabaseConfigurer strategy to public API; added ability to add any number of SQL scripts for db population Keith Donald 2009-04-22 19:31:46 +00:00
  • d34a2c5d02 SPR-5663: test and fix: inconsistency between canRead() and read() on ReflectivePropertyResolver Andy Clement 2009-04-22 17:57:24 +00:00