Skip to content

Commit

Permalink
Prepare release 0.3.1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored Feb 29, 2024
1 parent 3749ac7 commit 3f2adc8
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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[]
Expand All @@ -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"]
Expand Down Expand Up @@ -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

0 comments on commit 3f2adc8

Please sign in to comment.