https://github.com/cryostatio/cryostat-core
Core library providing a convenience wrapper and headless stubs for managing JFR with JDK Mission Control API
https://github.com/cryostatio/cryostat-core
cryostat flightrecorder hacktoberfest hacktoberfest2021 java jdk jfr jmx mission-control missioncontrol
Last synced: about 1 year ago
JSON representation
Core library providing a convenience wrapper and headless stubs for managing JFR with JDK Mission Control API
- Host: GitHub
- URL: https://github.com/cryostatio/cryostat-core
- Owner: cryostatio
- License: other
- Created: 2019-07-19T16:49:46.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T05:57:22.000Z (about 1 year ago)
- Last Synced: 2025-04-04T01:07:16.720Z (about 1 year ago)
- Topics: cryostat, flightrecorder, hacktoberfest, hacktoberfest2021, java, jdk, jfr, jmx, mission-control, missioncontrol
- Language: Java
- Homepage: https://cryostat.io/
- Size: 1.95 MB
- Stars: 8
- Watchers: 5
- Forks: 21
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Cryostat-Core

Core library providing a convenience wrapper and headless stubs for managing
JFR with JDK Mission Control API
## Requirements
Build:
- Maven
- JDK17+
## Build
`./mvnw install` to compile this core library and publish the artifacts to the
local Maven repository for consumption by other projects.
Consumers of this artifact may also pull it anonymously from Maven Central.