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 |
Arjen Poutsma
|
2d0705467a
|
Added Form converter
|
16 years ago |
Arjen Poutsma
|
e35201fc78
|
Javadoc
|
16 years ago |
Juergen Hoeller
|
c46b0ae271
|
polishing
|
16 years ago |
Juergen Hoeller
|
760cab8fea
|
refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client"
|
16 years ago |
Juergen Hoeller
|
882c195221
|
polishing
|
16 years ago |
Juergen Hoeller
|
0b4e7cc5ed
|
deprecated support for JMS 1.0.2 providers
|
16 years ago |
Arjen Poutsma
|
11e7ad21b0
|
Added tests
|
16 years ago |
Arjen Poutsma
|
332607ad6c
|
Fixed issue in parsing of invalid MediaTypes from java.net.HttpUrlConnection (*; q=.2)
|
16 years ago |
Arjen Poutsma
|
bc8941084a
|
Added MultiValueMap
|
16 years ago |
Arjen Poutsma
|
e22f267dba
|
Added ServerHttpRequest/Response to web.http, and Servlet-based implementations.
|
16 years ago |
Arjen Poutsma
|
b2fdd7f1fe
|
Added UriTemplate class
|
16 years ago |
Arjen Poutsma
|
ca535bb1d0
|
SPR-5260: RestTemplate
|
16 years ago |
Arjen Poutsma
|
cdd37d7e8b
|
Character encoding tests
|
16 years ago |
Arjen Poutsma
|
e9d548e62f
|
Fixed problem when headers were written after ClientHttpRequest.execute()
|
16 years ago |
Arjen Poutsma
|
0db40dd676
|
Fixing tests
|
16 years ago |
Arjen Poutsma
|
1bc5188953
|
Fixing tests
|
16 years ago |
Juergen Hoeller
|
dc1edccc56
|
prototype beans receive independent collection/array even when based on single value (SPR-5512)
|
16 years ago |
Arjen Poutsma
|
2de9e2a38d
|
Added HTTP conversion abstraction for RestTemplate
|
16 years ago |
Arjen Poutsma
|
4a02cd96ea
|
Added HTTP abstraction for RestTemplate
|
16 years ago |
Juergen Hoeller
|
5fed34bdb4
|
testing the exception message when conversion of a generic collection element fails
|
16 years ago |
Arjen Poutsma
|
171b855d10
|
Added JUnit 4.5
|
16 years ago |
Juergen Hoeller
|
84ea67669a
|
ModelAndView's "cleared" state gets preserved in case of plain model Map access
|
16 years ago |