Rob Harrop
|
8f6a42bf64
|
[SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed
|
2009-09-08 21:37:02 +00:00 |
|
Rob Harrop
|
f20c074ff4
|
reworked PropertyPlaceholderHelper
|
2009-09-08 19:09:12 +00:00 |
|
Rob Harrop
|
d16faafc4f
|
[SPR-6025] support for recursive property placeholder replacement in system properties
|
2009-09-08 17:13:02 +00:00 |
|
Rob Harrop
|
3fe09d70cd
|
[SPR-6025] added SystemPropertyUtilsTests
|
2009-09-08 16:29:43 +00:00 |
|
Rob Harrop
|
8357bcb050
|
[SPR-6025] PropertyPlaceholderUtils introduced
|
2009-09-08 16:24:38 +00:00 |
|
Juergen Hoeller
|
a86a698e5b
|
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
|
2009-09-07 23:58:42 +00:00 |
|
Rob Harrop
|
bfa4231c9d
|
removed dependency on ServletException
|
2009-09-04 18:56:26 +00:00 |
|
Rob Harrop
|
aee3f14d3c
|
removed unecessary dependency on ServletException
|
2009-09-04 18:46:55 +00:00 |
|
Rob Harrop
|
a03ca86372
|
[SPR-6057] test case to show that bug is already fixed
|
2009-09-03 16:18:22 +00:00 |
|
Juergen Hoeller
|
2d7c2d6fff
|
revised wrapper type handling
|
2009-08-09 06:36:16 +00:00 |
|
Juergen Hoeller
|
45a0cadf8e
|
revised core conversion package for BeanWrapper/BeanFactory integration
|
2009-08-09 00:46:49 +00:00 |
|
Arjen Poutsma
|
b95f3f6792
|
Getting rid of @Ignore
|
2009-08-05 11:31:11 +00:00 |
|
Keith Donald
|
a6330ca61e
|
Fixed failing test due to compiler differences
|
2009-07-31 04:31:59 +00:00 |
|
Keith Donald
|
e986434a25
|
moved collection utilities to util
|
2009-07-31 02:38:10 +00:00 |
|
Juergen Hoeller
|
f519406c37
|
@Primary/@Lazy/@DependsOn supported as meta-annotations; @Bean supported as meta-annotation on factory methods as well
|
2009-07-22 15:23:22 +00:00 |
|
Arjen Poutsma
|
8073efd69f
|
SPR-5924 - REOPENED -PathVariable mappings are greedy over hard coded mappings
|
2009-07-14 07:08:02 +00:00 |
|
Arjen Poutsma
|
abfc479bdb
|
SPR-5924 - REOPENED -PathVariable mappings are greedy over hard coded mappings
|
2009-07-13 15:35:24 +00:00 |
|
Keith Donald
|
eb4a767f6b
|
removed last ignore
|
2009-07-12 18:00:18 +00:00 |
|
Keith Donald
|
737c66d729
|
polish
|
2009-07-12 17:57:18 +00:00 |
|
Keith Donald
|
1344a6d4d0
|
more converters; since 3.0
|
2009-07-12 17:47:33 +00:00 |
|
Mark Pollack
|
69422e771f
|
SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed)
Update org.sf.web/.classpath to refer to tiles 2.1.2
|
2009-07-10 03:30:12 +00:00 |
|
Arjen Poutsma
|
ed98bf0668
|
SPR-5812 - Custom regex matching for @PathVariable
|
2009-06-12 12:58:27 +00:00 |
|
Keith Donald
|
b093094c50
|
renamed back to TypeDescriptor after ConversionContext proved not good enough name for any change
|
2009-05-23 21:23:10 +00:00 |
|
Keith Donald
|
8cbab5acb6
|
costin code review comments
|
2009-05-18 13:13:34 +00:00 |
|
Keith Donald
|
d13567bc8f
|
added support for null conversion point type
|
2009-05-17 03:09:59 +00:00 |
|
Keith Donald
|
b33be88c9d
|
tests passing again
|
2009-05-15 21:31:57 +00:00 |
|
Keith Donald
|
46c9a003eb
|
BindingPoint to ConversionPoint, javadoc
|
2009-05-15 20:32:23 +00:00 |
|
Keith Donald
|
6f74369cb3
|
polish
|
2009-05-15 17:28:55 +00:00 |
|
Keith Donald
|
9a261470ad
|
converter system refactoring from community input
|
2009-05-14 21:36:49 +00:00 |
|
Juergen Hoeller
|
f1c852b14c
|
polishing
|
2009-05-12 23:39:56 +00:00 |
|
Keith Donald
|
50985d5aa9
|
renamed executeConversion to simply convert for readibility
|
2009-05-11 21:25:33 +00:00 |
|
Keith Donald
|
d7c90cff14
|
made ConversionExecutor internal; removed other unused operations from public SPI
|
2009-05-11 21:23:18 +00:00 |
|
Juergen Hoeller
|
c7f8d1be62
|
reactivated ignored tests in revised form
|
2009-05-05 18:34:35 +00:00 |
|
Juergen Hoeller
|
77112ba80e
|
updated AnnotationMetadata tests for change in Class exposure
|
2009-04-24 11:24:47 +00:00 |
|
Juergen Hoeller
|
64321755b6
|
moved Scope annotation to local test package
|
2009-04-19 20:35:32 +00:00 |
|
Juergen Hoeller
|
8ee0363776
|
mergePropertiesIntoMap copies non-String values as well (SPR-5669)
|
2009-04-17 12:21:57 +00:00 |
|
Arjen Poutsma
|
acc84925d3
|
SPR-5631 - Implicit /** mapping on type-level @RequestMapping
|
2009-04-17 09:28:08 +00:00 |
|
Arjen Poutsma
|
19e5b7d668
|
Updated combine method on AntPatchMatcher to reflect usage in unit tests.
|
2009-04-16 12:53:36 +00:00 |
|
Keith Donald
|
1d22b9fb88
|
activated DefaultConversionService in EL, linking convert and EL
|
2009-04-10 20:47:04 +00:00 |
|
Keith Donald
|
8b52b7eeef
|
autobox tests
|
2009-04-10 19:19:53 +00:00 |
|
Keith Donald
|
ebb203a251
|
removed custom converter for m3 to add back in rc1; also ensure type descriptor get type always returns wrapper types if primitive
|
2009-04-10 15:57:18 +00:00 |
|
Keith Donald
|
76f63f8b64
|
map-to-map tests
|
2009-04-10 15:07:23 +00:00 |
|
Keith Donald
|
3e4810f670
|
polish
|
2009-04-09 14:09:10 +00:00 |
|
Keith Donald
|
a0cab10ccc
|
polish
|
2009-04-09 14:01:40 +00:00 |
|
Keith Donald
|
9ce71f67ff
|
conversion service helper tests - part 1
|
2009-04-08 22:10:26 +00:00 |
|
Keith Donald
|
d966965a4c
|
default converter tests
|
2009-04-08 19:58:19 +00:00 |
|
Andy Clement
|
4a7f7bb24a
|
more tests
|
2009-04-08 04:48:35 +00:00 |
|
Andy Clement
|
f6c1144e8d
|
tests for TypeDescriptor - just basic so far
|
2009-04-03 23:38:31 +00:00 |
|
Arjen Poutsma
|
07e6d9d966
|
More refinements for combine()
|
2009-04-03 11:35:18 +00:00 |
|
Arjen Poutsma
|
5dbae2c979
|
More tests for combine()
|
2009-04-03 11:14:37 +00:00 |
|