| Class and Description |
|---|
| io.quarkus.deployment.builditem.DeploymentClassLoaderBuildItem |
| io.quarkus.deployment.QuarkusConfig
Do not use this class anymore, instead try
ConfigProvider.getConfig.getValue() instead. |
| Field and Description |
|---|
| io.quarkus.deployment.JniProcessor.JniConfig.enable
JNI is always enabled starting from GraalVM 19.3.1.
|
| io.quarkus.deployment.pkg.NativeConfig.enableJni
JNI is always enabled starting from GraalVM 19.3.1.
|
| Method and Description |
|---|
| io.quarkus.deployment.ApplicationArchive.getArchiveLocation()
in favor of
ApplicationArchive.getPaths() |
| io.quarkus.deployment.ApplicationArchiveImpl.getArchiveLocation() |
| io.quarkus.deployment.builditem.ArchiveRootBuildItem.getArchiveLocation()
in favor of
ArchiveRootBuildItem.getPaths() |
| io.quarkus.deployment.ApplicationArchive.getArchiveRoot()
in favor of
ApplicationArchive.getRootDirs() |
| io.quarkus.deployment.ApplicationArchiveImpl.getArchiveRoot() |
| io.quarkus.deployment.builditem.ArchiveRootBuildItem.getArchiveRoot()
in favor of
ArchiveRootBuildItem.getRootDirs() |
| io.quarkus.deployment.ApplicationArchive.isJarArchive()
does not appear to be used anywhere and now it shouldn't be
|
| io.quarkus.deployment.ApplicationArchiveImpl.isJarArchive() |
| Constructor and Description |
|---|
| io.quarkus.deployment.builditem.ArchiveRootBuildItem(Path, Path) |
| io.quarkus.deployment.builditem.JniBuildItem()
This method was previously used to enable JNI from Quarkus extensions, but JNI is always enabled starting
from GraalVM 19.3.1.
|
| Annotation Type Element and Description |
|---|
| io.quarkus.deployment.annotations.BuildStep.applicationArchiveMarkers |
| io.quarkus.deployment.annotations.BuildStep.loadsApplicationClasses |
| io.quarkus.deployment.annotations.BuildStep.providesCapabilities |
Copyright © 2020 JBoss by Red Hat. All rights reserved.