Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated FieldsFieldDescriptionUse
NessieConfigConstants.CONF_NESSIE_CLIENT_NAMEwith the valueURLConnection.Prefer using Nessie client implementation names, configured via "nessie.client-builder-name".org.projectnessie.client.NessieConfigConstants.CONF_NESSIE_OAUTH2_TOKEN_EXCHANGE_ENABLED_OLDThis setting is no longer used and will be removed in 1.0.0."basic" HTTP authentication is not considered secure. UseNessieConfigConstants.CONF_NESSIE_AUTH_TOKENinstead."basic" HTTP authentication is not considered secure. UseNessieConfigConstants.CONF_NESSIE_AUTH_TOKENinstead.
-
Deprecated MethodsMethodDescriptionUse
assignReference().asBranch()instead.UseassignReference().asTag()instead.UsedeleteReference().asBranch()instead.UsedeleteReference().asTag()instead.org.projectnessie.client.auth.oauth2.OAuth2AuthenticatorConfig.Builder.tokenExchangeEnabled(boolean) useNessieHttpClientBuilder.withClientName(String)with the nameURLConnectioninstead.UseNessieClientBuilder.fromConfig(Function)with config sources fromNessieClientConfigSources, preferablyNessieClientConfigSources.defaultConfigSources().