Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 5 hours ago
JSON representation

Core library providing a convenience wrapper and headless stubs for managing JFR with JDK Mission Control API

Awesome Lists containing this project

README

        

# Cryostat-Core

![Build Status](https://github.com/cryostatio/cryostat-core/actions/workflows/ci.yaml/badge.svg)

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.