Spring for Android 2.0.0.M1 released
I am pleased to announce that Spring for Android 2.0.0.M1 is now available in the Spring milestone repository. Highlights include:
- Generics support through the use of
ParameterizedTypeReference
- Support for OkHttp via
OkHttpRequestFactory
- RestTemplate API parity with Spring Framework
- Bug fixes and improvements
Minimum Version
This release raises the minimum version from Android 2.1 (API level 7) to Android 2.2 (API level 8). The Google Play Store app is no longer supported on Android 2.1 and that version is not being tracked on the Android developer Dashboards. Additionally, OkHttp is only…