This project is in an experimental state. It tries to bring the comfort of the proven Domino Scala DSL into the Java world. It make most sense with Java 8 an it’s closures, but on demand, I can try to publish a Java7 (and older) compatible variant.
The latest version is 0.2.0 and can be downloaded from Maven Central.
- Maven
<dependency>
<groupId>com.github.domino-osgi</groupId>
<artifactId>domino-java</artifactId>
<version>0.2.0</version>
</dependency>-
Added
ServiceWatching.whenServicePresentwith 4 types -
Updated major version of dependency de.tototec.utils.functional
-
No longer re-export de.tototec.utils.functional
-
Added
OsgiContext.isActivemethod -
Log un-registrations of services
-
Created test suite based on Felix Connect (aka PojoSR)