{"id":23095057,"url":"https://github.com/microbean/microbean-narayana-jta-openwebbeans","last_synced_at":"2025-10-07T16:11:17.897Z","repository":{"id":80768421,"uuid":"162179442","full_name":"microbean/microbean-narayana-jta-openwebbeans","owner":"microbean","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-18T04:45:53.000Z","size":487,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T18:56:35.132Z","etag":null,"topics":["cdi","narayana-jta","openwebbeans"],"latest_commit_sha":null,"homepage":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-17T19:24:57.000Z","updated_at":"2018-12-18T04:40:47.000Z","dependencies_parsed_at":"2023-03-12T12:09:18.608Z","dependency_job_id":null,"html_url":"https://github.com/microbean/microbean-narayana-jta-openwebbeans","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/microbean/microbean-narayana-jta-openwebbeans","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-narayana-jta-openwebbeans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-narayana-jta-openwebbeans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-narayana-jta-openwebbeans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-narayana-jta-openwebbeans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microbean","download_url":"https://codeload.github.com/microbean/microbean-narayana-jta-openwebbeans/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-narayana-jta-openwebbeans/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278804017,"owners_count":26048813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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","narayana-jta","openwebbeans"],"created_at":"2024-12-16T22:19:20.645Z","updated_at":"2025-10-07T16:11:17.880Z","avatar_url":"https://github.com/microbean.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# microBean Narayana JTA OpenWebBeans Integration\n\n[![Build Status](https://travis-ci.org/microbean/microbean-narayana-jta-openwebbeans.svg?branch=master)](https://travis-ci.org/microbean/microbean-narayana-jta-openwebbeans)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-narayana-jta-openwebbeans/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-narayana-jta-openwebbeans)\n\nThe microBean Narayana JTA OpenWebBeans Integration project integrates\nthe [Narayana transaction engine][narayana-jta] into standalone\n[OpenWebBeans][openwebbeans]-based [CDI 2.0 SE environments][cdi].\n\n# Installation\n\nTo install the microBean Narayana JTA OpenWebBeans Integration\nproject, ensure that it and its dependencies are present on the\nclasspath at runtime.  In Maven, your dependency stanza should look\nlike this:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003eorg.microbean\u003c/groupId\u003e\n      \u003cartifactId\u003emicrobean-narayana-jta-openwebbeans\u003c/artifactId\u003e\n      \u003c!-- See http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.microbean%22%20AND%20a%3A%22microbean-narayana-jta-openwebbeans%22 for available releases. --\u003e\n      \u003cversion\u003e0.1.0\u003c/version\u003e\n      \u003ctype\u003ejar\u003c/type\u003e\n      \u003cscope\u003eruntime\u003c/scope\u003e\n    \u003c/dependency\u003e\n    \nReleases are [available in Maven Central][maven-central].  Snapshots\nare available in [Sonatype Snapshots][sonatype-snapshots].\n\n[narayana-jta]: http://narayana.io/\n[cdi]: http://docs.jboss.org/cdi/spec/2.0/cdi-spec.html#part_2\n[maven-central]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.microbean%22%20AND%20a%3A%22microbean-narayana-jta-openwebbeans%22\n[openwebbeans]: http://openwebbeans.apache.org/\n[sonatype-snapshots]: https://oss.sonatype.org/content/repositories/snapshots/org/microbean/microbean-narayana-jta-openwebbeans/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobean%2Fmicrobean-narayana-jta-openwebbeans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrobean%2Fmicrobean-narayana-jta-openwebbeans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobean%2Fmicrobean-narayana-jta-openwebbeans/lists"}