Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    io.quarkus.bootstrap.model.AppArtifact
    in favor of ResolvedDependency and Dependency.
    io.quarkus.bootstrap.model.AppArtifactCoords
    in favor of ArtifactCoords
    io.quarkus.bootstrap.model.AppArtifactKey
    in favor of ArtifactKey
    io.quarkus.bootstrap.model.AppDependency
    in favor of ResolvedDependency
    io.quarkus.bootstrap.model.CapabilityContract(String, Collection<String>)
    in favor of CapabilityContract(String, Collection, Collection)
    io.quarkus.bootstrap.model.CapabilityContract.providesCapabilities(String, String)
    in favor of CapabilityContract.of(String, String, String)
    io.quarkus.bootstrap.util.IoUtils.readFile(Path)
    Use Files.readString(Path, Charset) instead.
    io.quarkus.maven.ArtifactCoords
    io.quarkus.maven.ArtifactKey
    io.quarkus.maven.dependency.ArtifactDependency.of(String, String, String)
    io.quarkus.maven.dependency.ArtifactKey.gac(String, String, String)
    Creates an artifact key that consists of groupId:artifactId:classifer and a null type.
    io.quarkus.maven.dependency.ArtifactKey.gact(String, String, String, String)
    in favor of ArtifactKey.of(String, String, String, String) Creates an artifact key for a given groupId:artifactId:classifier:type
  • Deprecated Classes
    Class
    Description
    io.quarkus.bootstrap.model.AppArtifact
    in favor of ResolvedDependency and Dependency.
    io.quarkus.bootstrap.model.AppArtifactCoords
    in favor of ArtifactCoords
    io.quarkus.bootstrap.model.AppArtifactKey
    in favor of ArtifactKey
    io.quarkus.bootstrap.model.AppDependency
    in favor of ResolvedDependency
    io.quarkus.maven.ArtifactCoords
    io.quarkus.maven.ArtifactKey
  • Deprecated Fields
    Field
    Description
    io.quarkus.bootstrap.BootstrapDebug.DEBUG_CLASSES_DIR
    Use BootstrapDebug.debugClassesDir() instead for more flexibility when testing.
    io.quarkus.bootstrap.BootstrapDebug.DEBUG_SOURCES_DIR
    Use BootstrapDebug.debugSourcesDir() instead for more flexibility when testing.
    io.quarkus.bootstrap.BootstrapDebug.DEBUG_TRANSFORMED_CLASSES_DIR
    Use BootstrapDebug.transformedClassesDir() instead for more flexibility when testing.
  • Deprecated Methods
    Method
    Description
    io.quarkus.bootstrap.model.AppArtifact.getPath()
    in favor of AppArtifact.getResolvedPaths()
    io.quarkus.bootstrap.model.CapabilityContract.providesCapabilities(String, String)
    in favor of CapabilityContract.of(String, String, String)
    io.quarkus.bootstrap.util.IoUtils.readFile(Path)
    Use Files.readString(Path, Charset) instead.
    io.quarkus.maven.dependency.ArtifactDependency.of(String, String, String)
    io.quarkus.maven.dependency.ArtifactKey.gac(String, String, String)
    Creates an artifact key that consists of groupId:artifactId:classifer and a null type.
    io.quarkus.maven.dependency.ArtifactKey.gact(String, String, String, String)
    in favor of ArtifactKey.of(String, String, String, String) Creates an artifact key for a given groupId:artifactId:classifier:type
  • Deprecated Constructors
    Constructor
    Description
    io.quarkus.bootstrap.model.CapabilityContract(String, Collection<String>)
    in favor of CapabilityContract(String, Collection, Collection)

Copyright © 2020–2025. All rights reserved.