openhab-core/itests
Wouter Born 91307993ad
Upgrade Units of Measurement dependencies (#2319)
Upgrades UoM dependencies to:

* javax.measure 2.1.2
* si-units 2.0.1
* indriya 2.1.2

An openHAB OSGi-ified si-units bundle is used as runtime dependency, because the latest si-units release is still missing proper OSGi manifest headers.

Notable changes:

* Quantity not longer implements an `equals` method, so the unit tests had to be adjusted. This should have any impact outside of the unit tests though since the rest of openHAB should be using QuantityType instead.
* RationalConverter is not package private, so instances of it much be created through the MultiplyConverter static functions.
* Quantities.getQuantity can no longer parse values without units like `100`. A workaround has been implemented.
* The unicode greek `mu` letter is now returned for unit prefixes instead of the unicode `micro` character. These characters are visually identical but the unit tests had to be adjusted. The new library seems to parse both types just fine.

Also-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com>
Signed-off-by: Wouter Born <github@maindrain.net>
2021-05-10 20:54:25 +02:00
..
org.openhab.core.auth.oauth2client.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.automation.integration.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.automation.module.core.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.automation.module.script.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.automation.module.timer.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.automation.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.binding.xml.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.config.core.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.config.discovery.mdns.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.config.discovery.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.config.discovery.usbserial.linuxsysfs.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.config.discovery.usbserial.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.config.dispatch.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.config.xml.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.ephemeris.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.io.rest.core.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.model.core.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.model.item.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.model.rule.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.model.script.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.model.thing.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.model.thing.testsupport Update license headers to 2021 (#2041) 2021-01-01 16:43:46 +01:00
org.openhab.core.storage.json.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.thing.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.thing.xml.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
org.openhab.core.voice.tests Upgrade Units of Measurement dependencies (#2319) 2021-05-10 20:54:25 +02:00
itest-common.bndrun removed unused mapdb storage bundle (#1488) 2020-05-22 09:52:22 +02:00
itest-include.bndrun Upgrade to OSGi R7 and Karaf 4.3.1 (#2264) 2021-04-02 13:39:54 +02:00
pom.xml Apply Spotless, resolve itest runbundles for 3.1.0 (#1982) 2020-12-22 10:01:42 +01:00