ASM conflict and kryo-shaded
Closed this issue · 3 comments
pacien commented
Hello,
Using akka-kryo-serialization
in a (Play) project already using a different version of the asm
library causes unserialization errors.
This issue can be mitigated by using kryo-shaded
instead of kryo
, which includes its own asm
jar.
Would it be possible to publish akka-kryo-serialization
(or a different alternative package) depending on kryo-shaded
instead of kryo
?
protheusfr commented
+1, akka & play comping from the same company and are logically used together, the usage of Kryo serialization framework could be natural in this context.
romix commented
In general, I'm not opposed to this idea. Any volunteers to submit a PR for this feature?
nvollmar commented
we'll be depending on kryo-shaded
with the next release