Commit Graph

  • 4ededaf11c Fix typo in DateTimeFormat Javadoc Chris Beams 2011-11-13 01:38:44 +00:00
  • b167b75453 Polish @Scheduled Javadoc Chris Beams 2011-11-13 01:38:40 +00:00
  • c0b3b7b81e Added cross linking in Javadoc for @Autowired, @Qualifier, and @Value. Sam Brannen 2011-11-11 22:28:37 +00:00
  • b21e1ee669 polishing Juergen Hoeller 2011-11-11 09:57:34 +00:00
  • 0b078f2ff9 added Quartz 2.1 loadClass variant (SPR-8727) Juergen Hoeller 2011-11-11 09:54:28 +00:00
  • 2a39f34d33 SPR-8803 Refine UriComponentsBuilder.replaceQueryParam(). Rossen Stoyanchev 2011-11-10 15:08:24 +00:00
  • dc88a7c8ba SPR-8830 SPR-8082 SPR-7833 + add support for CacheDefinitions declarations inside XML + more integration tests Costin Leau 2011-11-09 17:53:51 +00:00
  • e4c88553d8 + rename test (as otherwise it gets picked even if it's abstract) Costin Leau 2011-11-09 10:52:22 +00:00
  • 473eaac117 + temporarily disable XML defs (since cache-update and cache-definition are not yet supported) Costin Leau 2011-11-09 10:44:14 +00:00
  • eddb0ac3be + introduced @CacheUpdate annotation + introduced @CacheDefinition annotation + introduced meta-annotation to allow multiple @Cache annotations SPR-7833 SPR-8082 Costin Leau 2011-11-09 10:00:44 +00:00
  • c3f0f31243 SPR-8819 Fix issue in setting best matching pattern. Rossen Stoyanchev 2011-11-08 20:00:42 +00:00
  • b9a3d4577a SPR-8823 Fix test error. Rossen Stoyanchev 2011-11-08 19:25:50 +00:00
  • c9acaaf9d8 SPR-8823 ServletUriComponentsBuilder polish and reference doc update. Rossen Stoyanchev 2011-11-08 17:49:38 +00:00
  • d1d48ac940 SPR-8823 Add ServletUriComponentsBuilder. Rossen Stoyanchev 2011-11-07 21:04:23 +00:00
  • 1beb04cebf polishing Sam Brannen 2011-11-06 17:26:30 +00:00
  • bef75aab07 Polish synchronization of model attributes with the session. Rossen Stoyanchev 2011-11-04 22:14:13 +00:00
  • d3f4c69f00 SPR-8803 Add UriComponentsBuilder methods to replace path/query. Rossen Stoyanchev 2011-11-04 16:43:03 +00:00
  • 8889284517 SPR-8801 Set ignoreDefaultModelOnRedirect=false in MVC namespace and Java config. Rossen Stoyanchev 2011-11-04 03:02:47 +00:00
  • cd2fee035a SPR-8783 Update javadoc of MVC's AnnotationDrivenBeanDefinitionParser Rossen Stoyanchev 2011-11-03 19:19:54 +00:00
  • bba8bb6ec0 SPR-8661 Add disabled attribute to HiddenInputTag Rossen Stoyanchev 2011-11-03 16:29:12 +00:00
  • 78fbceff82 Added check for illegal characters when creating an encoded UriComponents object Arjen Poutsma 2011-11-03 11:57:25 +00:00
  • c290a4e68a SPR-8694 HTML5 updates to the "type" attribute of the Spring Form tags. Rossen Stoyanchev 2011-11-02 21:38:50 +00:00
  • e8dd35ce5e Added check for expanding already encoded UriComponents object Arjen Poutsma 2011-11-02 11:49:45 +00:00
  • 8337f4bf20 SPR-8789 Support request with multiple param values in FlahMap matching logic Rossen Stoyanchev 2011-11-01 16:26:25 +00:00
  • e6920a59fa SPR-8779 Use original URI in FlashMap match logic to account for URL rewriting. Rossen Stoyanchev 2011-11-01 15:19:04 +00:00
  • 1164f5a9fc SPR-8782 Raise helpful error when RedirectAttributes is used with old infrastructure classes. Rossen Stoyanchev 2011-11-01 11:46:09 +00:00
  • 5a6980b78b SPR-7943 Minor fix Rossen Stoyanchev 2011-10-22 13:07:36 +00:00
  • 57fe16e14b SPR-8755 Add Button tag. Rossen Stoyanchev 2011-10-21 23:36:41 +00:00
  • fd97c8d7a4 SPR-8770 Ensure RequestDataValueProcessor is invoked from RedirectView. Rossen Stoyanchev 2011-10-21 22:16:08 +00:00
  • 84890ebc0d prepared for 3.0.7 Juergen Hoeller 2011-10-20 12:11:36 +00:00
  • 2980ef4c75 prepared for 3.1 RC2 Juergen Hoeller 2011-10-20 12:08:49 +00:00
  • a9f28575b1 optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access (SPR-7863) Juergen Hoeller 2011-10-20 12:06:40 +00:00
  • 79bcefa0ce optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access (SPR-7863) Juergen Hoeller 2011-10-20 12:04:01 +00:00
  • a730bf47df LocaleEditor and StringToLocaleConverter do not restrict variant part through validation (SPR-8637) Juergen Hoeller 2011-10-20 11:54:52 +00:00
  • e2d9142c5a LocaleEditor and StringToLocaleConverter do not restrict variant part through validation (SPR-8637) Juergen Hoeller 2011-10-20 11:53:02 +00:00
  • 0c9e3fb3bd polishing Juergen Hoeller 2011-10-20 11:21:54 +00:00
  • b5ec65cef6 fixed GenericTypeResolver to consistently return null if not resolvable (SPR-8698) Juergen Hoeller 2011-10-20 11:21:39 +00:00
  • 36616a0c2c fixed GenericTypeResolver to consistently return null if not resolvable (SPR-8698) Juergen Hoeller 2011-10-20 11:17:42 +00:00
  • 965c12b0f8 RmiClientInterceptor detects nested SocketException as connect failure as well (SPR-8628) Juergen Hoeller 2011-10-20 11:10:23 +00:00
  • 3bd9a3e3e0 RmiClientInterceptor detects nested SocketException as connect failure as well (SPR-8628) Juergen Hoeller 2011-10-20 11:09:14 +00:00
  • 7187029ef6 added proper "contentLength()" implementation to ByteArrayResource (SPR-8709) Juergen Hoeller 2011-10-20 11:03:41 +00:00
  • f7b9eb8fe3 added proper "contentLength()" implementation to ByteArrayResource (SPR-8709) Juergen Hoeller 2011-10-20 10:59:44 +00:00
  • 2fdc2b5822 fixed StandardServlet/PortletEnvironment to check for JNDI (for Google App Engine compatibility) Juergen Hoeller 2011-10-20 10:46:16 +00:00
  • 3f73f51966 fixed MethodInvokingJobDetailFactoryBean's Quartz 2.0 support Juergen Hoeller 2011-10-20 10:27:28 +00:00
  • 0dfb617d8a refer to correct openSession() method for Hibernate 4.0 (SPR-8776) Juergen Hoeller 2011-10-20 10:23:49 +00:00
  • de5a007e46 cleanup of conversation dependencies Juergen Hoeller 2011-10-20 09:56:07 +00:00
  • ca5f38c5e4 marked Apache HttpComponents dependency as optional (SPR-8788); cleanup of conversation dependencies Juergen Hoeller 2011-10-20 09:55:09 +00:00
  • 3c649a6c66 Polish @EnableWebMvc javadoc Rossen Stoyanchev 2011-10-17 22:59:54 +00:00
  • 313ba395af Minor fix to name of attribute used to store FlashMap instances. Rossen Stoyanchev 2011-10-17 21:30:09 +00:00
  • 5d42a6242f SPR-8759 Provide methods to add or get status codes in SimpleMappingExceptionResolver as Map<String, Integer>. Rossen Stoyanchev 2011-10-17 21:28:56 +00:00
  • dacfa6993a Fix assignment error in AbstractAsyncExecutionAspect Chris Beams 2011-10-17 18:35:27 +00:00
  • 5360bd899d Fix warnings and polish LocalSessionFactoryBuilder Chris Beams 2011-10-13 03:56:51 +00:00
  • e65366012d [SPR-8401] Added documentation for @ActiveProfiles in the "Annotations" section. Sam Brannen 2011-10-12 21:34:02 +00:00
  • d98316e494 Update doc publication urls to static.s2.org Chris Beams 2011-10-12 07:04:55 +00:00
  • cb14697800 Remove stale duplicate copy of spring-cache XSD Chris Beams 2011-10-12 07:04:52 +00:00
  • 17ce06acec Update changelog re destroy method inference Chris Beams 2011-10-12 03:56:17 +00:00
  • 38e90105a0 Support destroy method inference Chris Beams 2011-10-12 02:09:04 +00:00
  • 8cafb7ee13 Fix warnings in DisposableBeanAdapter Chris Beams 2011-10-12 02:08:52 +00:00
  • f0ded6a91f [SPR-8401] Added missing TransferServiceConfig code listing. Sam Brannen 2011-10-11 23:32:10 +00:00
  • dc95e49c27 [SPR-8240][SPR-8401] formatting and polishing. Sam Brannen 2011-10-11 23:20:50 +00:00
  • 027c25d823 [SPR-8401] Documented TestContext support for @ActiveProfiles in the reference manual. Sam Brannen 2011-10-11 23:05:28 +00:00
  • e1721976bb final preparations for 3.1 RC1 release Juergen Hoeller 2011-10-11 22:08:01 +00:00
  • 12c1f47733 extended LocalSessionFactoryBean options for Hibernate 4; factored out LocalSessionFactoryBuilder Juergen Hoeller 2011-10-11 22:05:19 +00:00
  • d09faabcb6 Update changelog re @EnableAspectJAutoProxy Chris Beams 2011-10-11 19:15:10 +00:00
  • 739775ca19 Introduce @EnableAspectJAutoProxy Chris Beams 2011-10-11 18:51:41 +00:00
  • b08a6d32a4 Polish "What's new in Spring 3.1" re @Enable* Chris Beams 2011-10-11 18:51:32 +00:00
  • 5876307997 Update "What's new in Spring 3.1" re Hibernate 4.x Chris Beams 2011-10-11 18:51:30 +00:00
  • f60a40be44 Polish Environment subsystem Javadoc Chris Beams 2011-10-11 18:51:26 +00:00
  • 3920c5a158 Polish @ComponentScan/@Configuration/@Lazy Javadoc Chris Beams 2011-10-11 18:51:15 +00:00
  • 1cea52b66b renamed mapKey/ValueTypeDescriptor methods back to getMapKey/ValueTypeDescriptor (for Spring 3.0.x compatibility) Juergen Hoeller 2011-10-11 16:55:07 +00:00
  • ba2c8fc592 deprecated JdoTemplate and co in favor of native PersistenceManager usage Juergen Hoeller 2011-10-11 16:48:08 +00:00
  • feed594ba4 deprecated JpaTemplate and co in favor of native EntityManager usage Juergen Hoeller 2011-10-11 16:24:32 +00:00
  • 0d02ef5fe5 removed conversation prototype from 3.1 codebase Juergen Hoeller 2011-10-11 16:22:15 +00:00
  • 60fb3efc2b [SPR-8240] Added new "Mixing XML resources and @Configuration classes" section to the testing chapter. Sam Brannen 2011-10-11 12:39:57 +00:00
  • 1aa1278e99 SPR-8725 Change modifier in WebMvcConfigurationSupport methods from package private to public. Rossen Stoyanchev 2011-10-11 10:43:08 +00:00
  • 9be6ddc946 Include Hibernate 4.x in Eclipse classpath Chris Beams 2011-10-11 05:31:31 +00:00
  • 2760542182 Add repro test case for package-private @Bean issue Chris Beams 2011-10-11 04:02:03 +00:00
  • cfb380d653 fixed unbind failure through appropriate guard Juergen Hoeller 2011-10-11 02:08:26 +00:00
  • d54922642c made compilation work with Hibernate 4.0 next to Hibernate 3.x Juergen Hoeller 2011-10-11 01:53:43 +00:00
  • 3032b214c6 avoid hard JPA 2.0 dependency Juergen Hoeller 2011-10-11 01:31:22 +00:00
  • 6aaf7fefde removed Hibernate EntityManager 4.0 dependency since it is not needed for compilation and not for standard runs of the test suite either Juergen Hoeller 2011-10-11 01:22:20 +00:00
  • 0256f3d43e consistently use Unix line separator Juergen Hoeller 2011-10-11 01:14:20 +00:00
  • e58a45bff7 polishing Juergen Hoeller 2011-10-11 01:13:41 +00:00
  • 1f89243361 use internal Set for TransactionSynchronization objects in order to allow for equals/hashCode based replacement Juergen Hoeller 2011-10-11 01:11:17 +00:00
  • 4c49cc73b2 avoid NPE in case of no "hibernateProperties" specified Juergen Hoeller 2011-10-11 01:10:07 +00:00
  • e1a6bb2d2e committed initial Hibernate 4.0 support Juergen Hoeller 2011-10-11 01:08:41 +00:00
  • d02ac641cc further additions to manual changelog for 3.1 RC1 Juergen Hoeller 2011-10-11 01:02:55 +00:00
  • 339c57e41a polishing Juergen Hoeller 2011-10-11 01:00:31 +00:00
  • 37c601c8dd HibernateJpaDialect exposes underlying Session for underlying SessionFactory Juergen Hoeller 2011-10-11 00:58:47 +00:00
  • 0ff83606df committed initial Hibernate 4.0 support Juergen Hoeller 2011-10-11 00:53:01 +00:00
  • 55f91e54c4 Corrected Javadoc: handleListenerException() and invokeErrorHandler() log at WARN level, not at ERROR level. Sam Brannen 2011-10-10 22:13:45 +00:00
  • 8bd1fc817a introduced extended WritableResource interface Juergen Hoeller 2011-10-10 19:46:00 +00:00
  • f35dfd4107 Update stale external javadoc links Chris Beams 2011-10-10 06:12:29 +00:00
  • 980c15d578 Distinguish between different bridge method types Chris Beams 2011-10-10 05:40:21 +00:00
  • 6248135a4f [SPR-8240] Updating the "new in 3.1" chapter regarding new testing support; polishing the TestContext Framework section of the reference manual. Sam Brannen 2011-10-09 23:32:01 +00:00
  • 71396ac07b Polishing JavaDoc Sam Brannen 2011-10-09 23:29:59 +00:00
  • 6837111bda Refactor AnnotationUtils#findAllAnnotationAttributes Chris Beams 2011-10-09 20:32:21 +00:00
  • 3bb01ee68b Revert "Introduce (Annotation)SessionFactoryBuilder types" Chris Beams 2011-10-09 07:55:52 +00:00
  • 25796448f6 Revert "removed double javadoc" Chris Beams 2011-10-09 07:55:38 +00:00
  • 0d43023571 Revert "All SFBuilder setters return 'this' & use varargs" Chris Beams 2011-10-09 07:55:33 +00:00