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

hazelcast 1.9.3 #2

Closed psartini closed 13 years ago

psartini commented 13 years ago

Is it possible to bump the hazelcast version to 1.9.3? Tried it locally and it does not make any obvious problems. Are you aware of any showstoppers?

Only thing to take care of is to exclude hazelcast-spring module:

require:
    - play
    - com.hazelcast -> hazelcast-all 1.9.3:
        exclude:
            - junit-addons -> junit-addons 1.4
            - xerces -> xercesImpl 2.6.2
            - xerces -> xmlParserAPIs 2.6.2
            - org.mockito -> mockito-all 1.8.2
            - com.hazelcast -> hazelcast-hibernate 1.9.3
            - com.hazelcast -> hazelcast-spring 1.9.3
marcuspocus commented 13 years ago

Done in v0.2.1