{"id":13542892,"url":"https://github.com/temporalio/sdk-java","last_synced_at":"2025-04-02T12:30:45.781Z","repository":{"id":36990835,"uuid":"215840316","full_name":"temporalio/sdk-java","owner":"temporalio","description":"Temporal Java SDK","archived":false,"fork":false,"pushed_at":"2024-08-02T16:36:28.000Z","size":10164,"stargazers_count":202,"open_issues_count":308,"forks_count":136,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-08-02T22:14:09.711Z","etag":null,"topics":["framework","java","java-sdk","microservices","open-source","orchestration","workflow-automation","workflow-engine","workflow-tool"],"latest_commit_sha":null,"homepage":"https://temporal.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/temporalio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-17T16:42:32.000Z","updated_at":"2024-08-02T22:14:33.039Z","dependencies_parsed_at":"2023-12-19T04:58:28.559Z","dependency_job_id":"926926a5-1cef-456b-bfe0-3c09051dddae","html_url":"https://github.com/temporalio/sdk-java","commit_stats":{"total_commits":1069,"total_committers":81,"mean_commits":"13.197530864197532","dds":0.7305893358278766,"last_synced_commit":"cf25ef74fd8c3daf7cb514cb5507456c3086493f"},"previous_names":["temporalio/temporal-java-sdk","temporalio/java-sdk"],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fsdk-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fsdk-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fsdk-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fsdk-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/temporalio","download_url":"https://codeload.github.com/temporalio/sdk-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246815273,"owners_count":20838413,"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":["framework","java","java-sdk","microservices","open-source","orchestration","workflow-automation","workflow-engine","workflow-tool"],"created_at":"2024-08-01T11:00:19.398Z","updated_at":"2025-04-02T12:30:40.750Z","avatar_url":"https://github.com/temporalio.png","language":"Java","readme":"# Temporal Java SDK  [![Build status](https://github.com/temporalio/sdk-java/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/temporalio/sdk-java/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/temporalio/sdk-java/badge.svg?branch=master)](https://coveralls.io/github/temporalio/sdk-java?branch=master)\n\n[Temporal](https://github.com/temporalio/temporal) is a Workflow-as-Code platform for building and operating\nresilient applications using developer-friendly primitives, instead of constantly fighting your infrastructure.\n\nThe Java SDK is the framework for authoring Workflows and Activities in Java. (For other languages, see [Temporal SDKs](https://docs.temporal.io/application-development).)\n\nJava SDK:\n\n- [Java SDK documentation](https://docs.temporal.io/docs/java/introduction)\n- [Javadoc API reference](https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/index.html)\n- [Sample applications](https://github.com/temporalio/samples-java#samples-directory)\n\nTemporal:\n\n- [Temporal docs](https://docs.temporal.io/)\n- [Install Temporal Server](https://docs.temporal.io/docs/server/quick-install)\n- [Temporal CLI](https://docs.temporal.io/docs/devtools/tctl/)\n\n## Supported Java runtimes\n\n- Java 1.8+\n- [GraalVM native-image](docs/AOT-native-image.md)\n\n## Build configuration\n\n[Find the latest release](https://search.maven.org/artifact/io.temporal/temporal-sdk) of the Temporal Java SDK at maven central.\n\nAdd *temporal-sdk* as a dependency to your *pom.xml*:\n\n    \u003cdependency\u003e\n      \u003cgroupId\u003eio.temporal\u003c/groupId\u003e\n      \u003cartifactId\u003etemporal-sdk\u003c/artifactId\u003e\n      \u003cversion\u003eN.N.N\u003c/version\u003e\n    \u003c/dependency\u003e\n\nor to *build.gradle*:\n\n    compile group: 'io.temporal', name: 'temporal-sdk', version: 'N.N.N'\n\n## Contributing\n\nWe'd love your help in improving the Temporal Java SDK. Please review our [contribution guidelines](CONTRIBUTING.md).\n\n## Snapshot release\n\nWe also publish snapshot releases during SDK development often under the version `1.x.0-SNAPSHOT`. This allows users to test out new SDK features before an official SDK release.\n\n[Snapshot releases](https://oss.sonatype.org/content/repositories/snapshots/io/temporal/temporal-sdk/) Find the latest snapsphot release.\n\nTo add Sonatype snapshot repository to your *pom.xml*:\n\n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003cid\u003eoss-sonatype\u003c/id\u003e\n            \u003cname\u003eoss-sonatype\u003c/name\u003e\n            \u003curl\u003ehttps://oss.sonatype.org/content/repositories/snapshots/\u003c/url\u003e\n            \u003csnapshots\u003e\n                \u003cenabled\u003etrue\u003c/enabled\u003e\n            \u003c/snapshots\u003e\n        \u003c/repository\u003e\n    \u003c/repositories\u003e\n\nOr to *build.gradle*:\n\n    repositories {\n        maven {\n            url \"https://oss.sonatype.org/content/repositories/snapshots/\"\n        }\n      ...\n    }\n\nNote: Snapshot releases are not official release and normal backwards compatibility, stability or support\ndoes not apply\n\n## License\n\nCopyright (C) 2022 Temporal Technologies, Inc. All Rights Reserved.\n\nCopyright (C) 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n\nModifications copyright (C) 2017 Uber Technologies, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this material except in compliance with the License.\nYou may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","funding_links":[],"categories":["Java"],"sub_categories":["Videos"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fsdk-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftemporalio%2Fsdk-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fsdk-java/lists"}