Chris Beams
7b491370a3
Polish EmbeddedDatabaseBuilder
...
Minor improvements made during the triage of SPR-8817
2011-11-13 01:38:47 +00:00
Chris Beams
4ededaf11c
Fix typo in DateTimeFormat Javadoc
...
Issue: SPR-8838
2011-11-13 01:38:44 +00:00
Chris Beams
b167b75453
Polish @Scheduled Javadoc
...
Add reference to @EnableScheduling and <task:annotation-driven>
2011-11-13 01:38:40 +00:00
Sam Brannen
c0b3b7b81e
Added cross linking in Javadoc for @Autowired, @Qualifier, and @Value.
2011-11-11 22:28:37 +00:00
Juergen Hoeller
b21e1ee669
polishing
2011-11-11 09:57:34 +00:00
Juergen Hoeller
0b078f2ff9
added Quartz 2.1 loadClass variant (SPR-8727)
2011-11-11 09:54:28 +00:00
Rossen Stoyanchev
2a39f34d33
SPR-8803 Refine UriComponentsBuilder.replaceQueryParam().
...
If no values are given, the query parameter is removed.
2011-11-10 15:08:24 +00:00
Costin Leau
dc88a7c8ba
SPR-8830
...
SPR-8082
SPR-7833
+ add support for CacheDefinitions declarations inside XML
+ more integration tests
2011-11-09 17:53:51 +00:00
Costin Leau
e4c88553d8
+ rename test (as otherwise it gets picked even if it's abstract)
2011-11-09 10:52:22 +00:00
Costin Leau
473eaac117
+ temporarily disable XML defs (since cache-update and cache-definition are not yet supported)
2011-11-09 10:44:14 +00:00
Costin Leau
eddb0ac3be
+ introduced @CacheUpdate annotation
...
+ introduced @CacheDefinition annotation
+ introduced meta-annotation to allow multiple @Cache annotations
SPR-7833
SPR-8082
2011-11-09 10:00:44 +00:00
Rossen Stoyanchev
c3f0f31243
SPR-8819 Fix issue in setting best matching pattern.
2011-11-08 20:00:42 +00:00
Rossen Stoyanchev
b9a3d4577a
SPR-8823 Fix test error.
2011-11-08 19:25:50 +00:00
Rossen Stoyanchev
c9acaaf9d8
SPR-8823 ServletUriComponentsBuilder polish and reference doc update.
2011-11-08 17:49:38 +00:00
Rossen Stoyanchev
d1d48ac940
SPR-8823 Add ServletUriComponentsBuilder.
2011-11-07 21:04:23 +00:00
Sam Brannen
1beb04cebf
polishing
2011-11-06 17:26:30 +00:00
Rossen Stoyanchev
bef75aab07
Polish synchronization of model attributes with the session.
2011-11-04 22:14:13 +00:00
Rossen Stoyanchev
d3f4c69f00
SPR-8803 Add UriComponentsBuilder methods to replace path/query.
2011-11-04 16:43:03 +00:00
Rossen Stoyanchev
8889284517
SPR-8801 Set ignoreDefaultModelOnRedirect=false in MVC namespace and Java config.
2011-11-04 03:02:47 +00:00
Rossen Stoyanchev
cd2fee035a
SPR-8783 Update javadoc of MVC's AnnotationDrivenBeanDefinitionParser
2011-11-03 19:19:54 +00:00
Rossen Stoyanchev
bba8bb6ec0
SPR-8661 Add disabled attribute to HiddenInputTag
2011-11-03 16:29:12 +00:00
Arjen Poutsma
78fbceff82
Added check for illegal characters when creating an encoded UriComponents object
2011-11-03 11:57:25 +00:00
Rossen Stoyanchev
c290a4e68a
SPR-8694 HTML5 updates to the "type" attribute of the Spring Form tags.
...
Since dynamic attributes were allowed in Spring 3, it raised the
possibility to specify a type attribute on a number of the form tags.
Where it makes sense (see below) that attribute is now rejected
and reversely where it makes sense it is accepted.
InputTag allows types other than "text" but rejects type="radio" or
type="checkbox" since there is a good reason for those to be used
only in conjunction with the appropriate form library tags.
Other HTML input tags such as PasswordTag, HiddenInputTag,
Checkbox(es)Tag and RadioBox(es)Tag check the dynamic attributes
and reject them if they contain a type attribute since.
2011-11-02 21:38:50 +00:00
Arjen Poutsma
e8dd35ce5e
Added check for expanding already encoded UriComponents object
2011-11-02 11:49:45 +00:00
Rossen Stoyanchev
8337f4bf20
SPR-8789 Support request with multiple param values in FlahMap matching logic
2011-11-01 16:26:25 +00:00
Rossen Stoyanchev
e6920a59fa
SPR-8779 Use original URI in FlashMap match logic to account for URL rewriting.
2011-11-01 15:19:04 +00:00
Rossen Stoyanchev
1164f5a9fc
SPR-8782 Raise helpful error when RedirectAttributes is used with old infrastructure classes.
2011-11-01 11:46:09 +00:00
Rossen Stoyanchev
5a6980b78b
SPR-7943 Minor fix
2011-10-22 13:07:36 +00:00
Rossen Stoyanchev
57fe16e14b
SPR-8755 Add Button tag.
2011-10-21 23:36:41 +00:00
Rossen Stoyanchev
fd97c8d7a4
SPR-8770 Ensure RequestDataValueProcessor is invoked from RedirectView.
2011-10-21 22:16:08 +00:00
Juergen Hoeller
2980ef4c75
prepared for 3.1 RC2
2011-10-20 12:08:49 +00:00
Juergen Hoeller
79bcefa0ce
optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access (SPR-7863)
2011-10-20 12:04:01 +00:00
Juergen Hoeller
e2d9142c5a
LocaleEditor and StringToLocaleConverter do not restrict variant part through validation (SPR-8637)
2011-10-20 11:53:02 +00:00
Juergen Hoeller
0c9e3fb3bd
polishing
2011-10-20 11:21:54 +00:00
Juergen Hoeller
36616a0c2c
fixed GenericTypeResolver to consistently return null if not resolvable (SPR-8698)
2011-10-20 11:17:42 +00:00
Juergen Hoeller
3bd9a3e3e0
RmiClientInterceptor detects nested SocketException as connect failure as well (SPR-8628)
2011-10-20 11:09:14 +00:00
Juergen Hoeller
f7b9eb8fe3
added proper "contentLength()" implementation to ByteArrayResource (SPR-8709)
2011-10-20 10:59:44 +00:00
Juergen Hoeller
2fdc2b5822
fixed StandardServlet/PortletEnvironment to check for JNDI (for Google App Engine compatibility)
2011-10-20 10:46:16 +00:00
Juergen Hoeller
3f73f51966
fixed MethodInvokingJobDetailFactoryBean's Quartz 2.0 support
2011-10-20 10:27:28 +00:00
Juergen Hoeller
0dfb617d8a
refer to correct openSession() method for Hibernate 4.0 (SPR-8776)
2011-10-20 10:23:49 +00:00
Juergen Hoeller
de5a007e46
cleanup of conversation dependencies
2011-10-20 09:56:07 +00:00
Juergen Hoeller
ca5f38c5e4
marked Apache HttpComponents dependency as optional (SPR-8788); cleanup of conversation dependencies
2011-10-20 09:55:09 +00:00
Rossen Stoyanchev
3c649a6c66
Polish @EnableWebMvc javadoc
2011-10-17 22:59:54 +00:00
Rossen Stoyanchev
313ba395af
Minor fix to name of attribute used to store FlashMap instances.
2011-10-17 21:30:09 +00:00
Rossen Stoyanchev
5d42a6242f
SPR-8759 Provide methods to add or get status codes in SimpleMappingExceptionResolver as Map<String, Integer>.
2011-10-17 21:28:56 +00:00
Chris Beams
dacfa6993a
Fix assignment error in AbstractAsyncExecutionAspect
...
Issue: SPR-8772
2011-10-17 18:35:27 +00:00
Chris Beams
5360bd899d
Fix warnings and polish LocalSessionFactoryBuilder
2011-10-13 03:56:51 +00:00
Sam Brannen
e65366012d
[SPR-8401] Added documentation for @ActiveProfiles in the "Annotations" section.
2011-10-12 21:34:02 +00:00
Chris Beams
d98316e494
Update doc publication urls to static.s2.org
2011-10-12 07:04:55 +00:00
Chris Beams
cb14697800
Remove stale duplicate copy of spring-cache XSD
2011-10-12 07:04:52 +00:00