playframework / play-plugins

CachePlugin
444 stars 161 forks source link

when play-redis to support play 2.6.x #178

Closed ourgit closed 7 years ago

ourgit commented 7 years ago

play-redis didnot work at play 2.6.x , do you have plan to support play 2.6.x?

johdah commented 7 years ago

@ourgit Are you getting the same error?

Exception in thread "main" java.lang.NoSuchMethodError: play.api.Logger$.info(Lscala/Function0;)V
|   at com.typesafe.play.redis.JedisPoolProvider.get$lzycompute(JedisPoolProvider.scala:40)
|   at com.typesafe.play.redis.JedisPoolProvider.get(JedisPoolProvider.scala:17)
|   at com.typesafe.play.redis.JedisPoolProvider.get(JedisPoolProvider.scala:14)
|   at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81)
...
gmethvin commented 7 years ago

As stated in the readme, the plugins here are unsupported. You could try this redis plugin: https://github.com/KarelCemus/play-redis