unitsofmeasurement / unit-api

Units of Measurement API
http://unitsofmeasurement.github.io/unit-api/
Other
180 stars 42 forks source link

Do not cache the value obtained by `ServiceLoader` #246

Closed desruisseaux closed 1 year ago

desruisseaux commented 1 year ago

Caching a JVM-wide value is deprecated. See ServiceLoader.load(Class) javadoc for explanation. This issue is described in more details here: https://github.com/unitsofmeasurement/unit-api/issues/241


This change is Reviewable