mino-osgi.domino-java.0.1.1.source-code.README.adoc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of domino-java Show documentation
Show all versions of domino-java Show documentation
A lightweight Java library for writing elegant OSGi bundle activators
= Domino Java - A Java DSL to master OSGi dynamics
:latest-version: 0.1.1
ifdef::env-github[]
image:https://travis-ci.org/domino-osgi/domino-java.svg?branch=master["Travis CI Build Status", link="https://travis-ci.org/domino-osgi/domino-java"]
image:https://badges.gitter.im/Join%20Chat.svg["Gitter chat", link="https://gitter.im/domino-osgi/domino-java"]
endif::[]
This project is in an experimental state.
It tries to bring the comfort of the proven https://github.com/domino-osgi/domino[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.
== Download
The latest version is {latest-version} and can be downloaded from http://search.maven.org/#search|ga|1|g%3A%22com.github.domino-osgi%22[Maven Central].
Maven::
[source,xml,subs="attributes,verbatim"]
----
com.github.domino-osgi
domino-java
{latest-version}
----
== Documentation
* https://domino-osgi.github.io/domino-java/javadoc/0.1.0/[Javadoc for domino-java 0.1.0]
* https://gitter.im/domino-osgi/domino-java[Gitter chat]
== Changelog
=== domino-java 0.1.1 - 2018-02-27
* Added `OsgiContext.isActive` method
* Log un-registrations of services
* Created test suite based on Felix Connect (aka PojoSR)
=== domino-java 0.1.0 - 2018-02-12
* Initial Release