JavaMoney / jsr354-api

JSR 354 - Money and Currency API
http://javamoney.org
Apache License 2.0
357 stars 79 forks source link

Uses monetary currencies singleton spi #96

Closed marschall closed 6 years ago

marschall commented 6 years ago

Monetary.MONETARY_CURRENCIES_SINGLETON_SPI() tries to use ServiceLoader for loading MonetaryCurrenciesSingletonSpi but it is not declared in the module info.

This should fix https://github.com/JavaMoney/jsr354-ri/issues/219

This change is Reviewable

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 76.898% when pulling 1795b2821e0027bfb8c14923ff9eb88434b49859 on marschall:uses-MonetaryCurrenciesSingletonSpi into f8c1f4386432926dd346056c047bb4b15b4a210b on JavaMoney:master.