{"id":70169,"library":"geronimo-jcdi-1-1-spec","title":"Apache Geronimo JCDI 1.1 Spec","description":"Apache Geronimo implementation of the JSR-346 Context and Dependency Injection 1.1 & 1.2 Specification.","status":"active","version":"1.1","language":"java","source_language":null,"source_url":"http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jcdi_1.1_spec-1.1","tags":["cdi","dependency-injection","specification","geronimo","apache"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.geronimo.specs</groupId>\n  <artifactId>geronimo-jcdi_1.1_spec</artifactId>\n  <version>1.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.geronimo.specs:geronimo-jcdi_1.1_spec:1.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"BeanManager","correct":"javax.enterprise.inject.spi.BeanManager"}],"quickstart":{"code":"import javax.enterprise.inject.spi.BeanManager;\nimport javax.naming.InitialContext;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        BeanManager bm = (BeanManager) new InitialContext().lookup(\"java:comp/BeanManager\");\n        System.out.println(\"BeanManager obtained: \" + bm);\n    }\n}","lang":"java","description":"Looks up the CDI BeanManager from JNDI."},"warnings":[{"fix":"Add a CDI implementation dependency to your project.","message":"This is a specification API; you need a CDI implementation (e.g., Weld) at runtime.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'-346':12 '1.1':4,17 '1.2':18 'apach':1,6,26 'cdi':20 'context':13 'depend':15,22 'dependency-inject':21 'geronimo':2,7,25 'implement':8 'inject':16,23 'jcdi':3 'jsr':11 'spec':5 'specif':19,24","created_at":"2026-06-17T18:10:49.335768+00:00","updated_at":"2026-06-17T18:10:49.335768+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":"http://geronimo.apache.org/maven/specs/geronimo-jcdi_1.1_spec/1.1","github":null,"docs":"https://appdoc.app/artifact/org.apache.geronimo.specs/geronimo-jcdi_1.1_spec/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}