{"id":44771611,"url":"https://github.com/lorislab/lorisgate-quarkus","last_synced_at":"2026-02-16T05:34:34.356Z","repository":{"id":336716725,"uuid":"1150871868","full_name":"lorislab/lorisgate-quarkus","owner":"lorislab","description":"Quarkus extension providing Dev Services for Lorisgate. Automatically starts and configures a Lorisgate instance using Testcontainers for local development and integration testing.","archived":false,"fork":false,"pushed_at":"2026-02-05T19:48:39.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-06T05:18:07.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/lorislab.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-05T19:40:24.000Z","updated_at":"2026-02-05T19:50:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lorislab/lorisgate-quarkus","commit_stats":null,"previous_names":["lorislab/lorisgate-quarkus"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lorislab/lorisgate-quarkus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorislab%2Florisgate-quarkus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorislab%2Florisgate-quarkus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorislab%2Florisgate-quarkus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorislab%2Florisgate-quarkus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lorislab","download_url":"https://codeload.github.com/lorislab/lorisgate-quarkus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorislab%2Florisgate-quarkus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29500832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T03:57:51.541Z","status":"ssl_error","status_checked_at":"2026-02-16T03:55:59.854Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-16T05:34:33.577Z","updated_at":"2026-02-16T05:34:34.346Z","avatar_url":"https://github.com/lorislab.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lorisgate - Quarkus Dev Service\n\n\u003e **Repository Description**: Quarkus extension providing Dev Services for Lorisgate. Automatically starts and configures a Lorisgate instance using Testcontainers for local development and integration testing, ensuring a seamless \"zero-config\" experience.\n\n---\n\n[![Maven Central](https://img.shields.io/maven-central/v/org.lorislab.lorisgate/lorisgate-quarkus?style=for-the-badge)](https://search.maven.org/search?q=g:org.lorislab.lorisgate%20AND%20a:lorisgate-quarkus)\n[![GitHub Release](https://img.shields.io/github/v/release/lorislab/lorislab-quarkus-lorisgate?style=for-the-badge)](https://github.com/lorislab/lorislab-quarkus-lorisgate/releases)\n![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge)\n\n## Overview\n\n**Lorisgate Dev Service** is a Quarkus extension that manages a Lorisgate instance during development and testing. It leverages [Testcontainers](https://www.testcontainers.org/) to spin up a Docker container automatically, so you don't have to manually install or manage Lorisgate processes.\n\nWhen Quarkus starts in **Dev Mode** (`quarkus dev`) or **Test Mode** (`maven test`), the extension checks if a Lorisgate connection is already configured. If not, it pulls the image, starts the container, and injects the connection properties directly into your application.\n\n## Features\n\n* **Zero-Config**: Get up and running without touching `application.properties`.\n* **Lifecycle Management**: Automatically starts on boot and stops when the Quarkus process ends.\n* **Shared Instances**: Keeps the container running across live-reloads to save time.\n* **Customizable**: Easily override the image version or port if needed.\n\n## Installation\n\nAdd the following dependency to your Quarkus project's `pom.xml`:\n\n```xml\n\u003cdependency\u003e\n   \u003cgroupId\u003eorg.lorislab.lorisgate\u003c/groupId\u003e\n   \u003cartifactId\u003elorisgate-quarkus\u003c/artifactId\u003e\n\u003c/dependency\u003e\n```\n\n## How it Works\n\n1. Detection: The extension looks for lorisgate.url.\n2. Provisioning: If missing, it starts a Lorisgate container via Docker.\n3. Injection: It dynamically provides the following properties to the Quarkus runtime:\n    - lorisgate.host\n    - lorisgate.port\n\n## Contributing\n\nContributions are welcome!\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/YourFeature`)\n3. Commit your changes\n4. Push to your fork\n5. Open a Pull Request\n\n## License\n\nLicensed under the Apache License, Version 2.0.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florislab%2Florisgate-quarkus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florislab%2Florisgate-quarkus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florislab%2Florisgate-quarkus/lists"}