License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-devtools-reflection-agent |
Last Version | Last Version2.3.1.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - Dev tools - Reflection Agent
A Java Agent that can detect the usage of Class.forName on classes that have not been registered for reflection.
To use this your Quarkus app must have been build with -Dquarkus.reflection.debug.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-devtools-reflection-agent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devtools-reflection-agent</artifactId>
<version>2.3.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devtools-reflection-agent/
implementation 'io.quarkus:quarkus-devtools-reflection-agent:2.3.1.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-devtools-reflection-agent/
implementation ("io.quarkus:quarkus-devtools-reflection-agent:2.3.1.Final")
'io.quarkus:quarkus-devtools-reflection-agent:jar:2.3.1.Final'
<dependency org="io.quarkus" name="quarkus-devtools-reflection-agent" rev="2.3.1.Final">
<artifact name="quarkus-devtools-reflection-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-devtools-reflection-agent', version='2.3.1.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-devtools-reflection-agent" % "2.3.1.Final"
[io.quarkus/quarkus-devtools-reflection-agent "2.3.1.Final"]