JavaMoney / jsr354-ri

JSR 354 - Moneta: Reference Implementation
Other
344 stars 101 forks source link

Fix MonetaryConfig #338

Closed keilw closed 4 years ago

keilw commented 4 years ago

At least in Wildfly/JEE the updates of MonetaryConfig and the introduction of MonetaryConfigProvider caused a major problem with 1.4.1: https://hibernate.atlassian.net/browse/HV-1793. Therefore MonetaryConfig shall be restored in its original form while MonetaryConfigProvider and its implementations are deprecated/marked as "preview". Similar to what the JDK does. It allows to play with these new features and gain experience, while the "guts" of Moneta don't rely on it yet.