{"id":13694743,"url":"https://github.com/spring-projects/spring-statemachine","last_synced_at":"2025-05-14T22:03:20.815Z","repository":{"id":26851084,"uuid":"30310864","full_name":"spring-projects/spring-statemachine","owner":"spring-projects","description":"Spring Statemachine is a framework for application developers to use state machine concepts with Spring.","archived":false,"fork":false,"pushed_at":"2025-04-23T07:58:08.000Z","size":18679,"stargazers_count":1604,"open_issues_count":323,"forks_count":626,"subscribers_count":92,"default_branch":"main","last_synced_at":"2025-05-07T21:12:10.422Z","etag":null,"topics":["java","spring","statemachine"],"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/spring-projects.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.adoc","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-02-04T17:15:36.000Z","updated_at":"2025-05-07T13:15:42.000Z","dependencies_parsed_at":"2023-02-14T07:46:03.178Z","dependency_job_id":"3fe02652-9a39-42d2-adea-0d84ebaf15a4","html_url":"https://github.com/spring-projects/spring-statemachine","commit_stats":{"total_commits":952,"total_committers":46,"mean_commits":"20.695652173913043","dds":0.08193277310924374,"last_synced_commit":"26ef2bcdc99ad6351bffe6fd70fc46b54dddd5fa"},"previous_names":[],"tags_count":84,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-statemachine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-statemachine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-statemachine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spring-projects%2Fspring-statemachine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spring-projects","download_url":"https://codeload.github.com/spring-projects/spring-statemachine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235686,"owners_count":22036962,"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":["java","spring","statemachine"],"created_at":"2024-08-02T17:01:39.763Z","updated_at":"2025-05-14T22:03:20.762Z","avatar_url":"https://github.com/spring-projects.png","language":"Java","readme":"= Spring Statemachine\n\nimage:https://github.com/spring-projects/spring-statemachine/workflows/CI/badge.svg[link=\"https://github.com/spring-projects/spring-statemachine/actions\"] (GitHub default) image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle\u0026labelColor=02303A[\"Revved up by Gradle Enterprise\", link=\"https://ge.spring.io/scans?\u0026search.rootProjectNames=spring-statemachine\"]\n\nThe Spring Statemachine project aims to provide a common infrastructure\nto work with state machine concepts in Spring applications.\n\nIt is advised to check the actual state of this project by referring to\nthe latest releases found on\nhttps://projects.spring.io/spring-statemachine/[Spring\nStatemachine Project Page].\nThe git repo default branch may be relatively unstable when new features are\nadded into the source code.\n\n== Code of Conduct\nThis project adheres to the Contributor Covenant\nlink:CODE_OF_CONDUCT.adoc[code of conduct].\nBy participating, you  are expected to uphold this code. Please report\nunacceptable behavior to spring-code-of-conduct@pivotal.io.\n\n== Downloading Artifacts\nSee\nhttps://github.com/spring-projects/spring-framework/wiki/Downloading-Spring-artifacts[downloading\nSpring artifacts] for Maven repository information.\n\n== Documentation\nhttps://projects.spring.io/spring-statemachine/[The Spring\nStatemachine Project Page] contains links to currently available\nJavaDoc and Reference Documentation for particular releases and\nversions.\n\n== Samples\nSamples can be found under `spring-statemachine-samples`. Check\nthe reference documentation more about what those do.\n\n== Building from Source\nSpring Statemachine uses a https://gradle.org[Gradle]-based build\nsystem.\nIn the instructions below, https://vimeo.com/34436402[`./gradlew`] is\ninvoked from the root of the source tree and serves as\na cross-platform, self-contained bootstrap mechanism for the build.\n\n=== Prerequisites\nhttps://help.github.com/set-up-git-redirect[Git] and the\nhttps://www.oracle.com/technetwork/java/javase/downloads[JDK8 build].\n\nBe sure that your `JAVA_HOME` environment variable points to the\n`jdk` folder extracted from the JDK download. While build requires\n`JDK8`, created artifacts are `JDK7` compatible.\n\n=== Check out sources\n[indent=0]\n----\ngit clone git@github.com:spring-projects/spring-statemachine.git\n----\n\n=== Install all spring-\\* jars into your local Maven cache\n[indent=0]\n----\n./gradlew install\n----\n\n=== Compile and test; build all jars, distribution zips, and docs\n[indent=0]\n----\n./gradlew build\n----\n\nDiscover more commands with `./gradlew tasks`.\nSee also the\nhttps://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle\nbuild and release FAQ].\n\n== Contributing\nhttps://help.github.com/send-pull-requests[Pull requests] are welcome;\nsee the\nhttps://github.com/spring-projects/spring-statemachine/blob/master/CONTRIBUTING.md[contributor\nguidelines] for details.\n\nIf you want to contribute, search github tickets marked with `help\nwanted` or come up with your own ticket but please first open a ticket\nto discuss in order to avoid duplicate work on a topic or issue. Nobody\nwants to see the same work done twice!\n\n== License\nSpring Statemachine is Open Source software released under the\nhttps://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].\n\n","funding_links":[],"categories":["Libraries","Java"],"sub_categories":["Java"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-statemachine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspring-projects%2Fspring-statemachine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspring-projects%2Fspring-statemachine/lists"}