Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit b65d263

Browse files
committed
update migration documentation
1 parent e4797ae commit b65d263

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/migration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44
- Your Application's `TorSettings` class needs to now extend
55
[ApplicationDefaultTorSettings](./topl-service-base/io.matthewnelson.topl_service_base/-application-default-tor-settings/index.md)
66
- Remove and re-import class paths, as all non-Builder classes were moved to the
7-
`topl-service-base` module
7+
`topl-service-base` module
8+
- The `topl-core-base` dependency is no longer required as it is automatically provided with
9+
`topl-service`. If you have a `Tor` module, other module's depending on it need only
10+
import the `topl-service-base` module now as all visible classes/abstractions have been moved there.
11+
- The `TorServiceController.getServiceTorSettings` no longer requires context

0 commit comments

Comments
 (0)