marcuspocus / hazelcast

Hazelcast is a dropin replacement for the Play! Framework cache. Hazelcast provide also some other services like Clustered Executors, Maps, AtomicNumbers, Topics, Queues, etc...
http://www.playframework.com/modules/hazelcast
22 stars 9 forks source link

Upgrade to Hazelcast 2.0.2 #5

Closed fehmicansaglam closed 12 years ago

fehmicansaglam commented 12 years ago

I have upgraded the Hazelcast dependency to 2.0.2 and changed the necessary files. Could you please pull the code and release the module version 0.5?

marcuspocus commented 12 years ago

Thanks alot canavar, that's great :-) I'll do the 0.5 version now

fehmicansaglam commented 12 years ago

Good news:)

BTW I could not get Named and @Inject work, both in 0.4 and upcoming 0.5. Have you ever got them work?