JavaMoney / jsr354-ri

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

Fix OSGi Service Ranking not working issue #372

Closed kzhang-dsg closed 3 years ago

kzhang-dsg commented 3 years ago

OSGi Service Ranking expects Integer type, not String Type. The service ranking will be default to 0 if non-integer type is passed in.


This change is Reviewable