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
The `Money.of()` method without `RoundingMode` throws `ArithmeticException` if the scale exceeds the currency scale. Appending `RoundingMode` excludes `ArithmeticException` in `PersistentMoneyAmountAndCurrency` and `PersistentMoneyAmountAndCurrencyAsInteger`.
StringColumnCurrencyUnitMapper calls getCurrencyCode() on CurrencyUnit, but that method was removed in v1.0.
The text was updated successfully, but these errors were encountered: