play-gae icon indicating copy to clipboard operation
play-gae copied to clipboard

Is this no longer being maintained? 1.7

Open cain-cs opened this issue 12 years ago • 4 comments

GAE 1.7 was just released. Will there be an update to support it?

cain-cs avatar Jul 05 '12 17:07 cain-cs

I don't work much on play-gae recently! Busy on Play2! Have you tried to integrate GAE 1.7 in play-gae? Pascal

On Thu, Jul 5, 2012 at 7:53 PM, cain-cs < [email protected]

wrote:

GAE 1.7 was just released. Will there be an update to support it?


Reply to this email directly or view it on GitHub: https://github.com/guillaumebort/play-gae/issues/49

mandubian avatar Jul 05 '12 21:07 mandubian

I've not yet tried to integrate 1.7. I have, however, integrated 1.6.6 so that I could take advantage of the GAE's new search api features. (I didn't expose anything more as convenience methods of the GAE class, but rather just swapped out the jar files.) I will likely do the same soon for 1.7 but just figured I'd check to see what your plans were. Do you plan on circling back to this? 2.0x won't run on GAE, will it? I guess you're not using GAE much these days?

cain-cs avatar Jul 06 '12 20:07 cain-cs

If you want to send a push request with your integration of GAE 1.6.6, I could release a new version. But as you said, my main pb is that I don't use GAE much since I mainly work on play2 now and play2 can't work on GAE without Google doing some moves in the right direction. So I don't test much GAE those last days! I was disappointed by Google plans about GAE last year but apparently it has announced a few interesting things about cloudy infra so maybe there are moving again...

There are also untested great features in code master: for ex, a new feature providing GAE console with Play server while developing. But I couldn't really test it as I don't have free time to do it.

Don't hesitate if you want to contribute and help.

regards Pacal

On Fri, Jul 6, 2012 at 10:03 PM, cain-cs < [email protected]

wrote:

I've not yet tried to integrate 1.7. I have, however, integrated 1.6.6 so that I could take advantage of the GAE's new search api features. (I didn't expose anything more as convenience methods of the GAE class, but rather just swapped out the jar files.) I will likely do the same soon for 1.7 but just figured I'd check to see what your plans were. Do you plan on circling back to this? 2.0x won't run on GAE, will it? I guess you're not using GAE much these days?


Reply to this email directly or view it on GitHub: https://github.com/guillaumebort/play-gae/issues/49#issuecomment-6814963

mandubian avatar Jul 07 '12 08:07 mandubian

q42's play-gae added the 1.7.7 sdk jars https://github.com/Q42/play-gae/commit/c00ea47050be508feb8d9eabf7133c3c23629963

PerfectCarl avatar Oct 03 '13 11:10 PerfectCarl