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
In a dynamic environment such as OSGI, SPI instances are registered
dynamically. The classes Monetary, MonetaryConversions and
MonetaryFormats keep static references to SPI instances. This breaks
usage of money-api in OSGI as SPI instances may be registered delayed.
To ensure that using money-api is in an OSGI environment is possible,
references to SPI instances should be resolved dynamically.
0 commit comments