solrbot commented on PR #4033:
URL: https://github.com/apache/solr/pull/4033#issuecomment-3715466456
### ⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably
do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the
following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
##### File name: undefined
```
Command failed: ./gradlew updateLicenses
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further
details.
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:20:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Request;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:21:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Response;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:22:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Result;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:75:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.AuthenticationStore;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:76:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Request;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:77:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Response;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:78:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Result;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:79:
error: package org.eclipse.jetty.client.http does not exist
import org.eclipse.jetty.client.http.HttpClientTransportOverHTTP;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:80:
error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.InputStreamRequestContent;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:81:
error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.InputStreamResponseListener;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:82:
error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.MultiPartRequestContent;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:83:
error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.OutputStreamRequestContent;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:84:
error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.StringRequestContent;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:94:
error: cannot find symbol
import org.eclipse.jetty.util.HttpCookieStore;
^
symbol: class HttpCookieStore
location: package org.eclipse.jetty.util
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:21:
error: cannot find symbol
import org.eclipse.jetty.client.HttpAuthenticationStore;
^
symbol: class HttpAuthenticationStore
location: package org.eclipse.jetty.client
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:22:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Authentication;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:23:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.AuthenticationStore;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:25:
error: cannot find symbol
public class AuthenticationStoreHolder implements AuthenticationStore {
^
symbol: class AuthenticationStore
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:383:
error: cannot find symbol
public void setAuthenticationStore(AuthenticationStore
authenticationStore) {
^
symbol: class AuthenticationStore
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:684:
error: cannot find symbol
SolrRequest<?> solrRequest, Response response, InputStream is, String
urlExceptionMessage)
^
symbol: class Response
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:710:
error: cannot find symbol
private void setBasicAuthHeader(SolrRequest<?> solrRequest, Request req) {
^
symbol: class Request
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:721:
error: cannot find symbol
private void decorateRequest(Request req, SolrRequest<?> solrRequest,
boolean isAsync) {
^
symbol: class Request
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:840:
error: cannot find symbol
private Request sendRequest(MakeRequestReturnValue mrrv,
InputStreamResponseListener listener)
^
symbol: class InputStreamResponseListener
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:840:
error: cannot find symbol
private Request sendRequest(MakeRequestReturnValue mrrv,
InputStreamResponseListener listener)
^
symbol: class Request
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:853:
error: cannot find symbol
Request req,
^
symbol: class Request
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:852:
error: cannot find symbol
private Request fillContentStream(
^
symbol: class Request
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:761:
error: cannot find symbol
final Request request;
^
symbol: class Request
location: class MakeRequestReturnValue
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:763:
error: cannot find symbol
final OutputStreamRequestContent requestContent;
^
symbol: class OutputStreamRequestContent
location: class MakeRequestReturnValue
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:766:
error: cannot find symbol
Request request,
^
symbol: class Request
location: class MakeRequestReturnValue
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:768:
error: cannot find symbol
OutputStreamRequestContent requestContent) {
^
symbol: class OutputStreamRequestContent
location: class MakeRequestReturnValue
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:774:
error: cannot find symbol
MakeRequestReturnValue(Request request) {
^
symbol: class Request
location: class MakeRequestReturnValue
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:395:
error: cannot find symbol
private final OutputStreamRequestContent content;
^
symbol: class OutputStreamRequestContent
location: class OutStream
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:396:
error: cannot find symbol
private final InputStreamResponseListener responseListener;
^
symbol: class InputStreamResponseListener
location: class OutStream
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:402:
error: cannot find symbol
OutputStreamRequestContent content,
^
symbol: class OutputStreamRequestContent
location: class OutStream
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:403:
error: cannot find symbol
InputStreamResponseListener responseListener,
^
symbol: class InputStreamResponseListener
location: class OutStream
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:435:
error: cannot find symbol
public InputStreamResponseListener getResponseListener() {
^
symbol: class InputStreamResponseListener
location: class OutStream
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:27:
error: cannot find symbol
private volatile AuthenticationStore authenticationStore;
^
symbol: class AuthenticationStore
location: class AuthenticationStoreHolder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:33:
error: cannot find symbol
public AuthenticationStoreHolder(AuthenticationStore authenticationStore) {
^
symbol: class AuthenticationStore
location: class AuthenticationStoreHolder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:37:
error: cannot find symbol
public void updateAuthenticationStore(AuthenticationStore
authenticationStore) {
^
symbol: class AuthenticationStore
location: class AuthenticationStoreHolder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:42:
error: cannot find symbol
public void addAuthentication(Authentication authentication) {
^
symbol: class Authentication
location: class AuthenticationStoreHolder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:47:
error: cannot find symbol
public void removeAuthentication(Authentication authentication) {
^
symbol: class Authentication
location: class AuthenticationStoreHolder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:57:
error: cannot find symbol
public Authentication findAuthentication(String type, URI uri, String
realm) {
^
symbol: class Authentication
location: class AuthenticationStoreHolder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:62:
error: package Authentication does not exist
public void addAuthenticationResult(Authentication.Result result) {
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:67:
error: package Authentication does not exist
public void removeAuthenticationResult(Authentication.Result result) {
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/AuthenticationStoreHolder.java:77:
error: package Authentication does not exist
public Authentication.Result findAuthenticationResult(URI uri) {
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:994:
error: package Request does not exist
private final Request.QueuedListener queuedListener;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:995:
error: package Response does not exist
private final Response.CompleteListener completeListener;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:26:
error: package Request does not exist
implements Request.BeginListener, Response.CompleteListener,
Request.QueuedListener {
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:26:
error: package Response does not exist
implements Request.BeginListener, Response.CompleteListener,
Request.QueuedListener {
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:26:
error: package Request does not exist
implements Request.BeginListener, Response.CompleteListener,
Request.QueuedListener {
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:36:
error: cannot find symbol
public void onBegin(Request request) {}
^
symbol: class Request
location: class RequestResponseListener
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:46:
error: cannot find symbol
public void onQueued(Request request) {}
^
symbol: class Request
location: class RequestResponseListener
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:49:
error: cannot find symbol
public void onComplete(Result result) {}
^
symbol: class Result
location: class RequestResponseListener
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:1329:
error: cannot find symbol
public void onBegin(Request request) {
^
symbol: class Request
location: class MDCCopyHelper
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:1335:
error: cannot find symbol
public void onComplete(Result result) {
^
symbol: class Result
location: class MDCCopyHelper
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:1355:
error: cannot find symbol
extends InputStreamResponseListener {
^
symbol: class InputStreamResponseListener
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/PreemptiveBasicAuthClientBuilderFactory.java:38:
error: cannot find symbol
import org.eclipse.jetty.client.HttpAuthenticationStore;
^
symbol: class HttpAuthenticationStore
location: package org.eclipse.jetty.client
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java:43:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Response;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java:44:
error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.InputStreamResponseListener;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java:665:
error: cannot find symbol
public void onSuccess(Response resp, InputStream respBody) {
^
symbol: class Response
location: class ConcurrentUpdateHttp2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:44:
error: cannot find symbol
import org.eclipse.jetty.client.HttpAuthenticationStore;
^
symbol: class HttpAuthenticationStore
location: package org.eclipse.jetty.client
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:46:
error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.SPNEGOAuthentication;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:83:
error: cannot find symbol
private SPNEGOAuthentication createSPNEGOAuthentication() {
^
symbol: class SPNEGOAuthentication
location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:111:
error: cannot find symbol
SPNEGOAuthentication authentication, Map<String, ?> options, String
username) {
^
symbol: class SPNEGOAuthentication
location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:24:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Authentication;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:25:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.ContentResponse;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:26:
error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Request;
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:30:
error: cannot find symbol
public class SolrBasicAuthentication implements Authentication {
^
symbol: class Authentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:48:
error: cannot find symbol
Request request, ContentResponse response, HeaderInfo headerInfo,
Attributes context) {
^
symbol: class Request
location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:48:
error: cannot find symbol
Request request, ContentResponse response, HeaderInfo headerInfo,
Attributes context) {
^
symbol: class ContentResponse
location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:48:
error: cannot find symbol
Request request, ContentResponse response, HeaderInfo headerInfo,
Attributes context) {
^
symbol: class HeaderInfo
location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:47:
error: cannot find symbol
public Result authenticate(
^
symbol: class Result
location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:35:
error: method does not override or implement a method from a supertype
@Override
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:45:
error: method does not override or implement a method from a supertype
@Override
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:48:
error: method does not override or implement a method from a supertype
@Override
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:286:
error: cannot find symbol
transport = new HttpClientTransportOverHTTP(clientConnector);
^
symbol: class HttpClientTransportOverHTTP
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:315:
error: cannot find symbol
httpClient.setCookieStore(cookieStore);
^
symbol: method setCookieStore(CookieStore)
location: variable httpClient of type HttpClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:319:
error: incompatible types: AuthenticationStoreHolder cannot be converted to
AuthenticationStore
httpClient.setAuthenticationStore(this.authenticationStore);
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:345:
error: cannot find symbol
protocol = HttpClientTransportOverHTTP.HTTP11;
^
symbol: variable HttpClientTransportOverHTTP
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:451:
error: cannot find symbol
OutputStreamRequestContent content = new
OutputStreamRequestContent(contentType);
^
symbol: class OutputStreamRequestContent
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:451:
error: cannot find symbol
OutputStreamRequestContent content = new
OutputStreamRequestContent(contentType);
^
symbol: class OutputStreamRequestContent
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:452:
error: cannot find symbol
Request postRequest =
^
symbol: class Request
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:458:
error: cannot find symbol
InputStreamResponseListener responseListener = new
InputStreamReleaseTrackingResponseListener();
^
symbol: class InputStreamResponseListener
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:531:
error: cannot find symbol
new InputStreamResponseListener() {
^
symbol: class InputStreamResponseListener
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:536:
error: cannot find symbol
public void onHeaders(Response response) {
^
symbol: class Response
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:566:
error: cannot find symbol
public void onFailure(Response response, Throwable failure) {
^
symbol: class Response
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:535:
error: method does not override or implement a method from a supertype
@Override
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:538:
error: cannot find symbol
InputStreamResponseListener listener = this;
^
symbol: class InputStreamResponseListener
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:565:
error: method does not override or implement a method from a supertype
@Override
^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:601:
error: cannot find symbol
Request req = null;
^
symbol: class Request
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:603:
error: cannot find symbol
InputStreamResponseListener listener = new
InputStreamReleaseTrackingResponseListener();
^
symbol: class InputStreamResponseListener
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:606:
error: cannot find symbol
Response response = listener.get(idleTimeoutMillis,
TimeUnit.MILLISECONDS);
^
symbol: class Response
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:811:
error: cannot find symbol
var content = new
OutputStreamRequestContent(contentWriter.getContentType());
^
symbol: class OutputStreamRequestContent
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:820:
error: cannot find symbol
Request req = httpClient.newRequest(url +
queryParams.toQueryString()).method(method);
^
symbol: class Request
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:829:
error: cannot find symbol
new InputStreamRequestContent(
^
symbol: class InputStreamRequestContent
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:860:
error: cannot find symbol
try (MultiPartRequestContent content = new MultiPartRequestContent()) {
^
symbol: class MultiPartRequestContent
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:860:
error: cannot find symbol
try (MultiPartRequestContent content = new MultiPartRequestContent()) {
^
symbol: class MultiPartRequestContent
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:867:
error: cannot find symbol
content.addFieldPart(key, new StringRequestContent(val), null);
^
symbol: class StringRequestContent
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:886:
error: cannot find symbol
new InputStreamRequestContent(contentStream.getStream()),
^
symbol: class InputStreamRequestContent
location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:898:
error: cannot find symbol
new StringRequestContent(
^
symbol: class StringRequestContent
location: class Http2SolrClient
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to
get full output
100 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':solr:solrj:compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
> Run with --info option to get more log output.
BUILD FAILED in 25s
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]