sdouglass / spring-social-tumblr

Spring Social client implementation for Tumblr
Apache License 2.0
17 stars 12 forks source link

Support Spring Social 1.1 #14

Closed jramsdale closed 11 years ago

jramsdale commented 11 years ago

Spring Social 1.1 is on Milestone 4 and due to be released soon. Would you consider upgrading your dependency?

sdouglass commented 11 years ago

Yes, this is the first thing on my TODO list for this project. I was hoping to have it ready a couple weeks ago but haven't had the time yet. I'm thinking maybe I'll just create a version that has the newer dependencies, but ultimately the lead of Spring Social had a long list of changes he wanted made for Spring Social projects like this one that I'll have to make.

sdouglass commented 11 years ago

I just pushed changes to update for Spring Social 1.1.0. This is using 1.1.0.BUILD-SNAPSHOT. My suite of manual integration tests all seem to run fine now. I haven't done anything yet trying out the new Spring Social 1.1.0 features and seeing if I've implemented support for them properly or not. I will try to do that, and make any necessary changes. After that I can cut a release and have it use Spring Social 1.1.0M4 or whatever is the latest non-snapshot 1.1.0 version.

sdouglass commented 11 years ago

I've released v 1.1.0.M1, which uses Spring Social 1.1.0M4, to my Maven repository. I've tested the code in the Spring Social Samples projects, against the 1.1.0.BUILD-SNAPSHOT versions of the Spring Social projects.

jramsdale commented 11 years ago

Great--thanks a bunch!