JavaMoney / jsr354-ri

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

Properly replace MonetaryConfig #335

Open keilw opened 4 years ago

keilw commented 4 years ago

At the moment MonetaryConfig is marked as deprecated, but it is still used widely in Moneta. Replace it and remove it with the next major version of the JSR.

keilw commented 4 years ago

We might use:

keilw commented 2 years ago

Based on recent developments we'll use Jakarta Config for this as soon as a stable milestone or final version exists.