{"id":22690152,"url":"https://github.com/sourceplusplus/probe-jvm","last_synced_at":"2026-03-12T06:02:26.809Z","repository":{"id":37827483,"uuid":"421243490","full_name":"sourceplusplus/probe-jvm","owner":"sourceplusplus","description":"Continuous feedback probe for JVM applications","archived":false,"fork":false,"pushed_at":"2026-02-28T01:07:55.000Z","size":20996,"stargazers_count":1,"open_issues_count":10,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-28T06:56:39.046Z","etag":null,"topics":["jvm"],"latest_commit_sha":null,"homepage":"https://sourceplus.plus","language":"Kotlin","has_issues":false,"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/sourceplusplus.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-26T01:47:11.000Z","updated_at":"2023-01-31T19:14:43.000Z","dependencies_parsed_at":"2023-12-04T10:25:13.253Z","dependency_job_id":"8b8845b3-ddde-4f41-b524-344048dace14","html_url":"https://github.com/sourceplusplus/probe-jvm","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/sourceplusplus/probe-jvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceplusplus%2Fprobe-jvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceplusplus%2Fprobe-jvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceplusplus%2Fprobe-jvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceplusplus%2Fprobe-jvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourceplusplus","download_url":"https://codeload.github.com/sourceplusplus/probe-jvm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourceplusplus%2Fprobe-jvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30416737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T04:41:02.746Z","status":"ssl_error","status_checked_at":"2026-03-12T04:40:12.571Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["jvm"],"created_at":"2024-12-10T00:27:14.004Z","updated_at":"2026-03-12T06:02:26.794Z","avatar_url":"https://github.com/sourceplusplus.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![](https://github.com/sourceplusplus/sourceplusplus/blob/master/.github/media/sourcepp_logo.svg)\n\n[![License](https://camo.githubusercontent.com/93398bf31ebbfa60f726c4f6a0910291b8156be0708f3160bad60d0d0e1a4c3f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f736f75726365706c7573706c75732f6c6976652d706c6174666f726d)](LICENSE)\n![GitHub release](https://img.shields.io/github/v/release/sourceplusplus/probe-jvm?include_prereleases)\n[![Build](https://github.com/sourceplusplus/probe-jvm/actions/workflows/build.yml/badge.svg)](https://github.com/sourceplusplus/probe-jvm/actions/workflows/build.yml)\n\n# What is this?\n\nThis project provides JVM support to the [Source++](https://github.com/sourceplusplus/sourceplusplus) open-source live coding platform.\n\n# How to use?\n\n## Gradle Plugin\n\n1. Configure the [Gradle Application Plugin](https://docs.gradle.org/current/userguide/application_plugin.html)\n1. Add the following to the `build.gradle` file:\n   ```groovy\n   plugins {\n       id(\"com.ryandens.javaagent-application\") version \"0.3.2\"\n   }\n   repositories {\n       maven { url \"https://pkg.sourceplus.plus/sourceplusplus/probe-jvm\" }\n   }\n   dependencies {\n       javaagent(\"plus.sourceplus.probe:probe-jvm:0.7.7.1\")\n   }\n   ```\n\n## Standalone Agent\n\n1. Add `spp-probe-*.jar` and `spp-probe.yml` to the same directory\n    - E.g. [spp-probe-0.7.7.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.7.7.1/spp-probe-0.7.7.1.jar) \u0026 [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)\n1. Boot application with `-javaagent:spp-probe-*.jar` parameter\n    - E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.7.7.1.jar -jar MyApp.jar`\n\n## Apache SkyWalking Plugin\n\n1. Add `spp-probe-*.jar` and `spp-skywalking-services-*.jar` to `skywalking-agent/plugins` directory\n    - E.g. [spp-probe-0.7.7.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.7.7.1/spp-probe-0.7.7.1.jar) \u0026 [spp-skywalking-services-0.7.7.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.7.7.1/spp-skywalking-services-0.7.7.1.jar)\n1. Add `spp-probe.yml` to `skywalking-agent/config` directory\n    - E.g. [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)\n1. Reboot Apache SkyWalking agent\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourceplusplus%2Fprobe-jvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourceplusplus%2Fprobe-jvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourceplusplus%2Fprobe-jvm/lists"}