From 9cd0deab49c13a390cf4aeb3934b17ae97b80d99 Mon Sep 17 00:00:00 2001 From: Tapac Date: Sat, 7 Dec 2019 11:53:52 +0300 Subject: [PATCH] Migration to 0.19.1 / new line fixes --- Migration-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Migration-Guide.md b/Migration-Guide.md index 940ebe3..077b056 100644 --- a/Migration-Guide.md +++ b/Migration-Guide.md @@ -42,6 +42,7 @@ To allow Exposed to work with Java 9 module system some classes in a `exposed-co Also, `exposed-jodatime` functions/classes were moved to a new package. Affected classes: + `org.jetbrains.exposed.dao.EntityID` -> `org.jetbrains.exposed.dao.id.EntityID` `org.jetbrains.exposed.dao.IdTable` -> `org.jetbrains.exposed.dao.id.IdTable`