{"id":28680730,"url":"https://github.com/SpineEventEngine/core-java","last_synced_at":"2025-06-14T02:03:48.024Z","repository":{"id":34385168,"uuid":"38311906","full_name":"SpineEventEngine/core-java","owner":"SpineEventEngine","description":"The Java implementation of the framework core","archived":false,"fork":false,"pushed_at":"2025-05-16T18:48:35.000Z","size":187981,"stargazers_count":37,"open_issues_count":99,"forks_count":12,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-16T19:45:00.688Z","etag":null,"topics":["ddd-cqrs-framework","event-sourcing","java"],"latest_commit_sha":null,"homepage":"https://spine.io","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/SpineEventEngine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-06-30T13:50:58.000Z","updated_at":"2025-05-08T16:43:23.000Z","dependencies_parsed_at":"2023-02-18T08:46:01.873Z","dependency_job_id":"8d855189-bd15-4685-8ba4-0b859ad4d121","html_url":"https://github.com/SpineEventEngine/core-java","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/SpineEventEngine/core-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpineEventEngine%2Fcore-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpineEventEngine%2Fcore-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpineEventEngine%2Fcore-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpineEventEngine%2Fcore-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpineEventEngine","download_url":"https://codeload.github.com/SpineEventEngine/core-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpineEventEngine%2Fcore-java/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259747197,"owners_count":22905308,"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":["ddd-cqrs-framework","event-sourcing","java"],"created_at":"2025-06-14T02:01:11.842Z","updated_at":"2025-06-14T02:03:48.014Z","avatar_url":"https://github.com/SpineEventEngine.png","language":"Java","funding_links":[],"categories":["开发框架"],"sub_categories":[],"readme":"# Welcome to Spine Event Engine\n\n[![Ubuntu build][ubuntu-build-badge]][gh-actions]\n[![codecov.io](https://codecov.io/github/SpineEventEngine/core-java/coverage.svg?branch=master)](https://codecov.io/github/SpineEventEngine/core-java?branch=master) \u0026nbsp;\n[![license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)\n\n[gh-actions]: https://github.com/SpineEventEngine/core-java/actions\n[ubuntu-build-badge]: https://github.com/SpineEventEngine/core-java/actions/workflows/build-on-ubuntu.yml/badge.svg\n\n[Spine Event Engine][spine-site] is a Java framework for building Event Sourcing and CQRS\napplications that are accessed by clients built with JavaScript, Java Nano (Android), Dart, and Java.\n\n## Releases\n\nThe project is under active ongoing development. \nYou are welcome to experiment and [provide your feedback][email-developers].\n\nThe latest stable version is [1.9.0][latest-release].\n\n## Contents\n\nThis repository contains the code of:\n - core types;\n - client API;\n - server API;\n - testing utilities for the client- and server-side code.\n  \n\n## Quick start and examples\n\nPlease see the [“Quick Start” guide][quick-start] which goes through a Hello World project showing\nhow to create a Spine-based project.\n \nMore introductory application examples are available from\nthe [Spine Examples][spine-examples] GitHub organization.\n\n## Building from sources\n\nStarting version `2.0.0-SNAPSHOT.210` building Spine modules requires JDK 17.\nVersions of the v1.x family could be built with JDK 8.\n\nGradle is used as a build and dependency management system.\n\nThis repository uses [configuration files][config] shared across several Spine libs. They are\nplugged in as a Git submodule. Please use the following command to initialize it:\n\n```sh\ngit submodule update --init --recursive\n```  \n\nAlso, a `pull` script is located in the root of `core-java` repository. Use it to update to the \nlatest version of the configuration files.\n\n## Important warnings\n* The code annotated with `@Internal` are not parts of public API of the framework. \n  Therefore, such API should not be used from the outside of the framework.\n\n* The public API marked as `@Experimental` may be used at own risk; it can change at any time, \n  and has no guarantee of API stability or backward-compatibility.\n\n* The API annotated with `@SPI` is for those who intend to extend the framework, \n  or provide custom storage implementations. \n\nIf you need to use API with one of these annotations, please [contact us][email-developers].\n\n[email-developers]: mailto:developers@spine.io\n[latest-release]: https://github.com/SpineEventEngine/core-java/releases/tag/v1.9.0\n[spine-site]: https://spine.io/\n[quick-start]: https://spine.io/docs/quick-start\n[spine-examples]: https://github.com/spine-examples\n[todo-list]: https://github.com/spine-examples/todo-list\n[v2]: https://github.com/orgs/SpineEventEngine/projects/13\n[config]: https://github.com/SpineEventEngine/config/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSpineEventEngine%2Fcore-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSpineEventEngine%2Fcore-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSpineEventEngine%2Fcore-java/lists"}