{"id":15986886,"url":"https://github.com/domino-osgi/domino-java","last_synced_at":"2025-07-18T12:40:13.822Z","repository":{"id":144518720,"uuid":"121162251","full_name":"domino-osgi/domino-java","owner":"domino-osgi","description":"A Java DSL to master OSGi dynamics","archived":false,"fork":false,"pushed_at":"2024-12-14T17:02:19.000Z","size":224,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T06:04:40.333Z","etag":null,"topics":["dsl","java","java8","lambda","osgi"],"latest_commit_sha":null,"homepage":"https://domino-osgi.github.io/domino-java/javadoc/current","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domino-osgi.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lefou"}},"created_at":"2018-02-11T20:06:47.000Z","updated_at":"2024-12-14T17:02:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"33224bcd-41f3-4114-b0ce-f370050c01b8","html_url":"https://github.com/domino-osgi/domino-java","commit_stats":{"total_commits":72,"total_committers":2,"mean_commits":36.0,"dds":"0.13888888888888884","last_synced_commit":"31e1dd786efef981e9edb5c0618b8052faa7d76b"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domino-osgi%2Fdomino-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domino-osgi%2Fdomino-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domino-osgi%2Fdomino-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domino-osgi%2Fdomino-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domino-osgi","download_url":"https://codeload.github.com/domino-osgi/domino-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893857,"owners_count":20364918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dsl","java","java8","lambda","osgi"],"created_at":"2024-10-08T03:05:35.247Z","updated_at":"2025-03-18T01:30:33.086Z","avatar_url":"https://github.com/domino-osgi.png","language":"Java","funding_links":["https://github.com/sponsors/lefou"],"categories":[],"sub_categories":[],"readme":"= Domino Java - A Java DSL to master OSGi dynamics\n:latest-version: 0.3.1\n:link-github: https://github.com/domino-osgi/domino-java\n\nifdef::env-github[]\nimage:https://badges.gitter.im/Join%20Chat.svg[\"Gitter chat\", link=\"https://gitter.im/domino-osgi/domino-java\"]\nendif::[]\n\nThis project tries to bring the comfort of the proven https://github.com/domino-osgi/domino[Domino Scala DSL] into the Java world.\nIt make most sense with at least Java 8 an it's closures, but on request, I can try to publish a Java7 (and older) compatible variant.\n\n== Download\n\nThe latest version is {latest-version} and can be downloaded from \nhttps://search.maven.org/artifact/com.github.domino-osgi/domino-java[Maven Central].\n\nMaven::\n[source,xml,subs=\"attributes,verbatim\"]\n----\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.domino-osgi\u003c/groupId\u003e\n  \u003cartifactId\u003edomino-java\u003c/artifactId\u003e\n  \u003cversion\u003e{latest-version}\u003c/version\u003e\n\u003c/dependency\u003e\n----\n\nMill::\n[source,scala,subs=\"attributes\"]\nivy\"com.github.domino-osgi:domino-java:{latest-version}\"\n\n\nGradle::\n[source,groovy,subs=\"attributes\"]\nimplementation 'com.github.domino-osgi:domino-java:{latest-version}'\n\n\n\n== Documentation\n\n* https://javadoc.io/doc/com.github.domino-osgi/domino-java/latest/index.html[Javadoc for latest domino-java version]\n* https://gitter.im/domino-osgi/domino-java[Gitter chat]\n\n== Building and Contributing\n\nThis project is build with the https://mill-build.com[Mill Build Tool]. \nIf you don't have Mill installed, you can use the `./mill` script in this repository.\n\nPublishing is now automized via GitHub Actions.\n\nIf you found a bug please {link-github}/issues[report it].\nYou can open a {link-github}/pull[pull request] or discuss and ask questions in the {link-github}/discussions[Discussions].\n\n== Changelog\n\n[#0-3-1]\n=== 0.3.1 - 2024-02-29\n\n* Fix a race condition when an `OsgiContext` with multiple (potentially nested) `whenBundleActive` handlers is started\n* Update the project tooling and automated Maven Central publications\n\n[#0-3-0]\n=== 0.3.0 - 2019-05-13\n\n* Support multipe `OsgiContext.whenBundleActive` calls\n\n[#0-2-0]\n=== 0.2.0 - 2018-08-03\n\n* Added `ServiceWatching.whenServicePresent` with 4 types\n* Updated major version of dependency de.tototec.utils.functional\n* No longer re-export de.tototec.utils.functional\n\n[#0-1-1]\n=== 0.1.1 - 2018-02-27\n\n* Added `OsgiContext.isActive` method\n* Log un-registrations of services\n* Created test suite based on Felix Connect (aka PojoSR)\n\n[#0-1-0]\n=== 0.1.0 - 2018-02-12\n\n* Initial Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomino-osgi%2Fdomino-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomino-osgi%2Fdomino-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomino-osgi%2Fdomino-java/lists"}