From 3f2adc851ec3a0a00f35ae66d72b762c1ed7328e Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Thu, 29 Feb 2024 15:19:26 +0100 Subject: [PATCH] Prepare release 0.3.1 (#23) --- README.adoc | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 2f02985..80c24a4 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ = Domino Java - A Java DSL to master OSGi dynamics -:latest-version: 0.3.0 +:latest-version: 0.3.1 :link-github: https://github.com/domino-osgi/domino-java ifdef::env-github[] @@ -11,7 +11,8 @@ It make most sense with at least Java 8 an it's closures, but on request, I can == 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]. +The latest version is {latest-version} and can be downloaded from +https://search.maven.org/artifact/com.github.domino-osgi/domino-java[Maven Central]. Maven:: [source,xml,subs="attributes,verbatim"] @@ -51,22 +52,32 @@ You can open a {link-github}/pull[pull request] or discuss and ask questions in == Changelog -=== domino-java 0.3.0 - 2019-05-13 +[#0-3-1] +=== 0.3.1 - 2024-02-29 + +* Fix a race condition when an `OsgiContext` with multiple (potentially nested) `whenBundleActive` handlers is started +* Update the project tooling and automated Maven Central publications + +[#0-3-0] +=== 0.3.0 - 2019-05-13 * Support multipe `OsgiContext.whenBundleActive` calls -=== domino-java 0.2.0 - 2018-08-03 +[#0-2-0] +=== 0.2.0 - 2018-08-03 * Added `ServiceWatching.whenServicePresent` with 4 types * Updated major version of dependency de.tototec.utils.functional * No longer re-export de.tototec.utils.functional -=== domino-java 0.1.1 - 2018-02-27 +[#0-1-1] +=== 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 +[#0-1-0] +=== 0.1.0 - 2018-02-12 * Initial Release