Keith Donald
|
0ef0ff60f0
|
super converter implementation
|
16 years ago |
Chris Beams
|
b04009357a
|
ignoring clover prefs
|
16 years ago |
Chris Beams
|
4f8b812e29
|
ignoring clover prefs
|
16 years ago |
Chris Beams
|
0494320266
|
Eliminated all compilation warnings
|
16 years ago |
Chris Beams
|
dc191bec2d
|
Whitespace and license polish
|
16 years ago |
Mark Pollack
|
a2c87ae67a
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
|
16 years ago |
Mark Pollack
|
fc9c3009fe
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
|
16 years ago |
Chris Beams
|
6281948cf9
|
Dependency updates
|
16 years ago |
Chris Beams
|
f953fd5b22
|
+ Further documentation and pruning.
+ Added testing-related TODOs where appropriate
|
16 years ago |
Chris Beams
|
3130351233
|
Removed empty .internal package
|
16 years ago |
Chris Beams
|
5de6e2c395
|
+ Eliminated support for @Extension methods for now
+ Consolidated all remaining supporting classes into .support package, eliminating .internal.*
+ 7 public types remain
|
16 years ago |
Chris Beams
|
faffd98621
|
Javadoc polish & pruning dead code
|
16 years ago |
Chris Beams
|
3231f458c8
|
+ Added 'proxyMode' attribute to @Scope annotation
+ Eliminated @ScopedProxy in favor of @Scope(proxyMode=NO|INTERFACES|TARGET_CLASS)
|
16 years ago |
Chris Beams
|
9735c8024c
|
@Scope is now allowed on methods (for use in conjunction with @Bean)
|
16 years ago |
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
|
16 years ago |
Rossen Stoyanchev
|
c41c64389f
|
Add (missing) dependencies on oxm project and xmlunit library
|
16 years ago |
Keith Donald
|
3a7b4bf1b0
|
basic conversion service impl; still need super converters, custom converters, and conversion of generic collection elements
|
16 years ago |
Keith Donald
|
c1f3ec0c5b
|
turned on debug logging
|
16 years ago |
Keith Donald
|
b04134cffb
|
removed aopalliance errant dependency; removed unused import
|
16 years ago |
Keith Donald
|
622357291c
|
assert of length 1
|
16 years ago |
Chris Beams
|
11657b54e0
|
Removing accidentally committed clover-related eclipse metadata
|
16 years ago |
Keith Donald
|
3d318ea387
|
javadoc polishing
|
16 years ago |
Chris Beams
|
9216b3e8e1
|
Removed Validator interface and inlined its implementations
|
16 years ago |
Keith Donald
|
c278e1e943
|
convert system spi and api
|
16 years ago |
Chris Beams
|
f83019afed
|
Re-enabled support for @ScopedProxy
|
16 years ago |
Chris Beams
|
048b7f638f
|
+ Moved @Bean into base package, next to @Configuration
+ Removed .ext package
+ Further reduced visibility of types wherever possible
+ Eliminated package cycles
|
16 years ago |
Chris Beams
|
00ecbde244
|
Simplifying packaging
|
16 years ago |
Chris Beams
|
dfab514568
|
polish
|
16 years ago |
Chris Beams
|
2e7e982487
|
+ Renamed Scopes -> StandardScopes
+ Renamed ConfigurationPostProcessor -> ConfigurationClassPostProcessor
+ JavaDoc and polish for AbstractConfigurationClassProcessor
|
16 years ago |
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
|
16 years ago |
Chris Beams
|
b985011b24
|
+ Fleshed out, documented, tested and polished the ConfigurationPostProcessor implementation
+ Removed @FactoryMethod indirection and extension point in favor of direct processing of @Bean annotations
|
16 years ago |
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)
|
16 years ago |
Chris Beams
|
93b558b1ce
|
eliminated dead code
|
16 years ago |
Chris Beams
|
04314a62e6
|
Updated ivy and template.mf dependency metadata; added src/main/resources to quiet a spurious build error.
|
16 years ago |
Chris Beams
|
eaf3a7cec4
|
+ Adding POC tooling integration points, namely AbstractConfigurationPostProcessor and allowing for tooling-specified ClassLoader for use with ASM parsing
+ Eliminated ModelMethod in favor of BeanMethod throughout
|
16 years ago |
Arjen Poutsma
|
61a1c4d0c6
|
Added SourceHttpMessageConverter as a default.
|
16 years ago |
Arjen Poutsma
|
ca01cb4df6
|
SPR-5539: Add XML HttpMessageConverters
|
16 years ago |
Arjen Poutsma
|
2a790ad25b
|
Javadoc
|
16 years ago |
Arjen Poutsma
|
cbd5ddbb0d
|
SPR-5536: RestTemplate does not do HTTP GET if it should
|
16 years ago |
Arjen Poutsma
|
b08ad44230
|
SPR-5536: RestTemplate does not do HTTP GET if it should
|
16 years ago |
Chris Beams
|
6631092870
|
Removed JSTL-related errors from petclinic search and show JSPs
|
16 years ago |
Chris Beams
|
e834711bc0
|
+ Removed old testsuite.iml (favor integration-testsuite.iml)
+ Updated integration-tests/.classpath to point to javax.jdo 2.1.0 instead of 2.0.0
|
16 years ago |
Chris Beams
|
6b6b8e50a3
|
Removed dm Server as targeted runtime for petclinic
|
16 years ago |
Arjen Poutsma
|
b96b72fbaf
|
Typos
|
16 years ago |
Arjen Poutsma
|
03f3bf09d6
|
SPR-5449: XStreamMarshaller.setImplicitCollection(Map) is insufficient
|
16 years ago |
Chris Beams
|
ff83255ace
|
Adding eclipse metadata
|
16 years ago |
Chris Beams
|
e3153f705f
|
+ Renamed @Factory -> @FactoryMethod
+ callbackType -> interceptor
+ registrarType -> registrar
+ validatorTypes -> validators
|
16 years ago |
Chris Beams
|
f9918f9b2e
|
Formatting pass, primarily to align with Spring's convention of hard tab indentation.
|
16 years ago |
Chris Beams
|
f8270428df
|
+ 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
+ Added formatting rules
|
16 years ago |
Chris Beams
|
3dac5d82b1
|
Pruned empty .model package
|
16 years ago |