Spring Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Chris Beams 43b2a40343 Initial work to ensure CGLIB classes are not eagerly loaded (CGLIB should only be required if Spring users wish to process @Configuration classes) 17 years ago
..
.settings + Removed requirement for enhanced subclasses to implement InitializingBean. This was in support of injecting @ExternalValue fields, but is no longer necessary in light of @Value 17 years ago
src Initial work to ensure CGLIB classes are not eagerly loaded (CGLIB should only be required if Spring users wish to process @Configuration classes) 17 years ago
.classpath Adding eclipse metadata 17 years ago
.project Adding eclipse metadata 17 years ago
.springBeans Consolidating types and reducing visibility wherever possible. Non-internal public API is now at 18 types (21 including internal packages). 17 years ago
build.xml 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. 17 years ago
ivy.xml Updated ivy and template.mf dependency metadata; added src/main/resources to quiet a spurious build error. 17 years ago
template.mf Updated ivy and template.mf dependency metadata; added src/main/resources to quiet a spurious build error. 17 years ago