Update dependency org.glassfish.jersey.containers:jersey-container-jetty-http to v3
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| org.glassfish.jersey.containers:jersey-container-jetty-http (source) | dependencies | major | 2.39.1 -> 3.1.5 |
Release Notes
eclipse-ee4j/jersey (org.glassfish.jersey.containers:jersey-container-jetty-http)
v3.1.5
v3.1.4
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.12
v3.0.11
v3.0.10
v3.0.9
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.41
v2.40
Configuration
📅 Schedule: Branch creation - "* * * * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot
⚠ 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/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: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:69: 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:70: 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:71: 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:72: 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:73: 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:74: 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:75: 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:76: 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:77: 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:78: 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:79: 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:90: 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:314: 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:530: 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:554: 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:565: 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:600: 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:599: 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:668: 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:667: 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:321: 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:322: 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:328: 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:329: 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:361: 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:767: 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:768: 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/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:634: 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/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/Http2SolrClient.java:1072: 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:1078: 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:1098: 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/util/SolrBasicAuthentication.java:41: 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/util/SolrBasicAuthentication.java:46: 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/util/SolrBasicAuthentication.java:49: error: cannot find symbol
return new Result() {
^
symbol: class Result
location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:63: error: cannot find symbol
public void apply(Request request) {
^
symbol: class Request
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:50: 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/util/SolrBasicAuthentication.java:62: 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: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:218: 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:244: 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:248: 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:276: 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:377: 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:377: 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:378: 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:384: 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:432: 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:435: 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:438: 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:467: 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:1100: 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:1102: 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:1102: 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:437: 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:466: 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:491: 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:493: 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:495: 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:632: 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:645: 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:655: error: cannot find symbol
new InputStreamRequestContent(
^
symbol: class InputStreamRequestContent
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 127 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 16s
Closing this as won't do, as this will need to be synced with Solr's Jetty version.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.