{"id":37016541,"url":"https://github.com/traceroot-ai/traceroot-sdk-java","last_synced_at":"2026-01-14T01:52:43.428Z","repository":{"id":316669203,"uuid":"1060483353","full_name":"traceroot-ai/traceroot-sdk-java","owner":"traceroot-ai","description":"Java SDK for TraceRoot","archived":false,"fork":false,"pushed_at":"2025-10-30T21:50:53.000Z","size":207,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-30T23:36:55.246Z","etag":null,"topics":["agent","ai","java","logging","observability","tracing"],"latest_commit_sha":null,"homepage":"https://docs.traceroot.ai/","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/traceroot-ai.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":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-20T02:11:57.000Z","updated_at":"2025-10-30T21:50:54.000Z","dependencies_parsed_at":"2025-10-30T23:36:40.945Z","dependency_job_id":null,"html_url":"https://github.com/traceroot-ai/traceroot-sdk-java","commit_stats":null,"previous_names":["traceroot-ai/traceroot-sdk-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/traceroot-ai/traceroot-sdk-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traceroot-ai%2Ftraceroot-sdk-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traceroot-ai%2Ftraceroot-sdk-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traceroot-ai%2Ftraceroot-sdk-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traceroot-ai%2Ftraceroot-sdk-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/traceroot-ai","download_url":"https://codeload.github.com/traceroot-ai/traceroot-sdk-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traceroot-ai%2Ftraceroot-sdk-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["agent","ai","java","logging","observability","tracing"],"created_at":"2026-01-14T01:52:42.651Z","updated_at":"2026-01-14T01:52:43.424Z","avatar_url":"https://github.com/traceroot-ai.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TraceRoot Java SDK\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://traceroot.ai/\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/traceroot-ai/traceroot/main/misc/images/traceroot_logo.png\" alt=\"TraceRoot Logo\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Testing Status][testing-image]][testing-url]\n[![Documentation][docs-image]][docs-url]\n[![TraceRoot.AI Website](https://raw.githubusercontent.com/traceroot-ai/traceroot/refs/heads/main/misc/images/custom-website-badge.svg)][company-website-url]\n[![Maven Central][maven-image]][maven-url]\n\n\u003c/div\u003e\n\nPlease see the [Java SDK Docs](https://docs.traceroot.ai/sdk/java) for details.\n\n## Spring Boot Example\n\nIn the root directory, run:\n\n```bash\nmvn clean install -Dgpg.skip=true\nexport TRACEROOT_TOKEN=your_token\nexport TRACEROOT_ROOT_PATH=your_absolute_path_to_git_repo\n# Optional: aws (default) or tencent\nexport TRACEROOT_PROVIDER=aws\ncd examples/spring-boot-example\nmvn spring-boot:run\n```\n\nthen\n\n```bash\n# List tasks\ncurl http://localhost:8080/api/tasks\n\n# Create task\ncurl -X POST http://localhost:8080/api/tasks \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"title\":\"read Spring docs\"}'\n\n# Toggle task\ncurl -X PUT http://localhost:8080/api/tasks/1/toggle\n\n# Delete task\ncurl -X DELETE http://localhost:8080/api/tasks/1\n```\n\n## Contact Us\n\nPlease reach out to founders@traceroot.ai if you have any questions.\n\n[company-website-url]: https://traceroot.ai\n[docs-image]: https://img.shields.io/badge/docs-traceroot.ai-0dbf43\n[docs-url]: https://docs.traceroot.ai\n[maven-image]: https://img.shields.io/maven-central/v/ai.traceroot/traceroot-sdk-java?color=f89820\n[maven-url]: http://central.sonatype.com/artifact/ai.traceroot/traceroot-sdk-java\n[testing-image]: https://github.com/traceroot-ai/traceroot-sdk-java/actions/workflows/test.yml/badge.svg\n[testing-url]: https://github.com/traceroot-ai/traceroot-sdk-java/actions/workflows/test.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraceroot-ai%2Ftraceroot-sdk-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraceroot-ai%2Ftraceroot-sdk-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraceroot-ai%2Ftraceroot-sdk-java/lists"}