{"id":27968788,"url":"https://github.com/contentmunch/muncher-parent","last_synced_at":"2025-05-07T21:07:11.674Z","repository":{"id":288929231,"uuid":"969396303","full_name":"contentmunch/muncher-parent","owner":"contentmunch","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-04T16:09:24.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T21:07:08.588Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/contentmunch.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}},"created_at":"2025-04-20T03:45:28.000Z","updated_at":"2025-05-04T16:09:27.000Z","dependencies_parsed_at":"2025-04-20T14:55:05.449Z","dependency_job_id":null,"html_url":"https://github.com/contentmunch/muncher-parent","commit_stats":null,"previous_names":["contentmunch/muncher-parent"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentmunch%2Fmuncher-parent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentmunch%2Fmuncher-parent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentmunch%2Fmuncher-parent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/contentmunch%2Fmuncher-parent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/contentmunch","download_url":"https://codeload.github.com/contentmunch/muncher-parent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954412,"owners_count":21830904,"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-05-07T21:07:11.057Z","updated_at":"2025-05-07T21:07:11.652Z","avatar_url":"https://github.com/contentmunch.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# muncher-parent \n[![License: Apache-2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](./LICENSE)\n[![CI](https://github.com/contentmunch/muncher-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/contentmunch/muncher-parent/actions)\n\n\n**Muncher Parent POM** for standardizing the build, dependency management, and plugin configuration across all muncher projects.\n\n## Overview\n\nThis project defines a parent POM for the muncher ecosystem, providing:\n\n- Centralized dependency management via BOMs.\n- Shared plugin configuration (compiler, source, javadoc, GPG signing).\n- Modules support.\n- Java 21 compatibility.\n\n## Modules\n\nThis parent project currently includes:\n\n- muncher-bom\n- muncher-foundation-spring-boot-starter\n- muncher-auth-spring-boot-starter\n\n## How to Use\n\nIn your Maven project, set `muncher-parent` as the parent:\n\n```xml\n\u003cparent\u003e\n  \u003cgroupId\u003ecom.contentmunch\u003c/groupId\u003e\n  \u003cartifactId\u003emuncher-parent\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0.RELEASE\u003c/version\u003e\n\u003c/parent\u003e\n```\nThis gives your project:\n* Java 21 setup\n* Centralized dependency versions\n* Automatic source/javadoc jars\n* GPG signing support\n* Plugin configurations\n* Compatibility with Maven Central publishing (via Sonatype)\n\n## Dependency Management\n\nThe parent imports:\n* Spring Boot BOM: 3.4.4\n* OpenTelemetry BOM: 2.15.0\n* muncher-bom for internal library version alignment\n\nThese ensure all projects use compatible dependency versions out of the box.\n\n## Coding Guidelines\n\nWe follow [GitHub Flow](https://guides.github.com/introduction/flow/) for development. To maintain a high-quality, maintainable codebase, please follow these guidelines:\n\n---\n\n### Workflow Rules\n\n- Branch from `main` when starting work.\n- Open pull requests **into `main`**.\n- Ensure your code is covered by tests (unit/integration as appropriate).\n- Keep your branch up to date with `main`.\n- Follow the existing code style and structure.\n\n---\n\n### Pull Request Format\n\nYour PR description should follow this format:\n\nShort summary of the change\n\t\nKey changes (bullet points)\n\t\n* Any notes on why/how things are implemented (optional)\n\nCloses #\n\n```\nAdd support for user authentication\n• Introduced login API with JWT support\n• Added controller, service, and security config\n• Updated README\n\nCloses #42\n\n```\n\n---\n\n### Git Commit Format\n\nWe follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) style:\n\nTypes\n\n* feat: A new feature\n* fix: A bug fix\n* refactor: Internal code change without affecting behavior\n* test: Adding or improving tests\n* chore: Tooling, dependency updates, or minor infra changes\n\nNotes:\n\n* Use imperative, present tense: “add” not “added” or “adds”\n* No trailing period in subject\n* Max 100 characters for subject line\n\n---\nCI/CD and Quality\n\nThese are enforced via GitHub Actions and other automation tools.\n\n- ✅ Tests must pass before merging \n- ✅ PR should be reviewed and approved \n- ✅ No merge conflicts\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentmunch%2Fmuncher-parent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontentmunch%2Fmuncher-parent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontentmunch%2Fmuncher-parent/lists"}