{"id":26128225,"url":"https://github.com/osiegmar/sentry-jpms","last_synced_at":"2026-06-08T07:34:40.861Z","repository":{"id":265610868,"uuid":"823301207","full_name":"osiegmar/sentry-jpms","owner":"osiegmar","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-02T19:49:57.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-19T15:58:18.496Z","etag":null,"topics":[],"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/osiegmar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-02T19:13:39.000Z","updated_at":"2024-07-02T19:50:01.000Z","dependencies_parsed_at":"2024-12-01T07:32:08.985Z","dependency_job_id":null,"html_url":"https://github.com/osiegmar/sentry-jpms","commit_stats":null,"previous_names":["osiegmar/sentry-jpms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osiegmar/sentry-jpms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osiegmar%2Fsentry-jpms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osiegmar%2Fsentry-jpms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osiegmar%2Fsentry-jpms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osiegmar%2Fsentry-jpms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osiegmar","download_url":"https://codeload.github.com/osiegmar/sentry-jpms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osiegmar%2Fsentry-jpms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34053435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-03-10T18:52:14.652Z","updated_at":"2026-06-08T07:34:40.856Z","avatar_url":"https://github.com/osiegmar.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sentry Missing JPMS capability example\n\nThis example demonstrates the missing JPMS capability of Sentry SDK.\n\n## How to reproduce\n\n```shell\n./gradlew build\n```\n\nThe build will fail with the following error:\n\n```\n\u003e Task :app:compileJava FAILED\n/Users/..../sentry-jpms/app/src/main/java/module-info.java:5: error: module not found: sentry\n    requires sentry;\n             ^\n1 error\n\nFAILURE: Build failed with an exception.\n```\n\nThe issue is already filed at https://github.com/getsentry/sentry-java/issues/945\n\n## Expected behavior\n\nThe build should succeed.\n\n## Rationale\n\nThe Sentry SDK JAR file misses either the `module-info.class` file or an `Automatic-Module-Name` entry in the `MANIFEST.MF` file. This is the bare minimum to make a JAR file a JPMS capable module.\n\n## Workaround\n\nA workaround would be to remove the `module-info.java` file from this project. This will make the project compile and run successfully. However, this sacrifices the use of JPMS in the project all together.\n\n## Further reading\n\n- https://openjdk.org/projects/jigsaw/spec/\n- https://en.wikipedia.org/wiki/Java_Platform_Module_System\n- https://www.baeldung.com/java-modularity\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiegmar%2Fsentry-jpms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosiegmar%2Fsentry-jpms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiegmar%2Fsentry-jpms/lists"}