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
Any code that uses this and which explicitly caught ApplicationErrorJdbcException will not work as expected anymore. However, we don't expect it to generally be caught directly, i.e., catch (ApplicationErrorJdbcException), so we are not making this a major version change.
The text was updated successfully, but these errors were encountered:
Change code to throw
UncheckedSQLException
instead ofApplicationErrorJdbcException
when the exception thrown was aSQLException
.This is blocked until kiwi 4.2.0 is released.
Also see #390
Any code that uses this and which explicitly caught
ApplicationErrorJdbcException
will not work as expected anymore. However, we don't expect it to generally be caught directly, i.e.,catch (ApplicationErrorJdbcException)
, so we are not making this a major version change.The text was updated successfully, but these errors were encountered: