Sam Brannen
|
f57d702370
|
[SPR-6222] Updating PetClinic build documentation regarding migration to Spring Build and changes resulting from the upgrade to Spring 3.0.
|
15 years ago |
Sam Brannen
|
0b069ebe46
|
Updating PetClinic build documentation regarding migration to Spring Build.
|
15 years ago |
Sam Brannen
|
8fe497ef53
|
Updating PetClinic build documentation regarding migration to Spring Build.
|
15 years ago |
Sam Brannen
|
7983ded6e0
|
Renamed PetClinicSuiteTests to PetClinicTestSuite so that it doesn't get picked up by Spring Build.
|
15 years ago |
Sam Brannen
|
a3c3b257e1
|
Pet Clinic tests now run against JUnit 4.7.
|
15 years ago |
Sam Brannen
|
a75a975219
|
Pet Clinic test suite now includes VisitsAtomViewTest.
|
15 years ago |
Sam Brannen
|
2827f80d34
|
Removed @Override.
|
15 years ago |
Sam Brannen
|
66550c3340
|
Added an empty implementation of the missing setExclude() method so that the class compiles.
|
15 years ago |
Keith Donald
|
96cfa0c37d
|
custom mappable type tests
|
15 years ago |
Keith Donald
|
8fd3de9397
|
mappable type factory extension point / polish
|
15 years ago |
Keith Donald
|
e3983fe796
|
polish
|
15 years ago |
Keith Donald
|
8fe055b0e0
|
mapping exclusions
|
15 years ago |
Keith Donald
|
a73324bc24
|
polish
|
15 years ago |
Keith Donald
|
a4476e5e0e
|
nested bean mapper test
|
15 years ago |
Keith Donald
|
f692c765d2
|
addNestedMapper
|
15 years ago |
Keith Donald
|
3450c5de0b
|
polish
|
15 years ago |
Keith Donald
|
ec04357580
|
polish
|
15 years ago |
Keith Donald
|
9cf508d80d
|
javadoc
|
15 years ago |
Keith Donald
|
ba5335f66e
|
polish
|
15 years ago |
Keith Donald
|
c333494085
|
javadoc
|
15 years ago |
Keith Donald
|
6d31db1017
|
renamed to MappingContext since no spel dep
|
15 years ago |
Keith Donald
|
acf574c3e3
|
added conversion service performance optimizations; added mapping cyclical ref handling; removed ConverterInfo in favor of specifying S and T at registration time if necessary
|
15 years ago |
Andy Clement
|
c9f0e68c82
|
SPR-5307: Committing test but can't be uncommented until Spring depends on AspectJ 1.6.7
|
15 years ago |
Keith Donald
|
0437305669
|
nested revision
|
15 years ago |
Keith Donald
|
0f5074db2b
|
spel mapping, polish
|
15 years ago |
Sam Brannen
|
2c2d79a4bf
|
polishing
|
15 years ago |
Sam Brannen
|
b7e36461ca
|
Now mentioning JSR-330 annotations in test chapter.
|
15 years ago |
Sam Brannen
|
c200715076
|
Now verifying support for @Named as well.
|
15 years ago |
Chris Beams
|
d020d73118
|
SPR-6186: removed remaining duplicate check for @Configuration
|
15 years ago |
Chris Beams
|
cbadf350e1
|
Continued progress on SPR-5682: Provide dedicated ApplicationContext implementations for use with @Configuration classes
Resolved sub-task SPR-6186: Eliminate duplicate code between ConfigurationClassApplicationContext and ConfigurationClassWebApplicationContext
|
15 years ago |
Sam Brannen
|
ab10d37fae
|
Corrections regarding BindingResult(s); added a tip regarding programmatic use of LocalValidatorFactoryBean.
|
15 years ago |
Sam Brannen
|
710ae3a9d2
|
SpringJUnit4ClassRunnerAppCtxTests now verifies seamless support for using @Inject in addition to @Autowired, etc.
|
15 years ago |
Keith Donald
|
0a843e60a6
|
recursive mapping support
|
15 years ago |
Chris Beams
|
fd8935ba0b
|
SPR-5682:
* polishing for ConfigurationClassApplicationContext & tests
* added ConfigurationClassWebApplicationContext & tests
* next: refactoring out duplications between ConfigurationClassApplicationContext & ConfigurationClassWebApplicationContext
|
15 years ago |
Chris Beams
|
772a74a636
|
SPR-5682: fixing test breakage on CI server due to strange non-determinism in the order of bean names being returned in the key set of the map of beans matching the required type.
|
15 years ago |
Chris Beams
|
8c5f78c0d6
|
polishing
|
15 years ago |
Chris Beams
|
a48234cf5f
|
SPR-5682: Initial support for ConfigurationClassApplicationContext
|
15 years ago |
Keith Donald
|
e7c8f1ef8b
|
SPR-6179, additional mapper test cases
|
15 years ago |
Sam Brannen
|
6ea83afe1e
|
Corrected typos and cleaned up DocBook structure.
|
15 years ago |
Sam Brannen
|
0860f3bb8c
|
[SPR-6174] DataBinder now uses var-args to set allowed/disallowed/required fields.
|
15 years ago |
Sam Brannen
|
f08d15c86f
|
Fixed minor grammatical errors.
|
15 years ago |
Sam Brannen
|
06872dd465
|
Fixed minor typo.
|
15 years ago |
Keith Donald
|
341835a142
|
mapper initial commit
|
15 years ago |
Sam Brannen
|
5c055ed6dd
|
[SPR-6174] DataBinder now uses var-args to set allowed/disallowed/required fields.
|
15 years ago |
Sam Brannen
|
0eda92a51a
|
Fixed minor grammatical errors.
|
15 years ago |
Andy Clement
|
076fc89a50
|
SPR-5518: Documented ability to use text rather than symbols for SPEL operators (lt, le, gt, ge, eq, ne, div, mod, not). Can help in XML specification of expressions.
|
15 years ago |
Andy Clement
|
10e26e6dc7
|
SPR-6123: doc update on writing good pointcuts (should include a within())
|
15 years ago |
Juergen Hoeller
|
71a045328c
|
renamed getAnnotations to getMethodAnnotations; added getMethodAnnotation and getParameterAnnotation convenience methods
|
15 years ago |
Juergen Hoeller
|
b152ac34fd
|
CustomEditorConfigurer supports PropertyEditor instances again (with deprecation warning); for XFire compatibility (SPR-6157)
|
15 years ago |
Juergen Hoeller
|
0c47a01953
|
fixed ContentNegotiatingViewResolver to work with the combination of ignoreAcceptHeader=true plus defaultContentType as well (SPR-6163)
|
15 years ago |