Chris Beams
|
3ae3de19a9
|
+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)
+ Finished support for @Import, including detection of circular imports
|
2009-03-21 19:00:57 +00:00 |
Chris Beams
|
6281948cf9
|
Dependency updates
|
2009-03-07 06:37:19 +00:00 |
Chris Beams
|
9216b3e8e1
|
Removed Validator interface and inlined its implementations
|
2009-03-06 20:17:17 +00:00 |
Chris Beams
|
8610c0bce8
|
+ Added .clover to svn:ignore
+ Updated ivy Spring dependencies from 2.5.6 -> latest.integration
+ Added src/test/resources directory to appease Spring Build
|
2009-03-06 03:27:12 +00:00 |
Chris Beams
|
04314a62e6
|
Updated ivy and template.mf dependency metadata; added src/main/resources to quiet a spurious build error.
|
2009-03-05 20:18:08 +00:00 |
Chris Beams
|
e48fe0d892
|
Initial cut at migrating JavaConfig essentials into Core. test.basic.BasicTests successfully excercises the simplest possible @Configuration class (contains a single @Bean method). 39 classes were pulled in from from JavaConfig to support this use case.
|
2009-02-27 01:35:44 +00:00 |