benmur / riemann-scala-client

Scala client library for sending events to Riemann
MIT License
19 stars 7 forks source link

Move to akka version 2.3.2 #5

Closed piis3 closed 9 years ago

piis3 commented 10 years ago

Move to the currently latest akka version. A change in the definition of the dispatchers member of akka's ActorSystem breaks this library, depending on which version it was compiled against. Rev this library to 0.4.0 to reflect this version change since it may well compell users to upgrade.

benmur commented 10 years ago

Hello,

Thanks for the PR, but moving to akka 2.3 introduces a protobuf 2.5 dependency when using the cluster module, which does not go along with the riemann java bindings.

I'll make the transition in the next few weeks, sorry for the delay giving feedback.

analytically commented 9 years ago

:+1:

analytically commented 9 years ago

Actually the latest riemann java bindings use Protobuf 2.5.0.

benmur commented 9 years ago

Just merged #9 which took care of more dependency bumps (including riemann-java-client that uses protobuf 2.5).