{"id":62851,"library":"camel-cdi","title":"Camel CDI","description":"Integrates Apache Camel with CDI (Contexts and Dependency Injection) for Java EE.","status":"active","version":"3.22.4","language":"java","source_language":null,"source_url":"https://github.com/apache/maven-apache-parent","tags":["camel","cdi","integration","messaging"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.camel</groupId>\n  <artifactId>camel-cdi</artifactId>\n  <version>3.22.4</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.camel:camel-cdi:3.22.4'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"CdiCamelContext","correct":"org.apache.camel.cdi.CdiCamelContext"}],"quickstart":{"code":"import org.apache.camel.cdi.CdiCamelContext;\nimport javax.inject.Inject;\n\npublic class Example {\n    @Inject\n    CdiCamelContext context;\n    \n    public void start() {\n        context.start();\n        System.out.println(\"Camel context started\");\n    }\n}","lang":"java","description":"Inject and start a Camel context using CDI."},"warnings":[],"env_vars":null,"search_vec":"'apach':4 'camel':1,5,15 'cdi':2,7,16 'context':8 'depend':10 'ee':14 'inject':11 'integr':3,17 'java':13 'messag':18","created_at":"2026-06-17T16:36:18.503851+00:00","updated_at":"2026-06-17T16:36:18.503851+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-cdi/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging","dependency-injection"],"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}}