ckronberger
  • Joined on 2024-12-10

io.quarkus:quarkus-class-change-agent (9.9.9-ckronberger)

Published 2026-02-03 19:51:32 +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>9.9.9-ckronberger</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=io.quarkus:quarkus-class-change-agent:9.9.9-ckronberger

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.
Details
Maven
2026-02-03 19:51:32 +00:00
1
Quarkus - Core - Class Change Agent
101 KiB
Assets (4)
Versions (2) View all
9.9.9-ckronberger 2026-02-03
999-SNAPSHOT 2026-02-02