This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-framework
Watch
1
Star
0
Fork
0
You've already forked spring-framework
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9735c8024cc7adf856fc6ba0dd01a197b11fa603
spring-framework
/
org.springframework.config.java
History
Chris Beams
100ba6599f
+ Eliminated UsageError/Validatable/MalformedConfigurationException in favor of existing Problem/ProblemReporter types
...
+ Pruned a number of attributes from the @Bean and @Configuration annotations
2009-03-07 03:22:22 +00:00
..
.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
2009-02-28 06:10:17 +00:00
src
+ Eliminated UsageError/Validatable/MalformedConfigurationException in favor of existing Problem/ProblemReporter types
2009-03-07 03:22:22 +00:00
.classpath
Removing accidentally committed clover-related eclipse metadata
2009-03-06 20:20:40 +00:00
.project
Removing accidentally committed clover-related eclipse metadata
2009-03-06 20:20:40 +00:00
.springBeans
Consolidating types and reducing visibility wherever possible. Non-internal public API is now at 18 types (21 including internal packages).
2009-02-28 03:43:35 +00:00
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.
2009-02-27 01:35:44 +00:00
ivy.xml
Removed Validator interface and inlined its implementations
2009-03-06 20:17:17 +00:00
template.mf
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