Commit Graph

  • dc9fee0b5c Update copyright year in reference documentation Phillip Webb 2013-03-14 11:53:09 -07:00
  • f911dd1f0f Increment version to 3.2.3.BUILD-SNAPSHOT Spring Buildmaster 2013-03-13 14:45:47 -07:00
  • 8b293e1be4 Release version 3.2.2.RELEASE Spring Buildmaster 2013-03-13 14:14:02 -07:00
  • 4e1cab28df Merge branch '3.2.x' Phillip Webb 2013-03-13 14:01:46 -07:00
  • f62f697550 Hide 'doc' changes from jdiff reports Phillip Webb 2013-03-13 11:13:01 -07:00
  • 5730b8d316 Document @Bean 'lite' mode vs @Configuration Phillip Webb 2013-03-12 22:11:23 -07:00
  • 457ee07352 Final preparations for 3.2.2 Juergen Hoeller 2013-03-13 17:37:30 +01:00
  • d9540ff342 Remove Tiles 3 configuration method Rossen Stoyanchev 2013-03-13 12:26:09 -04:00
  • c75eba79b3 Polishing Juergen Hoeller 2013-03-13 16:58:51 +01:00
  • 1f55b4f2a8 Extracted buildRequestAttributes template method from FrameworkServlet Juergen Hoeller 2013-03-13 16:58:29 +01:00
  • 43c1cec79b Added "beforeExistingAdvisors" flag to AbstractAdvisingBeanPostProcessor Juergen Hoeller 2013-03-13 14:36:09 +01:00
  • fffeaee647 Minor refinements along the way of researching static CGLIB callbacks Juergen Hoeller 2013-03-13 14:27:52 +01:00
  • b00f90f346 Merge pull request #252 from dharkness/patch-1 Phillip Webb 2013-03-13 08:52:49 -07:00
  • 801f196de0 Compare Kind references before checking log levels David Harkness 2013-03-12 20:38:03 -07:00
  • 12db873002 Polish Javadoc in RequestAttributes Sam Brannen 2013-03-13 14:11:08 +01:00
  • bf6ee1631c Fix copy-n-paste errors in NativeWebRequest Sam Brannen 2013-03-13 13:00:57 +01:00
  • 0fb4b747c2 Fix issue with restoring included attributes Rossen Stoyanchev 2013-03-11 10:32:15 -04:00
  • e9f74450ad Merge pull request #251 from dsyer/feature/crontest Sam Brannen 2013-03-11 02:40:08 +01:00
  • 6914aff825 Add additional test for daylight savings glitch Dave Syer 2013-03-10 10:59:51 -07:00
  • 4171646491 Document context hierarchy support in the TCF Sam Brannen 2013-03-11 02:26:33 +01:00
  • 88b9bea049 Merge pull request #250 from dsyer/feature/crontest Chris Beams 2013-03-10 10:09:54 -07:00
  • 5b6f149bf8 Fix test for daylight savings glitch Dave Syer 2013-03-10 10:03:15 -07:00
  • 8ab8e4f7c2 Make the methodParameter field of HandlerMethod final Rossen Stoyanchev 2013-03-10 12:52:04 -04:00
  • 3654a620fb Disable AsyncTests in spring-test-mvc Rossen Stoyanchev 2013-03-10 09:59:17 -04:00
  • 2b24e99d44 Reformat the testing chapter Sam Brannen 2013-03-10 14:49:10 +01:00
  • ccdb48210a Document context hierarchy support in the TCF Sam Brannen 2013-03-10 14:26:19 +01:00
  • 4e7098dc63 Document context hierarchy support in the TCF Sam Brannen 2013-03-10 01:39:14 +01:00
  • 3eb3610660 UriComponentsBuilder parse of empty fragments Oliver Gierke 2013-03-08 17:22:13 +01:00
  • 8e4e0f3531 Use null in MockServletContext for unknown mime types Rossen Stoyanchev 2013-03-07 12:33:44 -05:00
  • eefd1c4ca6 Add context hierarchy tests to Spring MVC Test Rossen Stoyanchev 2013-03-07 11:20:19 -05:00
  • 4c5d771764 Merge pull request #247 from sbrannen/SPR-5613 Sam Brannen 2013-03-07 02:12:33 +01:00
  • 98074e7762 Provide support for context hierarchies in the TCF Sam Brannen 2013-01-11 01:02:08 +01:00
  • 7bc5353e07 Do not sort the mvc:resources location attribute Phillip Webb 2013-03-06 11:18:49 -08:00
  • 85f8d6f695 Merge branch 'cleanup-3.2.x' into 3.2.x Phillip Webb 2013-03-06 11:08:17 -08:00
  • 05765d7520 Replace EasyMock with Mockito Phillip Webb 2013-03-04 19:46:15 -08:00
  • 2302b9b48b Added locale-independent "commonMessages" property to AbstractMessageSource Juergen Hoeller 2013-03-06 09:53:12 +01:00
  • a399b13354 Merge branch '3.2.x' into cleanup-3.2.x Phillip Webb 2013-03-04 11:01:14 -08:00
  • ce4be3b46b Merge branch '3.2.x' into master Chris Beams 2013-03-04 15:41:15 +01:00
  • db823ba1e4 DefaultListableBeanFactory clears by-type matching cache on runtime register/destroySingleton calls Juergen Hoeller 2013-03-01 22:52:27 +01:00
  • ba03d5b0c7 Fix FreeMarker form checbox macro generated names Stevo Slavic 2013-03-01 00:17:15 +01:00
  • fbac428e23 Fix DefaultMockMvcBuilder fluent API generic type Wesley Hall 2013-02-21 14:05:29 +00:00
  • c611083415 Catch IAE when parsing content type Rossen Stoyanchev 2013-03-01 15:16:08 -05:00
  • 3abe05c65e Update @RequestParam javadoc Rossen Stoyanchev 2013-03-01 15:00:20 -05:00
  • 33e723b4a8 Fix AntPathMatcher rule for combining with extensions Rossen Stoyanchev 2013-02-15 12:25:25 -05:00
  • 4cc30fe541 DefaultLobHandler etc Juergen Hoeller 2013-03-01 21:54:24 +01:00
  • d3c0dd1c7e Minor javadoc updates Juergen Hoeller 2013-03-01 21:53:40 +01:00
  • 99c7f25b05 Deprecated OracleLobHandler in favor of DefaultLobHandler for the Oracle 10g driver and higher Juergen Hoeller 2013-03-01 21:50:30 +01:00
  • 2bd584ca75 Added "createTemporaryLob" flag to DefaultLobHandler, using JDBC 4.0's createBlob/Clob mechanism Juergen Hoeller 2013-03-01 21:49:11 +01:00
  • 7ce0406fbc Merge pull request #243 from jmnarloch/SPR-8509 Phillip Webb 2013-03-01 11:41:07 -08:00
  • 5d727b2d8e Add Castor XSD information to reference docs Jakub Narloch 2013-03-01 11:10:22 -08:00
  • b27fc0ef30 Do not use Servlet 3.0 API in doOptions() Phillip Webb 2013-02-28 17:48:12 -08:00
  • c986a1efc1 Cache target type per bean definition and allow for specifying it in advance Juergen Hoeller 2013-03-01 16:43:24 +01:00
  • 6a043e3ea1 Mentioning JDBC 4's unwrap method for obtaining the native connection now Juergen Hoeller 2013-03-01 16:05:27 +01:00
  • 1716c171d8 LazyConnectionDataSourceProxy catches setReadOnly exception analogous to DataSourceUtils Juergen Hoeller 2013-03-01 16:04:10 +01:00
  • e0c7571a41 Refined predictBeanType's typesToMatch check for FactoryBeans Juergen Hoeller 2013-03-01 15:51:45 +01:00
  • 9929182e30 Merge pull request #242 from carsonmcdonald/fix-typos-3 Phillip Webb 2013-02-28 16:02:45 -08:00
  • 39c236baa8 Fix minor javadoc typos Carson McDonald 2013-02-28 07:45:50 -05:00
  • d9e6f2ad09 Merge pull request #241 from nurkiewicz/patch-1 Phillip Webb 2013-02-28 15:50:53 -08:00
  • c4ba8ce124 Fix incorrect closing <web-app> tag in MVC docs Tomasz Nurkiewicz 2013-02-27 22:41:31 +01:00
  • 18df9fed92 Fixed minor typo Phillip Webb 2013-02-28 15:37:10 -08:00
  • 381f7fe6df Suppress warnings for resource leaks Sam Brannen 2013-02-28 13:48:15 +01:00
  • 4bdf382714 Update spring-test re: deprecated queryForInt() Sam Brannen 2013-02-28 13:46:56 +01:00
  • 2a78b97598 Polish whitespace in JpaExceptionTranslatorAspect.aj Chris Beams 2013-02-28 09:03:36 +01:00
  • 013c894c25 Update JdbcTestUtils re: deprecated queryForInt() Sam Brannen 2013-02-28 01:56:13 +01:00
  • c0e4387cbc Fix JIRA issue number in @Ignore comments Sam Brannen 2013-02-28 01:42:04 +01:00
  • 9b72bf4691 Update @since tag for StreamUtils Sam Brannen 2013-02-28 01:39:15 +01:00
  • 301628811f Update JdbcTestUtils re: deprecated queryForInt() Sam Brannen 2013-02-28 01:36:03 +01:00
  • 0f2e94f0fc Fix reference docs section on inner beans Phillip Webb 2013-02-27 13:42:04 -08:00
  • 21a49ef4c5 Polish whitespace in *.aj Rob Winch 2013-02-27 14:28:00 -06:00
  • 1bae80a241 Polishing Juergen Hoeller 2013-02-27 00:31:05 +01:00
  • de069d06d8 Made "getJaxbContext()" method public Juergen Hoeller 2013-02-27 00:26:27 +01:00
  • 3b60f64d51 Fixed invalid EhCacheFactoryBean test for EhCache 2.4+ compatibility Juergen Hoeller 2013-02-27 00:24:21 +01:00
  • b979d8d548 Polishing along with SPR-10301 Juergen Hoeller 2013-02-27 00:22:53 +01:00
  • 096972d2b1 HibernateTransactionManager for Hibernate 4 supports "entityInterceptor(BeanName)" property Juergen Hoeller 2013-02-27 00:22:18 +01:00
  • 0d69a630ad DefaultJdoDialect supports the JDO 2.2+ isolation level feature out of the box Juergen Hoeller 2013-02-26 22:30:48 +01:00
  • 01a6a110c9 Upgrade docbook-reference-plugin to 0.2.6 Phillip Webb 2013-02-26 09:46:23 -08:00
  • 4f99e4cf3a Merge branch 'SPR-8089' into 3.2.x Chris Beams 2013-02-26 16:53:33 +01:00
  • 9a48c10dcb Segregate tests that depend on the jmxmp: protocol Chris Beams 2013-02-26 16:24:43 +01:00
  • 10648942c3 Update AbstractMBeanServerTests hierarchy to JUnit 4 Chris Beams 2013-02-26 16:21:21 +01:00
  • cbe03093ba Revert "Revert "Re-enable ignored JMX tests"" Chris Beams 2013-02-26 16:09:16 +01:00
  • 55caf7bdb0 Improve diagnostics for invalid testGroup values Chris Beams 2013-02-26 16:10:23 +01:00
  • 1bdd081a14 Merge branch 'SPR-10074' into 3.2.x Chris Beams 2013-02-26 14:28:18 +01:00
  • 9c2b5b2406 Update @Ignore'd JPA+AspectJ tests Chris Beams 2013-02-26 14:19:07 +01:00
  • 0e8c950f7d Re-enable JaxWsSupportTests Chris Beams 2013-02-26 12:51:32 +01:00
  • 58ab8b691c Re-enable ignored SecurityManager-related test Chris Beams 2013-02-26 12:15:53 +01:00
  • 3a192a0701 Update Eclipse import organization rules Chris Beams 2013-02-26 12:53:20 +01:00
  • 3100d89d07 Clean up console output for spring-beans tests Chris Beams 2013-02-26 12:33:05 +01:00
  • da034eb020 Replace references to SimpleJdbcTemplate in docs Phillip Webb 2013-02-25 16:31:45 -08:00
  • 009d2a5efd Remove unnecessary null check in SysEnvPropSource Phillip Webb 2013-02-25 15:35:13 -08:00
  • 29f4374bcf MergePlugin uses project source not jar source Phillip Webb 2013-02-25 15:25:02 -08:00
  • 82bd06f255 Protect against missing SpEL selection expression Phillip Webb 2013-02-25 14:25:47 -08:00
  • 9a6c6b9ee6 StringToEnumConverterFactory class from enum value Phillip Webb 2013-02-25 13:17:40 -08:00
  • e2e4cbe6b3 Deprecate HttpStatus.MOVED_TEMPORARILY Phillip Webb 2013-02-25 11:56:57 -08:00
  • 720714b434 Add JdbcTestUtils.deleteRowsInTableWhere method Phillip Webb 2013-02-25 11:26:59 -08:00
  • 576be97285 Merge pull request #237 from carsonmcdonald/fix-typos-2 Phillip Webb 2013-02-21 10:38:08 -08:00
  • 6a45d5bfb0 Minor changes to fix typos Carson McDonald 2013-02-20 08:53:30 -05:00
  • 5b7969e726 Fix UriComponents.equals() method Phillip Webb 2013-02-19 13:19:42 -08:00
  • 7e2022b9a7 Fix @RequestMapping regex reference doc example Phillip Webb 2013-02-19 11:48:55 -08:00
  • 5008005df0 Protect against 'has not been resolved to a Class' Phillip Webb 2013-02-19 09:20:09 -08:00
  • 608dab28bf Protect against ArrayIndexOutOfBoundsException Phillip Webb 2013-02-19 09:18:15 -08:00