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.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.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.maven.ArtifactCoords
    io.quarkus.maven.ArtifactKey
  • Deprecated Fields
    Field
    Description
    io.quarkus.bootstrap.BootstrapConstants.EXTENSION_PROPS_JSON_FILE_NAME
  • 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.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–2024. All rights reserved.