Chris Beams
1819bee35f
Revert deprecation of AbstractSingletonPFB and co
...
Removed formal deprecation warnings for AbstractSingletonFactoryBean and
its TransactionProxyFactoryBean and CacheProxyFactoryBean subclasses.
This is principally because TPFB is still used by Grails and could
conceivably be used to good effect by any third-party framework in a
similar fashion. CPFB is new with 3.1, but similar use is predictable.
Deprecations have been replaced by strong recommendations that users
avoid these types in modern Spring applications and favor the use of
namespaces and annotatinos, such as tx: and @Transactional (around
since Spring 2.x) and cache: and @Cacheable .
Issue: SPR-8680, SPR-8686
14 years ago
Chris Beams
9ba1d1437d
Give ExtendedBeanInfo package-private visibility
...
Issue: SPR-8079
14 years ago
Chris Beams
870d903417
Add INFER_METHOD constant and update @Bean Javadoc
...
In anticipation of 'destroy method inference' feature, introduce
ConfigurationClassUtils#INFER_METHOD and update @Bean#destroyMethod to
reflect its use.
Issue: SPR-8751
14 years ago
Chris Beams
6b4ef0237c
Add code examples to and polish @Bean Javadoc
14 years ago
Thomas Risberg
dee9e280b0
SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1}
14 years ago
Costin Leau
e493887f45
+ update cache docs whitespace for better rendering
14 years ago
Thomas Risberg
933e22320d
SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1}
14 years ago
Thomas Risberg
4f5248bb5c
SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1}
14 years ago
Costin Leau
40d88fd991
SPR-8730
...
+ more tests
14 years ago
Costin Leau
a12ebbfded
SPR-8730
...
+ expose key-generator in the XML namespace
14 years ago
Costin Leau
e6d9b6308e
some cache doc updates
14 years ago
Thomas Risberg
aec82fbd4a
SPR-7476 Improving named parameter parsing skipping escaped colons like '\:' and allowing for delimiting parameter names with curly brackets like :{p1}
14 years ago
Thomas Risberg
92d6e5a14c
SPR-8270 Adding improved support for detecting current schema name for Oracle
14 years ago
Sam Brannen
1317b821b9
[SPR-7724] Example email addresses in the reference manual now use example.org as the domain name.
14 years ago
Thomas Risberg
118ee3fce8
SPR-8652 Fixing queryForLong and queryForInt implementation to use correct expected type
14 years ago
Thomas Risberg
0920f2d7d5
SPR-8235 SPR-7480 Updating H2 error codes
14 years ago
Rossen Stoyanchev
facb40e5a6
SPR-7943 Add test case for inserting extra hidden fields
14 years ago
Rossen Stoyanchev
4199d772cc
SPR-8718 Minor polish
14 years ago
Rossen Stoyanchev
369f6f032b
SPR-7943 Minor fix
14 years ago
Rossen Stoyanchev
cb5954ed02
SPR-8714 Do not create copy in map-to-map and collection-to-collection conversion if not necessary
14 years ago
Rossen Stoyanchev
00a726b098
SPR-8718 Prevent Converter<?,?> from converting target sub-type.
14 years ago
Chris Beams
dfda4c32d5
Fix error in AbstractResource#contentLength Javadoc
...
Issue: SPR-8734
14 years ago
Sam Brannen
ae1205a56c
[SPR-8240] polishing
14 years ago
Sam Brannen
5e1d6b9a1b
[SPR-8240] polishing
14 years ago
Sam Brannen
3f5135d809
consistent title-case for 1st and 2nd level sections
14 years ago
Sam Brannen
0b2592a70a
[SPR-8240] polishing
14 years ago
Sam Brannen
5db7cca9a7
[SPR-8240] polishing the "Context management and caching" section of the reference manual and related Javadoc.
14 years ago
Sam Brannen
1bb5b21881
[SPR-8240] Introduced new "Context management with @Configuration classes" section; fleshing out sections on context configuration inheritance and context caching.
14 years ago
Sam Brannen
713017aedc
polishing and formatting
14 years ago
Sam Brannen
2608744479
fixed numerous typos and formatting
14 years ago
Sam Brannen
b38d022b84
Fixed broken link to non-existent mvc-multipart-resolver ID.
14 years ago
Sam Brannen
a4953e7c22
[SPR-8240] Restructuring the "Context management and caching" section.
14 years ago
Sam Brannen
bc6927e601
[SPR-8240] Documented ContextLoaders in the testing chapter.
14 years ago
Sam Brannen
e7ce297cf3
[SPR-8240] Restructuring annotation content.
14 years ago
Sam Brannen
ac4cd8c37b
[SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual; and polishing the testing content in general.
14 years ago
Sam Brannen
15f217c274
[SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual.
14 years ago
Rossen Stoyanchev
b08c7f6e00
SPR-6801 @ModelAttribute instantiation refinement.
...
Instantiate the model attribute from a URI var or a request param only
if the name matches and there is a registered Converter<String, ?>.
14 years ago
Chris Beams
34956d30b3
Fix doc typo in AbstractAutowireCapableBeanFactory
14 years ago
Rossen Stoyanchev
a33d277509
Add ExceptionHandlerExceptionResolver tests for custom arg resolvers
14 years ago
Rossen Stoyanchev
7fec9d7fa8
SPR-7943 Add one missing call to RequestDataValueProcessor in FormTag.
14 years ago
Rossen Stoyanchev
57fffb147c
SPR-7608 ALLOW EXCEPTION WHEN MODEL ATTR IS CREATED FROM URI VARIABLE
...
When a @ModelAttribute is instantiated from a URI variable with type
conversion, if conversion fails allow the exception to propagate.
This is consistent with what happens on type conversion failure with
@PathVariable and other args that rely on type conversion.
14 years ago
Arjen Poutsma
5afe139285
SPR-8706 - UriUrils.decode() not properly rejecting invalid escaped URLs
14 years ago
Arjen Poutsma
67fda70cb8
SPR-8713 - DefaultResponseErrorHandler IOException Bug
14 years ago
Sam Brannen
aa7a100807
[SPR-8178] re-enabled testPrintNull().
14 years ago
Rossen Stoyanchev
3d50d416eb
SPR-8718 Revert fix from earlier for now (need a different approach).
14 years ago
Sam Brannen
5309e43ea0
[SPR-8178] @Ignore-ing testPrintNull() until it is determined why changes to GenericConversionService broke this test.
14 years ago
Sam Brannen
052d3e7ccb
[SPR-8718] now using correct JIRA ID in the comments.
14 years ago
Sam Brannen
f752b47fcb
[SPR-8178] @Ignore-ing testDefaultNumberFormatting() until it is determined why changes to GenericConversionService broke this test.
14 years ago
Rossen Stoyanchev
1d7a6c53da
SPR-8718 Prevent ClassCastException when the target of Converter<?,?> is a super-class of the actual target.
14 years ago
Sam Brannen
f6483cad3c
[SPR-8222] Suppressing deprecation warnings for org.junit.internal.runners.model.MultipleFailureException, which has been deprecated in JUnit 4.9.
14 years ago