You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have deprecated ApplicationErrorJdbcException ( #390 ) and refactored the code to use UncheckedSQLException ( #391 ), we can then remove it completely.
This is blocked until kiwi 4.2.0 is released and #390 and #391 are complete.
The text was updated successfully, but these errors were encountered:
I am closing this issue because there are several places where we wrap other types of exceptions, for example a Liquibase DatabaseException or CommandExecutionException. If we remove this wrapper exception type, then we would either need to propagate the checked Liquibase exception types, or wrap them in a generic RuntimeException. Since this exception already exists, it's best to just stick with it.
Once we have deprecated
ApplicationErrorJdbcException
( #390 ) and refactored the code to useUncheckedSQLException
( #391 ), we can then remove it completely.This is blocked until kiwi 4.2.0 is released and #390 and #391 are complete.
The text was updated successfully, but these errors were encountered: