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
Even though this removes a public API member, we don't need to increase the major version, because ApplicationErrorsJdbc#nextOrThrow has never been in an actual release.
The text was updated successfully, but these errors were encountered:
* Replace usages of ApplicationErrorJdbc#nextOrThrow with the
one from KiwiJdbc
* Remove the nextOrThrow method from ApplicationErrorJdbc; this
was never in an actual release so doesn't break any existing code
and doesn't require a major version bump
* Remove the nextOrThrow tests from ApplicationErrorJdbcTest; we
don't need to test it anymore since it's now the one in KiwiJdbc
Closes#321
)
* Replace usages of ApplicationErrorJdbc#nextOrThrow with the
one from KiwiJdbc
* Remove the nextOrThrow method from ApplicationErrorJdbc; this
was never in an actual release so doesn't break any existing code
and doesn't require a major version bump
* Remove the nextOrThrow tests from ApplicationErrorJdbcTest; we
don't need to test it anymore since it's now the one in KiwiJdbc
Closes#321
This is blocked until:
Even though this removes a public API member, we don't need to increase the major version, because
ApplicationErrorsJdbc#nextOrThrow
has never been in an actual release.The text was updated successfully, but these errors were encountered: