jsr354-ri icon indicating copy to clipboard operation
jsr354-ri copied to clipboard

Properly replace MonetaryConfig

Open keilw opened this issue 5 years ago • 2 comments

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 avatar Jul 20 '20 13:07 keilw

We might use:

  • Apache Commons Config 2: https://commons.apache.org/proper/commons-configuration/index.html
  • Lightbend Config: https://github.com/lightbend/config
  • Helidon Config: https://github.com/oracle/helidon/tree/master/config or something similar if a proper standard arises e.g. in Jakarta EE

keilw avatar Aug 19 '20 18:08 keilw

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

keilw avatar Mar 11 '22 19:03 keilw