From 37803ad82b88ed09938c141237d63b69f251ce29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20M=C3=A4kinen?= Date: Fri, 8 Mar 2019 18:12:59 +0200 Subject: [PATCH] Migration note about renaming --- MigrationGuide.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MigrationGuide.md b/MigrationGuide.md index 05873807fc..7735248993 100755 --- a/MigrationGuide.md +++ b/MigrationGuide.md @@ -1,5 +1,14 @@ # Migration guide +## 1.52.0 + +Class renaming: + +- BundleServiceIbatisImpl is now BundleServiceMybatisImpl. +- ViewServiceIbatisImpl is now AppSetupServiceMybatisImpl. + +These might be used in app-specific migrations so you will need to update references to these. + ## 1.51.0 ### Logging configuration changes required