Commit Graph

711 Commits

Author SHA1 Message Date
Arjen Poutsma
b96b72fbaf Typos 2009-03-02 20:22:55 +00:00
Arjen Poutsma
03f3bf09d6 SPR-5449: XStreamMarshaller.setImplicitCollection(Map) is insufficient 2009-03-02 11:19:26 +00:00
Chris Beams
ff83255ace Adding eclipse metadata 2009-03-01 21:04:30 +00:00
Chris Beams
e3153f705f + Renamed @Factory -> @FactoryMethod
+ callbackType -> interceptor
+ registrarType -> registrar
+ validatorTypes -> validators
2009-02-28 06:57:52 +00:00
Chris Beams
f9918f9b2e Formatting pass, primarily to align with Spring's convention of hard tab indentation. 2009-02-28 06:18:46 +00:00
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
2009-02-28 06:10:17 +00:00
Chris Beams
3dac5d82b1 Pruned empty .model package 2009-02-28 04:56:26 +00:00
Chris Beams
c0c8117d51 + Eliminated .util package
+ Renamed DefaultScopes -> Scopes
+ Renamed MalformedJavaConfigurationException -> MalformedConfigurationException
2009-02-28 04:55:04 +00:00
Chris Beams
f43e1110e9 Pruned empty .factory package 2009-02-28 03:44:48 +00:00
Chris Beams
c593f06397 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
Chris Beams
6deb1acab4 Refactoring and repackaging 2009-02-28 03:08:06 +00:00
Chris Beams
d4fdad2202 + Further repackaging and consolidation
+ Tested compatibility with @Value (works, but noticed and filed an unrelated-to-javaconfig improvement. See SPR-5530)
2009-02-28 01:35:04 +00:00
Chris Beams
2689751c2b Repackaging to remove remaining cycles and increase cohesion 2009-02-27 22:54:35 +00:00
Chris Beams
191b829a6c added 'target' directory to svn:ignore 2009-02-27 03:35:09 +00:00
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. 2009-02-27 01:35:44 +00:00
Arjen Poutsma
e8b353e703 Fixing Spring Build 2009-02-25 19:12:12 +00:00
Chris Beams
719a25a006 Updating Eclipse classpath to reflect new dependencies on mortbay resources. 2009-02-25 15:44:38 +00:00
Arjen Poutsma
c1ea5a3ab8 Fixing Petclinic 2009-02-25 14:32:51 +00:00
Juergen Hoeller
a1ea7f1820 polishing 2009-02-25 13:57:58 +00:00
Juergen Hoeller
e10c843809 finalized changelog for M2 release 2009-02-25 13:55:30 +00:00
Juergen Hoeller
e989292e2a updated compile and test dependencies 2009-02-25 13:42:45 +00:00
Juergen Hoeller
96e00d6594 clarified applicability of @Order 2009-02-25 13:41:57 +00:00
Arjen Poutsma
5367ec0ff7 Javadoc 2009-02-25 12:12:14 +00:00
Arjen Poutsma
d83b601de0 Javadoc 2009-02-25 11:18:20 +00:00
Juergen Hoeller
516cc02d23 added Commons DBCP as test dependency 2009-02-25 10:08:50 +00:00
Juergen Hoeller
6d66e43402 updated code style settings 2009-02-25 10:08:23 +00:00
Juergen Hoeller
092de0107c improved NoClassDefFoundError handling during constructor resolution (SPR-5522) 2009-02-25 10:07:57 +00:00
Ben Hale
b80362f8d1 project-build upgrade 2009-02-25 09:39:00 +00:00
Juergen Hoeller
160249c012 generified FactoryBeans and further Java 5 code style updates 2009-02-25 00:34:22 +00:00
Juergen Hoeller
555fa3b4c8 revised OXM package: no provider-specific exceptions anymore, etc 2009-02-25 00:28:15 +00:00
Arjen Poutsma
866ee1150e Added Form converter as a default 2009-02-24 16:21:07 +00:00
Arjen Poutsma
778a00a595 javadoc 2009-02-24 16:20:26 +00:00
Arjen Poutsma
2fde8ef4d9 Fixed URI encoding in URIEditor to be RFC 2396 compliant 2009-02-24 15:12:54 +00:00
Arjen Poutsma
eb47a4b5be SPR-5516: RestTemplate should encode the url variables 2009-02-24 15:01:01 +00:00
Arjen Poutsma
4c0edc2b9d SPR-5515: NPE when passing null as a request to RestTemplate.postForLocation 2009-02-24 14:01:07 +00:00
Arjen Poutsma
2d0705467a Added Form converter 2009-02-24 12:59:59 +00:00
Arjen Poutsma
e35201fc78 Javadoc 2009-02-24 12:36:22 +00:00
Juergen Hoeller
c46b0ae271 polishing 2009-02-24 12:20:41 +00:00
Juergen Hoeller
760cab8fea refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client" 2009-02-24 11:46:00 +00:00
Juergen Hoeller
882c195221 polishing 2009-02-24 00:27:36 +00:00
Juergen Hoeller
0b4e7cc5ed deprecated support for JMS 1.0.2 providers 2009-02-24 00:26:37 +00:00
Arjen Poutsma
11e7ad21b0 Added tests 2009-02-23 23:44:49 +00:00
Arjen Poutsma
332607ad6c Fixed issue in parsing of invalid MediaTypes from java.net.HttpUrlConnection (*; q=.2) 2009-02-23 22:02:10 +00:00
Arjen Poutsma
bc8941084a Added MultiValueMap 2009-02-23 17:15:00 +00:00
Arjen Poutsma
e22f267dba Added ServerHttpRequest/Response to web.http, and Servlet-based implementations. 2009-02-23 11:49:09 +00:00
Arjen Poutsma
b2fdd7f1fe Added UriTemplate class 2009-02-22 14:54:09 +00:00
Arjen Poutsma
ca535bb1d0 SPR-5260: RestTemplate 2009-02-22 14:51:00 +00:00
Arjen Poutsma
cdd37d7e8b Character encoding tests 2009-02-22 14:46:12 +00:00
Arjen Poutsma
e9d548e62f Fixed problem when headers were written after ClientHttpRequest.execute() 2009-02-22 14:35:28 +00:00
Arjen Poutsma
0db40dd676 Fixing tests 2009-02-22 10:15:32 +00:00