{"id":64788,"library":"jackson-module-osgi","title":"Jackson Module OSGi","description":"Jackson module to inject OSGi services in deserialized beans.","status":"active","version":"2.22.0","language":"java","source_language":null,"source_url":"https://github.com/FasterXML/jackson-modules-base","tags":["jackson","osgi","serialization","dependency-injection"],"install":[{"cmd":"<dependency>\n  <groupId>com.fasterxml.jackson.module</groupId>\n  <artifactId>jackson-module-osgi</artifactId>\n  <version>2.22.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.fasterxml.jackson.module:jackson-module-osgi:2.22.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"OsgiModule","correct":"com.fasterxml.jackson.module.osgi.OsgiModule"}],"quickstart":{"code":"import com.fasterxml.jackson.databind.ObjectMapper;\nimport com.fasterxml.jackson.module.osgi.OsgiModule;\n\npublic class Example {\n    public static void main(String[] args) {\n        ObjectMapper mapper = new ObjectMapper();\n        mapper.registerModule(new OsgiModule());\n    }\n}","lang":"java","description":"Register the OSGi module with Jackson ObjectMapper."},"warnings":[{"fix":"Ensure your application runs in an OSGi container (e.g., Apache Felix, Eclipse Equinox).","message":"Requires an OSGi runtime environment to function properly.","severity":"breaking","affected_versions":"all"}],"env_vars":null,"search_vec":"'bean':12 'depend':17 'dependency-inject':16 'deseri':11 'inject':7,18 'jackson':1,4,13 'modul':2,5 'osgi':3,8,14 'serial':15 'servic':9","created_at":"2026-06-17T17:00:20.509917+00:00","updated_at":"2026-06-17T17:00:20.509917+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://github.com/FasterXML/jackson-modules-base","github":"https://github.com/FasterXML/jackson-modules-base","docs":"https://appdoc.app/artifact/com.fasterxml.jackson.module/jackson-module-osgi/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"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}}