-
Classes Class Description io.quarkus.deployment.builditem.DeploymentClassLoaderBuildItem io.quarkus.deployment.builditem.ManagedExecutorInitializedBuildItem This build item should not be needed anymore and will be removed at some point after Quarkus 1.7.io.quarkus.deployment.builditem.NativeImageEnableAllTimeZonesBuildItem io.quarkus.deployment.QuarkusConfig Do not use this class anymore, instead tryConfigProvider.getConfig.getValue()instead.
-
Fields Field Description io.quarkus.deployment.JniProcessor.JniConfig.enable JNI is always enabled starting from GraalVM 19.3.1.io.quarkus.deployment.pkg.NativeConfig.cleanupServer Since GraalVM 20.2.0 the native image server has become an experimental feature and is disabled by default.io.quarkus.deployment.pkg.NativeConfig.enableJni JNI is always enabled starting from GraalVM 19.3.1.io.quarkus.deployment.pkg.NativeConfig.enableServer This used to be the default prior to GraalVM 20.2.0 and this configuration item was used to disable it as it was not stable. Since GraalVM 20.2.0 the native image server has become an experimental feature.io.quarkus.deployment.pkg.PackageConfig.LEGACY use 'legacy-jar' instead
-
Constructors Constructor 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.io.quarkus.deployment.builditem.nativeimage.ReflectiveHierarchyBuildItem(Type) Use the Builder instead.io.quarkus.runner.bootstrap.AugmentActionImpl(CuratedApplication, List<Consumer<BuildChainBuilder>>)
-
Enum Constants Enum Constant Description io.quarkus.deployment.Capability.METRICS
-
Annotation Type Elements Annotation Type Element Description io.quarkus.deployment.annotations.BuildStep.applicationArchiveMarkers() io.quarkus.deployment.annotations.BuildStep.loadsApplicationClasses() io.quarkus.deployment.annotations.BuildStep.providesCapabilities()