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.8 |
Release Notes
eclipse-ee4j/jersey (org.glassfish.jersey.containers:jersey-container-jetty-http)
v3.1.8
v3.1.7
v3.1.6
v3.1.5
v3.1.4
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.15
v3.0.14
v3.0.13
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.45
v2.44
v2.43
v2.42
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/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/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:328: 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:587: 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:611: 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:622: 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:733: 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:733: 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:746: 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:745: 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:654: 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:656: 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:659: 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:661: 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:667: 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:335: 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:336: 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:342: 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:343: 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:375: 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:868: 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:869: 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:633: 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/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:1187: 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:1193: 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:1213: 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: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/Krb5HttpClientBuilder.java:84: error: cannot find symbol
SPNEGOAuthentication authentication =
^
symbol: class SPNEGOAuthentication
location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:85: error: cannot find symbol
new SPNEGOAuthentication(null) {
^
symbol: class SPNEGOAuthentication
location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:87: 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/Krb5HttpClientBuilder.java:89: error: cannot find symbol
return this.getType().equals(type);
^
symbol: method getType()
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:130: error: cannot find symbol
HttpAuthenticationStore authenticationStore = new HttpAuthenticationStore();
^
symbol: class HttpAuthenticationStore
location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:130: error: cannot find symbol
HttpAuthenticationStore authenticationStore = new HttpAuthenticationStore();
^
symbol: class HttpAuthenticationStore
location: class Krb5HttpClientBuilder
/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:232: 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:258: 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:262: 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:290: 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:391: 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:391: 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:392: 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:398: 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:454: 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:459: 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:483: 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:458: 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:461: 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:482: 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:513: 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:515: 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:517: 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:704: error: cannot find symbol
var content = new OutputStreamRequestContent(contentWriter.getContentType());
^
symbol: class OutputStreamRequestContent
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 132 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 22s
Blocked by Jetty 11/12 (see https://github.com/apache/solr/pull/2782).
Once Jetty upgraded, sync version with org.glassfish.jersey*:*. This version cannot be backported to 9X if Jetty is not introduced there.