Skip to content

io.quarkus.quarkus-class-change-agent 999-SNAPSHOT Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-class-change-agent</artifactId>
  <version>999-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

    A Java Agent that exposes the instrumentation API. This allows for super fast
    hot reloads if there have been no changes to the structure of the class files.

    This agent is not required for hot reload, it just provides an optimisation in
    some circumstances.