{"id":17351710,"url":"https://github.com/noherczeg/simpleosgi","last_synced_at":"2025-03-27T12:25:52.559Z","repository":{"id":147998285,"uuid":"95711364","full_name":"noherczeg/simpleosgi","owner":"noherczeg","description":"Basic OSGi example project","archived":false,"fork":false,"pushed_at":"2017-07-03T17:00:44.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T16:48:46.314Z","etag":null,"topics":["example","java","java-8","karaf","osgi"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noherczeg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-06-28T21:01:50.000Z","updated_at":"2017-06-28T22:12:59.000Z","dependencies_parsed_at":"2023-05-28T05:00:26.983Z","dependency_job_id":null,"html_url":"https://github.com/noherczeg/simpleosgi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noherczeg%2Fsimpleosgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noherczeg%2Fsimpleosgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noherczeg%2Fsimpleosgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noherczeg%2Fsimpleosgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noherczeg","download_url":"https://codeload.github.com/noherczeg/simpleosgi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245843157,"owners_count":20681461,"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":["example","java","java-8","karaf","osgi"],"created_at":"2024-10-15T17:10:57.157Z","updated_at":"2025-03-27T12:25:52.545Z","avatar_url":"https://github.com/noherczeg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple OSGi\n\n## Build\n```\nmvn clean install\n```\n\n## Start Karaf\n```\nkaraf clean debug\n```\n\nOptionally you can install the webconsole feature which gives a nice admin \npanel where you can check and manage bundles and features.\n\n```\nfeature:install webconsole\n```\n\nThe web console is available by default at `http://localhost:8181/system/console`. \nThe default username and password is `karaf`.\n\n## Deployment\n\nThe Declarative Services annotations require an implementation to work. Therefore\nwe need to install one. The standard is `scr`.\n\n```\nfeature:install scr\n```\n\nThen we need to register the repository/repositories to our features:\n```\nfeature:repo-add mvn:hu.noherczeg/hu.noherczeg.simpleosgi.api/1.0.0-SNAPSHOT/xml/features\nfeature:repo-add mvn:hu.noherczeg/hu.noherczeg.simpleosgi.service/1.0.0-SNAPSHOT/xml/features\n```\n\nLastly we can install said features:\n\n```\nfeature:install noherczeg-simpleosgi-api\nfeature:install noherczeg-simpleosgi-service\n```\n\n## Further reading\n\n- [Karaf Container](http://karaf.apache.org/manual/latest/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoherczeg%2Fsimpleosgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoherczeg%2Fsimpleosgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoherczeg%2Fsimpleosgi/lists"}