-
Couldn't load subscription status.
- Fork 17
Release Notes 1.0.0
BJ Hargrave edited this page Jun 22, 2021
·
7 revisions
Release Notes 1.0.0
Updates since 0.10.0:
- Initial release from the OSGi Technology Project at Eclipse.
-
MapStreamupdated with additionalflatMapKeyandflatMapValuemethods. -
ServiceAwarenow has a close method to allow test code to release service dependencies as part of the test. - BOM artifact added.
-
AnyServiceclass added to inject services without respect to the service type. -
InjectInstallBundlerenamed toInjectBundleInstallerandInstallBundlerenamed toBundleInstaller. - Added
InjectInstalledBundleannotation to install and optionally start a specified bundle. - Added
ServiceReferenceAssert.- Added
Dictionaries.asDictionary(ServiceReference), to provide a dictionary view over service reference properties.
- Added
- Configuration annotations now support bundle location.
- AssertJ support updated to work with API changes in
assertj-core3.20.0 while still working onassertj-core3.19.0.
Dependency updates:
- The assertj projects now require
assertj-core3.19.0.