SPR-6752 - RestTemplate throws IllegalArgumentException when HTTP status is not in the HttpStatus enum

This commit is contained in:
Arjen Poutsma
2010-02-18 11:15:17 +00:00
parent 103ac0359d
commit 68b4c7df6e
3 changed files with 297 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ http://www.springsource.org
Changes in version 3.0.1 (2010-02-18)
-------------------------------------
* changed HttpStatus.REQUEST_TOO_LONG constant to REQUEST_ENTITY_TOO_LARGE
* upgraded to AspectJ 1.6.8
* full support for JPA 2.0 persistence schema and PersistenceUnitInfo SPI
* support for JPA PersistenceContext/Unit injection on Google App Engine