{"id":20474188,"url":"https://github.com/marschall/jfr-ejb","last_synced_at":"2026-06-11T09:31:06.580Z","repository":{"id":57721288,"uuid":"189243626","full_name":"marschall/jfr-ejb","owner":"marschall","description":"an EJB interceptor that generates JFR events","archived":false,"fork":false,"pushed_at":"2023-10-25T18:17:00.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-22T14:52:24.394Z","etag":null,"topics":["ejb","java","java-flight-recorder"],"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/marschall.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":"2019-05-29T14:38:47.000Z","updated_at":"2023-05-23T10:51:17.000Z","dependencies_parsed_at":"2022-09-26T21:41:28.622Z","dependency_job_id":"40504872-19e6-492d-859d-1c4916459789","html_url":"https://github.com/marschall/jfr-ejb","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/marschall/jfr-ejb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-ejb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-ejb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-ejb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-ejb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marschall","download_url":"https://codeload.github.com/marschall/jfr-ejb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marschall%2Fjfr-ejb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34192870,"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-11T02:00:06.485Z","response_time":57,"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":["ejb","java","java-flight-recorder"],"created_at":"2024-11-15T14:28:32.450Z","updated_at":"2026-06-11T09:31:06.558Z","avatar_url":"https://github.com/marschall.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JFR EJB [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/jfr-ejb/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.marschall/jfr-ejb) [![Javadocs](https://www.javadoc.io/badge/com.github.marschall/jfr-ejb.svg)](https://www.javadoc.io/doc/com.github.marschall/jfr-ejb)\n=======\n\nAn EJB interceptor that generates JFR events.\n\nContains only one class `com.github.marschall.jfr.ejb.JfrInterceptor` which only records the class and method name of the EJB.\n\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.marschall\u003c/groupId\u003e\n  \u003cartifactId\u003ejfr-ejb\u003c/artifactId\u003e\n  \u003cversion\u003e2.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nVersions 2.x are for the `jakarta.*` namespace, versions 1.x are for the `javax.*` namespace.\n\nUsage\n-----\n\n```java\nimport jakarta.interceptor.Interceptors;\n\nimport com.github.marschall.jfr.ejb.JfrInterceptor;\n\n@Interceptors(JfrInterceptor.class)\npublic class SampleEjb {\n\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarschall%2Fjfr-ejb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarschall%2Fjfr-ejb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarschall%2Fjfr-ejb/lists"}