{"id":77197,"library":"camel-core-osgi","title":"Apache Camel Core OSGi","description":"Camel Core OSGi support provides integration with OSGi environments for Apache Camel.","status":"active","version":"3.1.0","language":"java","source_language":null,"source_url":"https://github.com/apache/maven-apache-parent","tags":["camel","osgi","integration"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.camel</groupId>\n  <artifactId>camel-core-osgi</artifactId>\n  <version>3.1.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.camel:camel-core-osgi:3.1.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"CamelContextFactory","correct":"org.apache.camel.core.osgi.CamelContextFactory"}],"quickstart":{"code":"import org.apache.camel.core.osgi.CamelContextFactory;\nimport org.apache.camel.CamelContext;\n\npublic class Quickstart {\n    public static void main(String[] args) throws Exception {\n        CamelContext context = CamelContextFactory.createCamelContext();\n        context.start();\n        Thread.sleep(1000);\n        context.stop();\n    }\n}","lang":"java","description":"Creates and starts a Camel context using OSGi support."},"warnings":[{"fix":"Upgrade to a newer version of camel-core-osgi if using Camel 3.2+.","message":"Version 3.1.0 may have compatibility issues with newer Camel versions.","severity":"breaking","affected_versions":"<=3.1.0"}],"env_vars":null,"search_vec":"'apach':1,15 'camel':2,5,16,17 'core':3,6 'environ':13 'integr':10,19 'osgi':4,7,12,18 'provid':9 'support':8","created_at":"2026-06-17T19:50:47.781293+00:00","updated_at":"2026-06-17T19:50:47.781293+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":"https://github.com/apache/maven-apache-parent","docs":"https://appdoc.app/artifact/org.apache.camel/camel-core-osgi/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"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}}