Sam Brannen
72da569aa3
[SPR-8386][SPR-8387] Revised Javadoc in the TestContext framework regarding changes in 3.1.
13 years ago
Sam Brannen
1c7cc172d9
[SPR-8627] Deprecated @ExpectedException .
13 years ago
Sam Brannen
381ab6fcc2
[SPR-8627] Deprecated @ExpectedException .
13 years ago
Sam Brannen
960082dbb0
[SPR-8541] Oops! Fixed a minor logic error in DelegatingSmartContextLoader.
13 years ago
Sam Brannen
8ccedd452e
[SPR-8541] Documented DelegatingSmartContextLoader.
13 years ago
Sam Brannen
466c3b4b2a
[SPR-8541] Documented DelegatingSmartContextLoader.
13 years ago
Sam Brannen
0a88d4bae1
Fixed broken test: now verifying that an attempt to set a null active profile throws an IllegalArgumentException.
13 years ago
Chris Beams
2c239e30d5
Update spring-webmvc-portlet template.mf
...
Add Import-Template entry for org.spring-framework.jndi
Issue: SPR-8038
13 years ago
Chris Beams
f0460ce6fd
Register JndiPropertySource by default in portlet environments
...
Issue: SPR-8038, SPR-8545, SPR-8490
13 years ago
Chris Beams
6db594c79d
Register JndiPropertySource by default in servlet environments
...
Prior to this change, StandardServletEnvironment evaluated a
"jndiPropertySourceEnabled" flag to determine whether or not to add a
JndiPropertySource. Following the changes introduced in SPR-8490, there
is now no reason not to enable a JNDI property source by default. This
change eliminates the support for "jndiPropertySourceEnabled" and adds
a JndiPropertySource automatically.
Issue: SPR-8545, SPR-8490
13 years ago
Chris Beams
76bf72c9f8
Introduce ConfigurableEnvironment#addActiveProfile
...
Provides a convenient mechanism for activating an additional profile
while preserving those that are already active, as opposed to
calling #setActiveProfiles with the contents of #getActiveProfiles plus
the new profile.
Issue: SPR-8548
13 years ago
Chris Beams
c0eeb8bacd
Introduce AbstractEnvironment#validateProfile
...
Consolidates validation for profiles and provides a mechanism for
AbstractEnvironment subclasses to customize validation logic if
desired.
13 years ago
Chris Beams
e19a2e7370
Reorganize and add comments to build.properties
13 years ago
Chris Beams
68d5d753ba
Increase supported aspectj version 1.5.4 => 1.6.8
13 years ago
Chris Beams
1b176db8e7
Remove obsolete taglibs dependency from webmvc pom
13 years ago
Chris Beams
5946e66586
Update ejb and javax.resource deps in tx pom
13 years ago
Chris Beams
36c1813828
Update ejb, inject-tck, jsr166 deps in context pom
13 years ago
Chris Beams
711b84ab06
Update .core pom with jopt dependency
...
Issue: SPR-8482
13 years ago
Juergen Hoeller
ef04ccca17
allow for Hibernate 4.0
13 years ago
Juergen Hoeller
f32b8f81e4
allow for Quartz 2.0
13 years ago
Juergen Hoeller
90997e65cf
fixed Hibernate Validator import range
13 years ago
Juergen Hoeller
9e375a860a
polishing
13 years ago
Sam Brannen
87dad65ff0
[SPR-8622] Upgraded to JUnit 4.8.2
13 years ago
Sam Brannen
7f715ee803
Fixed minor typo in Javadoc.
13 years ago
Sam Brannen
e16e3a9f60
Fixed source attachments in Eclipse classpath; sorted classpath entries.
13 years ago
Juergen Hoeller
28e6d9a692
added test for month sequence (SPR-7807)
13 years ago
Juergen Hoeller
f6be50eda2
RequiredAnnotationBeanPostProcessor's skip attribute accepts "true" as String value as well (SPR-8617)
13 years ago
Costin Leau
63a217a40a
+ add XML support for cache abstraction (cache-advice) - DRAFT
13 years ago
Chris Beams
a8476d05be
Prune misplaced src directory
13 years ago
Chris Beams
9fce69849a
Move misplaced integration test to proper location
13 years ago
Juergen Hoeller
9b9975f269
ForkJoinPoolFactoryBean etc
13 years ago
Juergen Hoeller
36084c348f
fixed timeout assertion
13 years ago
Juergen Hoeller
20f748865e
polishing
13 years ago
Juergen Hoeller
cce1e2010d
added HttpComponentsHttpInvokerRequestExecutor
13 years ago
Rossen Stoyanchev
152add37d5
SPR-6464 Add getInputFlashMap and getOutputFlashMap methods to RequestContextUtils
13 years ago
Juergen Hoeller
f0db3d0992
polishing
13 years ago
Juergen Hoeller
c564049b23
consistent "connectTimeout" and "readTimeout" properties (SPR-8615)
13 years ago
Juergen Hoeller
4acb0fa284
introduced ForkJoinPoolFactoryBean for Java 7 (alternative: add new jsr166.jar to Java 6)
13 years ago
Rossen Stoyanchev
aa46d18125
SPR-6464 FlashMap polish
13 years ago
Rossen Stoyanchev
224bce1b64
SPR-8612 Allow explicit status code in HTTP 1.0 compatibility mode
13 years ago
Rossen Stoyanchev
936c83b030
SPR-6464 Add RedirectModel
13 years ago
Sam Brannen
84ff2b49a6
Polishing Javadoc and suppressing warnings.
13 years ago
Sam Brannen
a94e3785b8
Polishing Javadoc and suppressing warnings.
13 years ago
Rossen Stoyanchev
d746dcaa63
SPR-5628 Use MediaType to parse the content type in HttpPutFormContentFilter
13 years ago
Sam Brannen
9a40021f18
[SPR-8386][SPR-8387] Refined logging regarding detection of default resource locations and default configuration classes.
13 years ago
Sam Brannen
bfbd7def33
Documented recent changes to the TestContext framework in the changelog
13 years ago
Sam Brannen
a298c2dde8
[SPR-8386][SPR-8387] Redesign of DelegatingSmartContextLoader and the SmartContextLoader SPI:
...
- Removed generatesDefaults() and supports() from the SmartContextLoader SPI and modified the DelegatingSmartContextLoader algorithm accordingly.
- DelegatingSmartContextLoader no longer operates on a list of candidate loaders but rather on explicit instances of GenericXmlContextLoader and AnnotationConfigContextLoader.
- Updated Javadoc regarding DelegatingSmartContextLoader as the new default loader.
- Updated and polished Javadoc regarding changes in 3.1.
- Now enforcing @ContextConfiguration's restriction on declaring locations or classes but not both.
13 years ago
Sam Brannen
2d6340af74
Deleting unnecessary TODOs and suppressing warnings.
13 years ago
Juergen Hoeller
03c267e93a
added "connectTimeout" and "readTimeout" properties to SimpleClientHttpRequestFactory (SPR-8614)
13 years ago
Rossen Stoyanchev
45efe6184c
SPR-6464 FlashMap polish
13 years ago