Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreI am pleased to announce that Spring for Android 2.0.0.M2 is now available in the Spring milestone repository. Highlights include:
If HttpClient 4.3 for Android is available on the classpath it will be configured as the default HTTP client. Include the following dependency in your build.gradle
to utilize the new HttpClient.
dependencies {
compile 'org.apache.httpcomponents:httpclient-android:4.3.5'
}
The minimum supported version is Android 2.2 (API level 8), however it now accounts for 0.5% of Android devices on the Android developer Dashboards. We recommend Android 2.3 as a minimum target for new apps, as third-party libraries such as Jackson 2.4 and OkHttp require Android 2.3 and newer.
For a complete list of changes, see the Release Notes in JIRA. The reference documentation has also been updated to cover the new features.
Thanks again to everyone that has contributed to the release! Please try this new milestone and report any problems in JIRA or on GitHub.