Juergen Hoeller
6e95b2c311
polishing
15 years ago
Juergen Hoeller
a86a698e5b
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
15 years ago
Sam Brannen
f9f9b431a6
[SPR-4643] SpringJUnit4ClassRunner now optionally calls JUnit 4.7's BlockJUnit4ClassRunner.withRules() method using reflection in order to provide backward compatibility with JUnit 4.5 and 4.6.
15 years ago
Juergen Hoeller
7aff0755a3
expression parser uses context's ConversionService by default
15 years ago
Juergen Hoeller
7123e4f81e
expression parser uses context's ConversionService by default
15 years ago
Juergen Hoeller
efaf76b46f
polishing
15 years ago
Juergen Hoeller
57f90ad4ef
polishing
15 years ago
Juergen Hoeller
1045847cf7
updated to CGLIB 2.2 and EHCache 1.6.2
15 years ago
Juergen Hoeller
e6436bbbbe
fixed currently-in-creation check to apply with any log level (SPR-5996)
15 years ago
Juergen Hoeller
c5e49fc6dc
refined PathMatchingResourcePatternResolver's treatment of non-readable directories (SPR-6086)
15 years ago
Mark Fisher
c10342a553
Added documentation for @Scheduled and @Async annotations.
15 years ago
Rob Harrop
afd6fe9048
[SPR-5927] fixed FormTag attribute clearing
15 years ago
Mark Fisher
b18a1dc5b3
added documentation for the task namespace
15 years ago
Rob Harrop
bfa4231c9d
removed dependency on ServletException
15 years ago
Rob Harrop
aee3f14d3c
removed unecessary dependency on ServletException
15 years ago
Rob Harrop
c3546f4c78
fixed missing dependencies in iml file
15 years ago
Thomas Risberg
b482d6db12
revised the detection of Sybase (SPR-6053)
15 years ago
Rob Harrop
019c3c253a
[SPR-6017] updated DBDR and BDPD to allow for overriding of namespace-specific methods
15 years ago
Rob Harrop
5d17db64ec
updated javax.el dependency to match the IDEA project file
15 years ago
Rob Harrop
05fe679384
[SPR-6004] Fixed NPE in BeanDefinitionParserDelegate when using empty namespace as the default
15 years ago
Andy Clement
855eac549e
SpelExpressionParser made threadsafe
15 years ago
Keith Donald
cd20be7a4f
polish
15 years ago
Keith Donald
80570a28c0
polish
15 years ago
Keith Donald
b4aa322c4c
polish
15 years ago
Keith Donald
21d9b70fd8
polish
15 years ago
Keith Donald
9b2f161b7e
polish
15 years ago
Rob Harrop
a03ca86372
[SPR-6057] test case to show that bug is already fixed
15 years ago
Keith Donald
ca159f6d9a
polish
15 years ago
Keith Donald
223e1e4522
polish
15 years ago
Keith Donald
35c4a4b3b0
polish
15 years ago
Juergen Hoeller
d0c8545d9b
updated setCookieMaxAge to match getCookieMaxAge return type (SPR-6070)
15 years ago
Keith Donald
477c4d3865
updaten new in 3
15 years ago
Keith Donald
19450cd069
updaten new in 3
15 years ago
Keith Donald
e7095748f3
polish
15 years ago
Keith Donald
421aab0fa5
polish
15 years ago
Keith Donald
354e6fafe9
polish
15 years ago
Keith Donald
d18bc356f2
polish
15 years ago
Keith Donald
835ebfcd25
setting up FormatterRegistrY
15 years ago
Keith Donald
70083474e1
polish
15 years ago
Keith Donald
900660ae56
converter / formatter docs initial commit
15 years ago
Thomas Risberg
d10be7443f
Fixed JavaDoc for determineRootDir method (SPR-5340)
15 years ago
Keith Donald
f323a5bb5d
fixed broken classpaths for ehcache and junit
15 years ago
Sam Brannen
0a781f3084
Including HibernateSessionFlushingTests in the suite.
15 years ago
Sam Brannen
2dee54b78a
[SPR-4702] now updating TestContext state before calling before/after test class life cycle callbacks.
15 years ago
Juergen Hoeller
ba425c34f8
updated to EHCache 1.6.0
15 years ago
Juergen Hoeller
8675281972
updated to AspectJ 1.6.5
15 years ago
Juergen Hoeller
8754f0bc85
updated dependencies
15 years ago
Chris Beams
19bccaaa11
updates made during my review of beans.xml:
...
* eliminated all usage of "the section entitled", because <xref> links already render including "the section called ". This was resulting in sentences like 'see also the section entitled the section called "@Autowired"'. This issue affected nearly all sections of the documentation, so went beyond just beans.xml
* fixed table overflow in the "Using filters to customize scanning" section (approx. p.90)
* fixed all code overflows in <programlisting/> elements
* corrected a couple minor syntax errors with SpEL examples (missing closing braces)
* added 'language="..."' element to <programlisting> elements where appropriate to enable syntax highlighting.
* normalized all code indention to four-space (some code listings were using one- and two-space)
* updated all code listings to use same-line opening braces.
* eliminated section regarding backward compatibility with Spring DTDs and singleton=true|false. This seems like cruft to me, and we shouldn't keep historical notes around forever.
* Added <note> regarding the new thread scope (SimpleThreadScope) to Section 3.5 Bean Scopes. Also updated the section on registering a custom Scope implementation to use the SimpleThreadScope as an example.
* updated the new-in-3.xml section to improve the @Configuration example
15 years ago
Thomas Risberg
7b6029d515
Beverly's edits reviewed; modified the introduction part to include the preface text
15 years ago
Sam Brannen
a45d1dec65
[SPR-6011] SpringJUnit4ClassRunner once again supports collective timeouts for repeated tests
15 years ago