This commit is contained in:
Shams Asari 2018-09-17 17:34:18 +01:00
parent d22bab98fa
commit e7d32055e5
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ Version 3.1
* Update the fast-classpath-scanner dependent library version from 2.0.21 to 2.12.3
.. note:: Whilst this is not the latest version of this library, that being 2.18.1 at time of writing, versions
later than 2.12.3 (including 2.12.4) exhibit a different issue.
later than 2.12.3 (including 2.12.4) exhibit a different issue.
* Added `database.hibernateDialect` node configuration option

View File

@ -158,4 +158,4 @@ class FlowExceptionFlow(private val message: String, private val errorId: Long?
errorId?.let { exception.originalErrorId = it }
throw exception
}
}
}