-
Notifications
You must be signed in to change notification settings - Fork 17
Release Notes 1.2.0
BJ Hargrave edited this page Jul 13, 2022
·
3 revisions
Updates since 1.1.0:
- Fixes to how the
BundleContext
for aClass
is computed. There is now aContextHelper
class which provide a common implementation and exceptions when noBundleContext
is available. -
org.osgi.test.junit5
now exports theorg.osgi.test.common.annotation
package without substitution. The means that if both theorg.osgi.test.junit4
andorg.osgi.test.junit5
bundles are installed, then theorg.osgi.test.common.annotation
package fromorg.osgi.test.junit5
will be used since its annotations are decorated withExtendWith
annotations. -
ServiceExtension
is updated to better handle generic wildcard use.
Dependency updates:
-
assertj-core
: 3.23.1