{"id":23095049,"url":"https://github.com/microbean/microbean-jersey-netty-cdi","last_synced_at":"2026-04-18T14:04:15.252Z","repository":{"id":57745465,"uuid":"192112390","full_name":"microbean/microbean-jersey-netty-cdi","owner":"microbean","description":"Puts Jersey running on Netty inside a CDI 2.0 SE container.","archived":false,"fork":false,"pushed_at":"2020-02-17T05:27:49.000Z","size":1276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-05T17:54:55.661Z","etag":null,"topics":["cdi","java","jersey","microbean","netty"],"latest_commit_sha":null,"homepage":"https://microbean.github.io/microbean-jersey-netty-cdi/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microbean.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-15T18:40:24.000Z","updated_at":"2020-02-17T05:27:51.000Z","dependencies_parsed_at":"2022-08-30T18:02:08.210Z","dependency_job_id":null,"html_url":"https://github.com/microbean/microbean-jersey-netty-cdi","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/microbean/microbean-jersey-netty-cdi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-jersey-netty-cdi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-jersey-netty-cdi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-jersey-netty-cdi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-jersey-netty-cdi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microbean","download_url":"https://codeload.github.com/microbean/microbean-jersey-netty-cdi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-jersey-netty-cdi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cdi","java","jersey","microbean","netty"],"created_at":"2024-12-16T22:19:20.243Z","updated_at":"2026-04-18T14:04:12.600Z","avatar_url":"https://github.com/microbean.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# microBean™ Jersey Netty CDI Integration\n\n[![Build Status](https://travis-ci.com/microbean/microbean-jersey-netty-cdi.svg?branch=master)](https://travis-ci.com/microbean/microbean-jersey-netty-cdi)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-jersey-netty-cdi/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-jersey-netty-cdi)\n\nThe microBean™ Jersey Netty CDI Integration project integrates\n[Jersey](https://jersey.github.io/) and [Netty](https://netty.io) into\n[CDI 2.0](http://cdi-spec.org/) environments in an idiomatic way.\n\n## Installation and Usage\n\nAdd this project as a `runtime`-scoped dependency in your CDI 2.0-based Maven project:\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.microbean\u003c/groupId\u003e\n  \u003cartifactId\u003emicrobean-jersey-netty-cdi\u003c/artifactId\u003e\n  \u003cversion\u003e0.4.0\u003c/version\u003e\n  \u003cscope\u003eruntime\u003c/scope\u003e\n\u003c/dependency\u003e\n```\nThen [start a CDI SE\ncontainer](https://docs.jboss.org/cdi/api/2.0/javax/enterprise/inject/se/SeContainerInitializer.html).\nAny [JAX-RS\napplications](https://jax-rs.github.io/apidocs/2.1/javax/ws/rs/core/Application.html)\nor resource classes found on the classpath will be served up by [Eclipse Jersey](https://projects.eclipse.org/projects/ee4j.jersey) and [Netty](https://netty.io/) on\n`0.0.0.0` port `8080` by default, or port `443` by default if there is\nan\n[`SslContext`](https://netty.io/4.1/api/io/netty/handler/ssl/SslContext.html)\navailable to your CDI container.  You can pass `host` and `port`\nSystem properties (or source them from any other [microBean™\nConfiguration](https://microbean.github.io/microbean-configuration/)\n[`Configuration`](https://microbean.github.io/microbean-configuration/apidocs/org/microbean/configuration/spi/Configuration.html)\ninstances) to change your application's endpoint.\n\nHTTP 1.1 and HTTP/2 requests, including upgrades via [HTTP's upgrade\nheader](https://svn.tools.ietf.org/svn/wg/httpbis/specs/rfc7230.html#header.upgrade),\n[ALPN](https://www.rfc-editor.org/rfc/rfc7301#page-2) or [prior\nknowledge](https://http2.github.io/http2-spec/#known-http), are fully\nsupported.\n\n## Related Projects\n\n* [microBean™ Jersey Netty Integration](https://microbean.github.io/microbean-jersey-netty/)\n* [microBean™ Jakarta RESTful Web Services CDI Integration](https://microbean.github.io/microbean-jaxrs-cdi/)\n* [microBean™ Configuration API](https://microbean.github.io/microbean-configuration-api/)\n* [microBean™ Configuration](https://microbean.github.io/microbean-configuration/)\n* [microBean™ Configuration CDI](https://microbean.github.io/microbean-configuration-cdi/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobean%2Fmicrobean-jersey-netty-cdi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrobean%2Fmicrobean-jersey-netty-cdi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobean%2Fmicrobean-jersey-netty-cdi/lists"}