Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

what is new for 2.0 ? #23

Open
paulvi opened this issue Dec 25, 2014 · 11 comments
Open

what is new for 2.0 ? #23

paulvi opened this issue Dec 25, 2014 · 11 comments

Comments

@paulvi
Copy link

paulvi commented Dec 25, 2014

Docs http://docs.spring.io/spring-android/docs/2.0.x/reference/pdf/spring-android-reference.pdf
do not explain why there is major version increase.

@WonderCsabo
Copy link
Contributor

@royclarkson when do you plan to release 2.0? There was no activity on this repo since December. 😢

@royclarkson
Copy link
Contributor

@paulvi 2.0 was started in response to some changes in Spring Framework's RestTemplate. Spring for Android's RestTemplate had made some different API choices, and the initial goal of 2.0 was to bring those two close to parity. The major version number update was because of some of these minor, but breaking changes.

@WonderCsabo Unfortunately, we've had changes in priorities which mean this project is not receiving much attention right now. I'm happy to facilitate merging PRs, triaging issues, and pushing out releases.

@WonderCsabo
Copy link
Contributor

Thanks! I was just asking so we can communicate this correctly in the downstream AndroidAnnotations project.

@WonderCsabo
Copy link
Contributor

@royclarkson BTW what is stopping you from release 2.0 as the current HEAD? Are there any blocking issues or missing features?

@royclarkson
Copy link
Contributor

There's not anything critical, IIRC. I had gone through and merged in many of the improvements and updates from Spring Framework already. The main outstanding issue is the OkHttp support as mentioned in #24, and of course doc updates.

@royclarkson
Copy link
Contributor

Alright, OkHttp (#24) support is in a better place now. Here are a few other outstanding items that would be nice to have addressed prior to pushing a GA.

@royclarkson
Copy link
Contributor

Went ahead and knocked out those first two items on the list.

@jaredsburrows
Copy link

What is the ETA of final release of 2.0?

@royclarkson
Copy link
Contributor

2.0.0.M3 is now available for testing. It includes the latest OkHttp improvements. @jaredsburrows unfortunately, I don't have a specific ETA for the GA. I'm juggling some priorities, but working on getting those last few issues cleaned up. Thanks.

@primaproxima
Copy link

Hi, Roy. Will there be support for PATCH or should I like for another solution?
If anyone has a good reference in solving this usecase, I'm all eyes.
Thanks.

@royclarkson
Copy link
Contributor

We have PATCH support in the latest 2.0 milestone. You can see the usage in code via a search. Most versions (or all?) of the native Android HTTP clients do not support PATCH, however. You'll need to include the dependency for either the Android port of Apache HttpClient 4.3, or OkHttp to make use of it. Hope that helps.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

5 participants