{"id":48819377,"url":"https://github.com/vaadin/osgi","last_synced_at":"2026-04-14T14:02:22.316Z","repository":{"id":37966581,"uuid":"310267089","full_name":"vaadin/osgi","owner":"vaadin","description":"OSGi support for the latest Vaadin version","archived":false,"fork":false,"pushed_at":"2025-09-08T08:13:48.000Z","size":341,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-14T01:09:32.596Z","etag":null,"topics":["bnd","bndtools","java","karaf","osgi","vaadin"],"latest_commit_sha":null,"homepage":"https://vaadin.com/docs/latest/flow/integrations/osgi/basic","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vaadin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-05T10:41:20.000Z","updated_at":"2025-09-08T08:13:51.000Z","dependencies_parsed_at":"2025-08-05T08:31:12.786Z","dependency_job_id":"00037a09-8808-4f4f-b10f-2ba0566ffee9","html_url":"https://github.com/vaadin/osgi","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/vaadin/osgi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin%2Fosgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin%2Fosgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin%2Fosgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin%2Fosgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaadin","download_url":"https://codeload.github.com/vaadin/osgi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaadin%2Fosgi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31799411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bnd","bndtools","java","karaf","osgi","vaadin"],"created_at":"2026-04-14T14:02:21.519Z","updated_at":"2026-04-14T14:02:22.293Z","avatar_url":"https://github.com/vaadin.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vaadin OSGi\n\nThis project provides an integration with Vaadin and OSGi environments.\n\n| Branch       | Vaadin/Flow version       | Java version |\n|--------------|---------------------------|--------------|\n| master (8.1) | Vaadin 23.3+ / Flow 23.3+ | JDK11        |\n| 8.0          | Vaadin 23.2 / Flow 23.2   | JDK11        |\n| 7.0          | Vaadin 22 / Flow 9.0      | JDK8         |\n\n## Build and test\n\n### Build required Flow modules\n\nIn order to execute OSGi add-on tests, you need to build locally a couple of Flow modules\nthat are not available on remote maven repositories.\n\nCheckout the Flow branch specific for the OSGi add-on branch, and then run\n\n```terminal\nmvn -DskipTests -am -pl flow-tests,flow-plugins/flow-maven-plugin,flow-html-components-testbench,flow,vaadin-dev-server clean install\nmvn -f flow-tests/test-common clean install\n```\n\nFor Flow 23.3+, the `test-root-context` module, that contains the Flow views and the test code, must be packaged as a JAR instead of WAR.\nEdit the `flow-tests/test-root-context/pom.xml` file and modify the `\u003cpackaging\u003e` tag from `war` to `jar`, then build the module.\n\n```terminal\nmvn -f flow-tests/test-root-context -DskipTests -Prun-tests clean install\n```\n\n### Build and run OSGi tests\n\nTo build all modules without executing, tests run `mvn -DskipTests clean install`.\n\nTo run validation for non bnd-tools container, execute\n\n```terminal\nmvn -P\\!bnd-tools -Dvaadin.allow.appshell.annotations=true verify\n```\n\nTo run validation for bnd-tools container, execute\n\n```terminal\nmvn -Pbnd-tools -Dvaadin.allow.appshell.annotations=true verify\n```\n\nThe following system properties can be added to the command line:\n\n| Property name                               | Description                                                                                                                                            | Example                                                                                                |\n|---------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|\n| flow.version                                | Execute agains a specific flow version                                                                                                                 | `-Dflow.version=9.1-SNAPSHOT`                                                                          |\n| testbench.version                           | Execute agains a specific Testbench version                                                                                                            | `-Dtestbench.version=7.1-SNAPSHOT`                                                                     |\n| webdriver.chrome.driver                     | Use a local chromedriver executable. Useful when the Selenium manager is not able to fetch the correct driver for the local Google Chrome installation | `-Dwebdriver.chrome.driver=/home/user/.cache/selenium/chromedriver/linux64/116.0.5845.96/chromedriver` |\n| com.vaadin.testbench.Parameters.maxAttempts | To rerun failed test, in case of flakyness                                                                                                             | `-Dcom.vaadin.testbench.Parameters.maxAttempts=2`                                                      |\n\n\n### Troubleshooting\n\nIf the test fail because of errors in the browser console, try to delete the `pnpm` cache (e.g. `$HOME/.cache/pnpm`)\nand rebuild the `test-root-context`. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaadin%2Fosgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaadin%2Fosgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaadin%2Fosgi/lists"}