{"id":75736,"library":"org-apache-karaf-bundle-core","title":"Apache Karaf Bundle Core","description":"Bundle Services and API for Apache Karaf, providing core bundle management functionality.","status":"active","version":"4.4.11","language":"java","source_language":null,"source_url":"https://gitbox.apache.org/repos/asf?p=karaf.git;a=summary","tags":["karaf","osgi","bundle","apache"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.karaf.bundle</groupId>\n  <artifactId>org.apache.karaf.bundle.core</artifactId>\n  <version>4.4.11</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.karaf.bundle:org.apache.karaf.bundle.core:4.4.11'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"BundleService","correct":"org.apache.karaf.bundle.core.BundleService"}],"quickstart":{"code":"import org.apache.karaf.bundle.core.BundleService;\nimport org.osgi.framework.BundleContext;\nimport org.osgi.framework.FrameworkUtil;\n\npublic class Example {\n    public void listBundles() {\n        BundleContext context = FrameworkUtil.getBundle(this.getClass()).getBundleContext();\n        BundleService bundleService = context.getService(context.getServiceReference(BundleService.class));\n        bundleService.list().forEach(b -> System.out.println(b.getSymbolicName()));\n    }\n}","lang":"java","description":"Lists all installed bundles using Karaf's BundleService."},"warnings":[],"env_vars":null,"search_vec":"'apach':1,10,20 'api':8 'bundl':3,5,14,19 'core':4,13 'function':16 'karaf':2,11,17 'manag':15 'osgi':18 'provid':12 'servic':6","created_at":"2026-06-17T19:20:27.015700+00:00","updated_at":"2026-06-17T19:20:27.015700+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.apache.org/","github":null,"docs":"https://appdoc.app/artifact/org.apache.karaf.bundle/org.apache.karaf.bundle.core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}