You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration-guide.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,8 @@ Migration from 0.5.x/0.6.x to 1.0.x
18
18
* `KryoSerializationExtension` is no longer necessary and must be removed from akka configuration.
19
19
* If you were using the scala serializers independently adapt imports from `com.romix.scala.serialization.kryo` to `io.altoo.akka.serialization.kryo.serializer.scala`
20
20
* Configuration property `id-strategy` has been re-named to `id-strategy` and the default has been changed from `incremental` to `default`.
21
-
Please read the documentation provided in the [reference.conf](https://github.com/altoo-ag/akka-kryo-serialization/blob/master/src/main/resources/reference.conf) for the different strategies and implications.
21
+
Please read the documentation provided in the [reference.conf](https://github.com/altoo-ag/akka-kryo-serialization/blob/master/src/main/resources/reference.conf) for the different strategies and implications.
22
+
* The configuration property `kryo-custom-serializer-init` has been replaced with `kryo-initializer` and requires the initialize class to extend the `DefaultKryoInitializer`
23
+
* The configuration property `kryo-default-serializer` has been removed and setting the default field serializer can be done by subclassing the `DefaultKryoInitializer`
24
+
* The configuration property `custom-queue-builder` has been replaced with `queue-builder` and now requires the custom queue build to extend the `DefaultQueueBuilder`
25
+
* The configuration property `encryption.aes.custom-key-class` has been replaced with `encryption.aes.key-provider` and requies the custom key provider to extend the `DefaultKeyProvider`
0 commit comments