JavaMoney / jsr354-ri

JSR 354 - Moneta: Reference Implementation
Other
334 stars 100 forks source link

Fix OSGi Service Ranking not working issue #372

Closed kzhang-dsg closed 2 years ago

kzhang-dsg commented 2 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