{"id":26121534,"url":"https://github.com/fizzed/nats-plus","last_synced_at":"2025-06-20T11:35:16.571Z","repository":{"id":272647277,"uuid":"892864729","full_name":"fizzed/nats-plus","owner":"fizzed","description":"Helpers for working with NATS along with a Ninja Framework module","archived":false,"fork":false,"pushed_at":"2025-01-22T15:40:56.000Z","size":12815,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T14:25:19.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fizzed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-22T23:41:04.000Z","updated_at":"2025-01-22T15:41:00.000Z","dependencies_parsed_at":"2025-01-15T21:17:17.165Z","dependency_job_id":"8bfe939d-189e-41f3-a377-6d74cec71027","html_url":"https://github.com/fizzed/nats-plus","commit_stats":null,"previous_names":["fizzed/nats-plus"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fizzed/nats-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fnats-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fnats-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fnats-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fnats-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fizzed","download_url":"https://codeload.github.com/fizzed/nats-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fnats-plus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260937281,"owners_count":23085654,"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","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":[],"created_at":"2025-03-10T14:23:41.549Z","updated_at":"2025-06-20T11:35:11.551Z","avatar_url":"https://github.com/fizzed.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nats Plus by Fizzed\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.fizzed/nats-plus?style=flat-square)](https://mvnrepository.com/artifact/com.fizzed/nats-plus)\n\n## Automated Testing\n\nThe following Java versions and platforms are tested using GitHub workflows:\n\n[![Java 11](https://img.shields.io/github/actions/workflow/status/fizzed/nats-plus/java11.yaml?branch=master\u0026label=Java%2011\u0026style=flat-square)](https://github.com/fizzed/nats-plus/actions/workflows/java11.yaml)\n[![Java 17](https://img.shields.io/github/actions/workflow/status/fizzed/nats-plus/java17.yaml?branch=master\u0026label=Java%2017\u0026style=flat-square)](https://github.com/fizzed/nats-plus/actions/workflows/java17.yaml)\n[![Java 21](https://img.shields.io/github/actions/workflow/status/fizzed/nats-plus/java21.yaml?branch=master\u0026label=Java%2021\u0026style=flat-square)](https://github.com/fizzed/nats-plus/actions/workflows/java21.yaml)\n\n[![Linux x64](https://img.shields.io/github/actions/workflow/status/fizzed/nats-plus/java21.yaml?branch=master\u0026label=Linux%20x64\u0026style=flat-square)](https://github.com/fizzed/nats-plus/actions/workflows/java21.yaml)\n[![MacOS arm64](https://img.shields.io/github/actions/workflow/status/fizzed/nats-plus/macos-arm64.yaml?branch=master\u0026label=MacOS%20arm64\u0026style=flat-square)](https://github.com/fizzed/nats-plus/actions/workflows/macos-arm64.yaml)\n[![Windows x64](https://img.shields.io/github/actions/workflow/status/fizzed/nats-plus/windows-x64.yaml?branch=master\u0026label=Windows%20x64\u0026style=flat-square)](https://github.com/fizzed/nats-plus/actions/workflows/windows-x64.yaml)\n\nThe following platforms are tested using the [Fizzed, Inc.](http://fizzed.com) build system:\n\n[![Linux arm64](https://img.shields.io/badge/Linux%20arm64-passing-green)](buildx-results.txt)\n[![Linux MUSL x64](https://img.shields.io/badge/Linux%20MUSL%20x64-passing-green)](buildx-results.txt)\n[![MacOS x64](https://img.shields.io/badge/MacOS%20x64-passing-green)](buildx-results.txt)\n[![Windows arm64](https://img.shields.io/badge/Windows%20arm64-passing-green)](buildx-results.txt)\n[![FreeBSD x64](https://img.shields.io/badge/FreeBSD%20x64-passing-green)](buildx-results.txt)\n\n## Overview\n\nUtilities and framework integrations for Java 11+ and NATS.io -- includes an integration of [NATS](https://nats.io/) with the [Ninja Framework](https://github.com/ninjaframework/ninja).\n\n## Utilities\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.fizzed\u003c/groupId\u003e\n    \u003cartifactId\u003enats-core\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.3\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nBrowse the utilities in https://github.com/fizzed/nats-plus/tree/master/nats-core/src/main/java/com/fizzed/nats/core\n\n## Ninja Framework\n\nNinja Framework module for NATS. Will help provide a connection, etc.\n\nAdd the nats-ninja-module dependency to your Maven pom.xml\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.fizzed\u003c/groupId\u003e\n    \u003cartifactId\u003enats-ninja-module\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.3\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nIn your `conf/Module.java` file:\n\n```java\npackage conf;\n\nimport com.fizzed.nats.ninja.NinjaNatsModule;\nimport com.google.inject.AbstractModule;\n\npublic class Module extends AbstractModule {\n\n    @Override\n    protected void configure() {\n        install(new NinjaNatsModule());\n    }\n\n}\n```\n\nIn your `conf/application.conf` file:\n\n```conf\n#\n# nats\n#\nnats.url = nats://localhost:14222\nnats.username = root\nnats.password = test\nnats.connection_name = nats-demo\n```\n\n## Testing\n\nTesting this library with other nats.java versions:\n\n    mvn -Dnats.java.version=2.19.1 test\n    mvn -Dnats.java.version=2.20.5-SNAPSHOT test\n\n## License\n\nCopyright (C) 2025 Fizzed, Inc.\n\nThis work is licensed under the Apache License, Version 2.0. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzed%2Fnats-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffizzed%2Fnats-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzed%2Fnats-plus/lists"}