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 |
Chris Beams
|
c0c8117d51
|
+ Eliminated .util package
+ Renamed DefaultScopes -> Scopes
+ Renamed MalformedJavaConfigurationException -> MalformedConfigurationException
|
16 years ago |
Chris Beams
|
f43e1110e9
|
Pruned empty .factory package
|
16 years ago |
Chris Beams
|
c593f06397
|
Consolidating types and reducing visibility wherever possible. Non-internal public API is now at 18 types (21 including internal packages).
|
16 years ago |
Chris Beams
|
6deb1acab4
|
Refactoring and repackaging
|
16 years ago |
Chris Beams
|
d4fdad2202
|
+ Further repackaging and consolidation
+ Tested compatibility with @Value (works, but noticed and filed an unrelated-to-javaconfig improvement. See SPR-5530)
|
16 years ago |
Chris Beams
|
2689751c2b
|
Repackaging to remove remaining cycles and increase cohesion
|
16 years ago |
Chris Beams
|
191b829a6c
|
added 'target' directory to svn:ignore
|
16 years ago |
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.
|
16 years ago |
Arjen Poutsma
|
e8b353e703
|
Fixing Spring Build
|
16 years ago |
Chris Beams
|
719a25a006
|
Updating Eclipse classpath to reflect new dependencies on mortbay resources.
|
16 years ago |
Arjen Poutsma
|
c1ea5a3ab8
|
Fixing Petclinic
|
16 years ago |
Juergen Hoeller
|
a1ea7f1820
|
polishing
|
16 years ago |
Juergen Hoeller
|
e10c843809
|
finalized changelog for M2 release
|
16 years ago |
Juergen Hoeller
|
e989292e2a
|
updated compile and test dependencies
|
16 years ago |
Juergen Hoeller
|
96e00d6594
|
clarified applicability of @Order
|
16 years ago |
Arjen Poutsma
|
5367ec0ff7
|
Javadoc
|
16 years ago |
Arjen Poutsma
|
d83b601de0
|
Javadoc
|
16 years ago |
Juergen Hoeller
|
516cc02d23
|
added Commons DBCP as test dependency
|
16 years ago |
Juergen Hoeller
|
6d66e43402
|
updated code style settings
|
16 years ago |
Juergen Hoeller
|
092de0107c
|
improved NoClassDefFoundError handling during constructor resolution (SPR-5522)
|
16 years ago |
Ben Hale
|
b80362f8d1
|
project-build upgrade
|
16 years ago |
Juergen Hoeller
|
160249c012
|
generified FactoryBeans and further Java 5 code style updates
|
16 years ago |
Juergen Hoeller
|
555fa3b4c8
|
revised OXM package: no provider-specific exceptions anymore, etc
|
16 years ago |
Arjen Poutsma
|
866ee1150e
|
Added Form converter as a default
|
16 years ago |
Arjen Poutsma
|
778a00a595
|
javadoc
|
16 years ago |
Arjen Poutsma
|
2fde8ef4d9
|
Fixed URI encoding in URIEditor to be RFC 2396 compliant
|
16 years ago |
Arjen Poutsma
|
eb47a4b5be
|
SPR-5516: RestTemplate should encode the url variables
|
16 years ago |
Arjen Poutsma
|
4c0edc2b9d
|
SPR-5515: NPE when passing null as a request to RestTemplate.postForLocation
|
16 years ago |