Commit Graph

570 Commits

Author SHA1 Message Date
Keith Donald
fe4f41d33c default config for web binding initializer and formatting/conversion system w/ mvc namespace 2009-11-07 00:41:08 +00:00
Chris Beams
0a4463fb71 SPR-6158: Initial implementation and tests for @ImportXml 2009-11-07 00:32:40 +00:00
Chris Beams
20ec13ded5 SPR-5529: removed package.html files 2009-11-06 23:15:35 +00:00
Chris Beams
ca0b590bb9 SPR-5523: converted a few additional package.html artifacts to package-info.java 2009-11-06 23:13:15 +00:00
Keith Donald
fed96f85ae fixed failing test due to case issue 2009-11-05 19:17:53 +00:00
Keith Donald
b6ec4e30d9 javadoc polish 2009-11-05 17:48:54 +00:00
Keith Donald
d65454175d iso date time format tests 2009-11-05 17:18:54 +00:00
Keith Donald
a62b413be4 Renamed org.springframework.ui.format package to simply org.springframework.format package; 'ui' is not adding any value - it makes the package name longer and also discourages use of formatters outside in other "non ui" environments where localized formatting of field values is needed. 2009-11-05 15:21:22 +00:00
Keith Donald
f0de1c3069 revised matchable converter lookup algorithm; added conversion service bean container tests 2009-11-05 14:52:57 +00:00
Keith Donald
bc4d52a7e3 added date midnight 2009-11-05 05:24:50 +00:00
Keith Donald
2405848c4c comment on ignored test 2009-11-05 05:21:19 +00:00
Keith Donald
ba0f1da96f more joda time formatting tests 2009-11-05 05:19:27 +00:00
Keith Donald
8a15486de3 fixed bug related to annotation driven formatting 2009-11-04 23:12:24 +00:00
Keith Donald
ff39bc376f formatting tests and polishing 2009-11-04 23:02:10 +00:00
Keith Donald
9ec337b736 joda time formatting tests 2009-11-04 22:53:26 +00:00
Keith Donald
0df1bac33c since 3.0 2009-11-04 17:33:09 +00:00
Keith Donald
9fdd11c89c polish 2009-11-04 17:25:37 +00:00
Keith Donald
ffbfa2992c polish 2009-11-04 17:07:25 +00:00
Keith Donald
0a78287a8f formatters now plugged into unified type conversion api with formatter specific registry spi 2009-11-04 00:08:47 +00:00
Sam Brannen
04a7656292 Updated ivy settings so that org.jboss.util is downloaded to the local repository; updated Eclipse classpath regarding latest version of org.jboss.util; added classpath entry for org.jboss.classloading.spi so that JBoss5ClassLoader compiles in Eclipse. 2009-11-01 17:02:08 +00:00
Keith Donald
470302ecc6 javadoc 2009-10-30 20:35:29 +00:00
Keith Donald
f1cab9acda fixed failing test; take 2 2009-10-30 19:52:19 +00:00
Keith Donald
4151c52af6 removed unused import 2009-10-30 19:34:55 +00:00
Keith Donald
7a4ca36413 Fixed failed tests 2009-10-30 19:34:21 +00:00
Keith Donald
0b46950818 fixed eclipse classpath compile errors 2009-10-30 19:26:39 +00:00
Keith Donald
a2be2e15e9 polish; fixed failed tests 2009-10-30 19:19:27 +00:00
Keith Donald
913bc03a3b ui.format system refining from RC1 feedback: Support for one format annotation applying to multiple field types, Printer/Parser building blocks for more flexibility, full Joda time formatting support, FormattingService as a service entry-point for clients to use 2009-10-30 18:44:40 +00:00
Thomas Risberg
471fbf7ebf added classes from contributed patch for load-time weaving in JBoss 5 (SPR-5764) 2009-10-30 17:11:26 +00:00
David Syer
57afe3baab RESOLVED - issue SPR-4783: OK, that wasn't it (reverted previous dumb change). Scratch, scratch... 2009-10-27 15:48:59 +00:00
David Syer
0cf31f012d RESOLVED - issue SPR-4783: Add name attribute to XML namespaces that want to support it (through parser base class)
Duh: bitten by the classpath*: again
2009-10-27 15:33:59 +00:00
David Syer
f23921153d Add resource pattern so that tests run properly with resources in non-standard locations 2009-10-27 15:23:13 +00:00
David Syer
dec2ca30c2 RESOLVED - issue SPR-4783: Add name attribute to all namespaces that use AbstractBeanDefinitionParser and declare name= attribute (includes <lang:groovy.../>). 2009-10-27 15:22:36 +00:00
David Syer
1a9599c815 RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity
Classpath ordering broke the build (duh: test-classes comes before classes in Maven but not Ant).
2009-10-27 14:49:10 +00:00
David Syer
b250c65c45 RESOLVED - issue SPR-4661: Improve context-property-placeholder configurablity
Remove spaces from locations (seems like integration from SPR-6195 didn't reach the build yet)
2009-10-27 13:57:48 +00:00
David Syer
a29253f2ca RESOLVED - issue SPR-4661: Improve context-property-placeholder configurability
Added new features to property override and placeholders (order, locations, system-properties-mode, ignore-*)
2009-10-27 13:38:29 +00:00
David Syer
a86baca9cb Add atinject dependency for TCK test 2009-10-26 22:48:35 +00:00
David Syer
560e07a966 Fix wrong Maven dependency in pom.xml for validation and inject APIs 2009-10-26 22:37:45 +00:00
David Syer
3c9eed1c22 SPR-6273: resolved with patch - use recursive call to reset low order bits and then re-seek match for pattern 2009-10-26 22:37:04 +00:00
Juergen Hoeller
7b54746a50 verified choice of primary bean in case of implicit name match in a scanning plus factory method scenario (SPR-6065) 2009-10-26 15:28:09 +00:00
Keith Donald
381d1d5a94 default date/time converters 2009-10-25 04:52:26 +00:00
Sam Brannen
dc897e7b34 Polishing 2009-10-24 17:33:23 +00:00
Juergen Hoeller
8a09c8e7da reworked ConfigurationClass(Web)ApplicationContext into AnnotationConfig(Web)ApplicationContext; revised BeansException signatures 2009-10-23 17:46:16 +00:00
Juergen Hoeller
87b2f23692 updated version ranges for javax.el and javax.inject 2009-10-23 17:26:12 +00:00
Sam Brannen
50f96a268e Added the @Inject TCK to the Eclipse classpath. 2009-10-20 22:27:04 +00:00
Juergen Hoeller
ee8ed4e410 fixed getBean signature ambiguity in tests 2009-10-20 20:14:49 +00:00
Juergen Hoeller
cf580f024a added first cut of getBean(Class) lookup method 2009-10-20 19:52:30 +00:00
Juergen Hoeller
94533976d0 full compliance with the JSR-330 TCK 2009-10-20 18:18:25 +00:00
Keith Donald
db2ff40e4b commented out test failing nightly snapshot 2009-10-19 02:42:29 +00:00
Keith Donald
1c0f188adc maven central joda-time artifact 2009-10-19 02:14:34 +00:00
Keith Donald
e4f50f5b73 SPR-6245 bean wrapper copy constructor not copying all state 2009-10-19 01:06:44 +00:00