{"id":21444127,"url":"https://github.com/relvaner/actor4j-core","last_synced_at":"2025-04-09T10:06:16.328Z","repository":{"id":22688322,"uuid":"43690032","full_name":"relvaner/actor4j-core","owner":"relvaner","description":"Actor4j is a multi-runtime actor-oriented Java framework.","archived":false,"fork":false,"pushed_at":"2025-03-17T21:47:58.000Z","size":8926,"stargazers_count":72,"open_issues_count":1,"forks_count":14,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-02T09:07:32.066Z","etag":null,"topics":["actor","actor-model","actor4j","actors","graalvm","java","java-21","message-passing","microservices","multi-runtime","native","parallelization","reactive-system","virtual-threads"],"latest_commit_sha":null,"homepage":"http://actor4j.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/relvaner.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}},"created_at":"2015-10-05T14:39:31.000Z","updated_at":"2025-03-22T09:22:40.000Z","dependencies_parsed_at":"2023-12-06T22:27:11.014Z","dependency_job_id":"fc253698-cf76-4729-817b-04cf060d58d2","html_url":"https://github.com/relvaner/actor4j-core","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relvaner%2Factor4j-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relvaner%2Factor4j-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relvaner%2Factor4j-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/relvaner%2Factor4j-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/relvaner","download_url":"https://codeload.github.com/relvaner/actor4j-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018060,"owners_count":21034048,"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":["actor","actor-model","actor4j","actors","graalvm","java","java-21","message-passing","microservices","multi-runtime","native","parallelization","reactive-system","virtual-threads"],"created_at":"2024-11-23T02:16:13.020Z","updated_at":"2025-04-09T10:06:16.297Z","avatar_url":"https://github.com/relvaner.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/relvaner/actor4j-core.svg?branch=master)](https://travis-ci.org/relvaner/actor4j-core)\n[![Coverage Status](https://coveralls.io/repos/github/relvaner/actor4j-core/badge.svg?branch=master)](https://coveralls.io/github/relvaner/actor4j-core?branch=master)\n\n## Actor4j - Core ##\n\nFor more information on `Actor4j`, see the following more complete [documentation](https://actor4j.io/documentation/) on `actor4j.io`.\n\n## Status of Development ##\n\nMost of the `Actor4j - Core` library (`v2.1.x`) has no external dependencies (except runtime-extended) and is also compilable as a native image with GraalVM. The minimum requirement is currently Java 17. In the long term, the library is targeting Java 21 (September 2023). Within the branch `java-8`, you find an older Java 8 version. `ActorMessage` is encapsulated as a Java `Record`. The `Actor4j - Core` library is now separated into `sdk` and `runtime` to provide more runtimes in the future. A [specification](https://github.com/relvaner/actor4j-spec) exists for the core part of Actor4j.\n\n## Installation ##\n\nI am working on a new version, `2.x` for `Actor4j`. In the future, the new version and other libraries will be available as a Maven dependency. The entire documentation is more related to the new version `2.1.x`.\n\nCurrently, you can add the following Maven dependency to your `pom.xml` file (not recomended):\n\n```xml\n\u003cdependency\u003e\n\t\u003cgroupId\u003eio.actor4j\u003c/groupId\u003e\n\t\u003cartifactId\u003eactor4j-core\u003c/artifactId\u003e\n\t\u003cversion\u003e1.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nor a SNAPSHOT (`v2.1.0`) with JitPack.io\n\n```xml\n\u003crepositories\u003e\n\t\u003crepository\u003e\n\t\t\u003cid\u003ejitpack.io\u003c/id\u003e\n\t\t\u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003eio.actor4j\u003c/groupId\u003e\n\t\t\u003cartifactId\u003eactor4j-core\u003c/artifactId\u003e\n\t\t\u003cversion\u003emaster-SNAPSHOT\u003c/version\u003e\n\t\u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\nLast updated: January 30, 2023","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelvaner%2Factor4j-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelvaner%2Factor4j-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelvaner%2Factor4j-core/lists"}