Skip to content

Commit f7eb4e1

Browse files
authored
Merge pull request #176 from altoo-ag/wip-175-migration-guide
Prepares migration guide for 1.0.0
2 parents 2489867 + 4b4838e commit f7eb4e1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

migration-guide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ Migration from 0.5.x/0.6.x to 1.0.x
1818
* `KryoSerializationExtension` is no longer necessary and must be removed from akka configuration.
1919
* If you were using the scala serializers independently adapt imports from `com.romix.scala.serialization.kryo` to `io.altoo.akka.serialization.kryo.serializer.scala`
2020
* 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

Comments
 (0)