ckronberger
  • Joined on 2024-12-10

io.quarkus:quarkus-class-change-agent (999-SNAPSHOT)

Published 2026-02-02 21:53:19 +00:00 by ckronberger

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>io.quarkus</groupId>
	<artifactId>quarkus-class-change-agent</artifactId>
	<version>999-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=io.quarkus:quarkus-class-change-agent:999-SNAPSHOT

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.