-
Notifications
You must be signed in to change notification settings - Fork 16
20. Migration v1.x v2.x
FrankHossfeld edited this page Apr 30, 2022
·
1 revision
To migrate an existing v1 application to v2, follow the instructions on this site.
The following classes have been moved:
-
IsContext:
com.github.nalukit.nalu.client.application.IsContext
->com.github.nalukit.nalu.client.context.IsContex
-
RouterStateEvent:
com.github.nalukit.nalu.client.router.event
->com.github.nalukit.nalu.client.event
-
Shell: you need to override the
detachShell
-method with the code needed to remove the shell.
The following features from version 1.x have been removed:
- errorRoute: See error handling doc for more information on how to migrate (Error Handling)
- plugins: See Multi Module Project (Multi Module Feature)