Releases: domino-osgi/domino-java
Releases · domino-osgi/domino-java
0.3.1
Merged Pull Requests
- Update Mill and fixed build by @lefou in #3
- Prevent race condition when activating with multiple activation handlers by @lefou in #2
- Fix publishing via GHA by @lefou in #5
- CI: fix mill script name by @lefou in #6
- Re-add domino.java.capsule package to exported packages by @lefou in #7
- Update org.apache.felix.connect from 0.1.0 to 0.2.0 by @scala-steward in #14
- Update slf4j-api from 1.7.25 to 1.7.36 by @scala-steward in #16
- Update de.tobiasroeser.lambdatest from 0.6.2 to 0.8.0 by @scala-steward in #11
- Removed obsolete Maven and IDE project files by @lefou in #17
- Updated Readme.adoc by @lefou in #18
- Update junit-interface from 0.11 to 0.13.3 by @scala-steward in #10
- Update de.tototec.utils.functional from 2.0.1 to 2.3.0 by @scala-steward in #12
- Update logback-classic from 1.1.3 to 1.1.11 by @scala-steward in #8
- Update junit from 4.12 to 4.13.2 by @scala-steward in #13
- Update Mill to 0.11.7 by @lefou in #20
- Cleanup the build, removed Asciidoclet, switched layout by @lefou in #21
- Update javadoc URL by @lefou in #22
- Prepare release 0.3.1 by @lefou in #23
New Contributors
- @lefou made their first contribution in #3
- @scala-steward made their first contribution in #14
Full Changelog: 0.3.0...0.3.1
domino-java 0.3.0 - 2019-05-13
- Support multipe
OsgiContext.whenBundleActive
calls
domino-java 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
- 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