solrbot commented on PR #2213:
URL: https://github.com/apache/solr/pull/2213#issuecomment-1904379742

   ### ⚠ 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
   
/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:85:
 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:86:
 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:87:
 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:88:
 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:89:
 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:90:
 error: package org.eclipse.jetty.client.util does not exist
   import org.eclipse.jetty.client.util.FormRequestContent;
                                       ^
   
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:91:
 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:92:
 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:93:
 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:94:
 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:95:
 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:107:
 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:375:
 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:601:
 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:616:
 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:632:
 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:693:
 error: cannot find symbol
         SolrRequest<?> solrRequest, String url, InputStreamResponseListener 
listener, boolean isAsync)
                                                 ^
     symbol:   class InputStreamResponseListener
     location: class Http2SolrClient
   
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:692:
 error: cannot find symbol
     private Request makeRequestAndSend(
             ^
     symbol:   class Request
     location: class Http2SolrClient
   
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:779:
 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:778:
 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:843:
 error: cannot find symbol
         Response response,
         ^
     symbol:   class Response
     location: class Http2SolrClient
   
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:390:
 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:391:
 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:397:
 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:398:
 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:430:
 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:1026:
 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:1027:
 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:1484:
 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:1490:
 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:1510:
 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/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:88:
 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:116:
 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/impl/ConcurrentUpdateHttp2SolrClient.java:44:
 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:45:
 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:636:
 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/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:279:
 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:305:
 error: cannot find symbol
         httpClient.setCookieStore(builder.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:309:
 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:337:
 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:450:
 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:450:
 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
       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:457:
 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:504:
 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:507:
 error: cannot find symbol
         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:510:
 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:539:
 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:1512:
 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:1514:
 error: non-static variable super cannot be referenced from a static context
         return new ObjectReleaseTrackedInputStream(super.getInputStream());
                                                    ^
   
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:1514:
 error: cannot find symbol
         return new ObjectReleaseTrackedInputStream(super.getInputStream());
                                                         ^
     symbol: method getInputStream()
   
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:509:
 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: 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:562:
 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:564:
 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:566:
 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:743:
 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:756:
 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:766:
 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:786:
 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:786:
 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:793:
 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:812:
 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:831:
 error: cannot find symbol
         req.body(new FormRequestContent(fields, FALLBACK_CHARSET));
                      ^
     symbol:   class FormRequestContent
     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
   only showing the first 100 errors, of 128 total; use -Xmaxerrs if you would 
like to see more
   
   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 15s
   
   ```
   
   


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to