mumoshu/play2-memcached

Play 2.1 support

Closed this issue · 6 comments

Is it too early to ask for Play 2.1 support? :)

I will add support for Play 2.1 as soon as possible after its release :)

No chance before that? I've ported an app to Play2.1 and it'd be great to beta test memcache support.

Or perhaps you can give me some pointers where to change and I'll make a pull request after doing the port myself.

On Nov 29, 2012, at 10:18 PM, KUOKA Yusuke notifications@github.com wrote:

I will add support for Play 2.1 as soon as possible after its release :)


Reply to this email directly or view it on GitHub.

Hi,

Thanks in advance, for your proposal!

I had some time to look into this and have just released 0.2.5-SNAPSHOT for Play 2.1-RC1 and Scala 2.10.0-RC1 (with binary version 2.10).
I have built it against Play 2.1-RC1 on typesafe's release repository at http://repo.typesafe.com/typesafe/releases/play/play_2.10/2.1-RC1/
I would appreciate it if you could try your app with 0.2.5-SNAPSHOT.

FYI, I believe that you can get the version 0.2.5-SNAPSHOT built against Scala 2.10.0-RC1 with:

scalaVersion := "2.10.0-RC1",
libraryDependencies += "com.github.mumoshu" %% "play2-memcached" % "0.2.5-SNAPSHOT" cross CrossVersion.full

or

scalaVersion := "2.10.0-RC1",
binaryVersion := "2.10.0-RC1",
libraryDependencies += "com.github.mumoshu" %% "play2-memcached" % "0.2.5-SNAPSHOT" cross CrossVersion.binary

That's fantastic! I'll try it out this weekend and let you know.

Sorry for the delay. But I'm happy to let you know it appears to be working pretty well. Kudos