Pin Jetty to 10 on branch_9x - #4602

Closed
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack
Closed

Pin Jetty to 10 on branch_9x#4602
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack

Conversation

@solrbot

@solrbotsolrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

After a failed update to jetty 12 on branch_9x made by Solrbot, figured out we are missing a pin of jetty to 10. This does this.

@solrbotsolrbot added the exempt-stale Prevent a PR from going stale label Jul 2, 2026
@solrbot

solrbot commented Jul 2, 2026

Copy link
Copy Markdown
CollaboratorAuthor

⚠️ 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:78: 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:79: 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:80: 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:81: 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:82: 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:83: 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:84: 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:85: 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:86: 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:87: 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:97: 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:391: 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:702: 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:728: 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:739: 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:864: 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:864: 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:877: 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:876: 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:785: 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:787: 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:790: 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:792: 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:798: 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:403: 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:404: 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:410: 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:411: 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:443: 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:1032: 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:1033: 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/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:1405: 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:1411: 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:1431: 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/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/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/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:294: 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:323: 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:327: 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:353: 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:459: 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:459: 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:460: 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:466: 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:536: 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:541: 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:571: 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:540: 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:543: 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:570: 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:615: 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:617: 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:620: 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:835: 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:844: 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:853: 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:884: 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:884: 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:891: 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:910: 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:922: 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 28s

@github-actionsgithub-actionsBot added the dependencies Dependency upgrades label Jul 2, 2026
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 4 times, most recently from 6023576 to 50213f3CompareAugust 11, 2026 01:02
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 5 times, most recently from 8c922a5 to 812b914CompareAugust 17, 2026 18:32
@epugh

Copy link
Copy Markdown
Contributor

Thoughts @janhoy on just figuring out how to tell solrbot NOT to do at least the jetty upgrade? We can't go from Jetty 10 to Jetty 12 due to the Java version issues. Not sure about the other iteams flagged...

@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 2 times, most recently from c130b7f to ce52a91CompareAugust 20, 2026 12:31
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch from ce52a91 to 22bb571CompareAugust 21, 2026 12:30
@epugh

Copy link
Copy Markdown
Contributor

taking a crack at pinning our Jetty version, but getting other dependencies updated....

@github-actionsgithub-actionsBot removed the dependencies Dependency upgrades label Aug 22, 2026
@epughepugh changed the title Update Web server stack to v4 (branch_9x)Pin Jetty to 10 on branch_9xAug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

all other dependency updates failed once we pinned to jetty 10, so backed them all out.

@epughepugh self-assigned this Aug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

Going to merge early next week.

@janhoyjanhoy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok once we fix precommit

@epugh

Copy link
Copy Markdown
Contributor

Odd pre commit failure. Honestly I was expecting a issue around licenses and lock files, as that was what I struggled with on the Kafka update on main!!!

@epugh

Copy link
Copy Markdown
Contributor

A bit confused, but this has been applied already somehow to branch_9x, so going to close this one.

@epughepugh closed this Aug 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exempt-stalePrevent a PR from going staletests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@solrbot@epugh@janhoy
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Skip to content

Pin Jetty to 10 on branch_9x - #4602

Closed
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack
Closed

Pin Jetty to 10 on branch_9x#4602
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack

Conversation

@solrbot

@solrbotsolrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

After a failed update to jetty 12 on branch_9x made by Solrbot, figured out we are missing a pin of jetty to 10. This does this.

@solrbotsolrbot added the exempt-stale Prevent a PR from going stale label Jul 2, 2026
@solrbot

solrbot commented Jul 2, 2026

Copy link
Copy Markdown
CollaboratorAuthor

⚠️ 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:78: 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:79: 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:80: 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:81: 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:82: 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:83: 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:84: 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:85: 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:86: 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:87: 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:97: 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:391: 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:702: 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:728: 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:739: 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:864: 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:864: 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:877: 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:876: 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:785: 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:787: 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:790: 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:792: 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:798: 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:403: 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:404: 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:410: 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:411: 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:443: 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:1032: 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:1033: 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/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:1405: 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:1411: 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:1431: 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/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/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/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:294: 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:323: 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:327: 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:353: 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:459: 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:459: 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:460: 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:466: 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:536: 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:541: 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:571: 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:540: 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:543: 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:570: 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:615: 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:617: 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:620: 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:835: 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:844: 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:853: 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:884: 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:884: 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:891: 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:910: 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:922: 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 28s

@github-actionsgithub-actionsBot added the dependencies Dependency upgrades label Jul 2, 2026
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 4 times, most recently from 6023576 to 50213f3CompareAugust 11, 2026 01:02
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 5 times, most recently from 8c922a5 to 812b914CompareAugust 17, 2026 18:32
@epugh

Copy link
Copy Markdown
Contributor

Thoughts @janhoy on just figuring out how to tell solrbot NOT to do at least the jetty upgrade? We can't go from Jetty 10 to Jetty 12 due to the Java version issues. Not sure about the other iteams flagged...

@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 2 times, most recently from c130b7f to ce52a91CompareAugust 20, 2026 12:31
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch from ce52a91 to 22bb571CompareAugust 21, 2026 12:30
@epugh

Copy link
Copy Markdown
Contributor

taking a crack at pinning our Jetty version, but getting other dependencies updated....

@github-actionsgithub-actionsBot removed the dependencies Dependency upgrades label Aug 22, 2026
@epughepugh changed the title Update Web server stack to v4 (branch_9x)Pin Jetty to 10 on branch_9xAug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

all other dependency updates failed once we pinned to jetty 10, so backed them all out.

@epughepugh self-assigned this Aug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

Going to merge early next week.

@janhoyjanhoy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok once we fix precommit

@epugh

Copy link
Copy Markdown
Contributor

Odd pre commit failure. Honestly I was expecting a issue around licenses and lock files, as that was what I struggled with on the Kafka update on main!!!

@epugh

Copy link
Copy Markdown
Contributor

A bit confused, but this has been applied already somehow to branch_9x, so going to close this one.

@epughepugh closed this Aug 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exempt-stalePrevent a PR from going staletests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@solrbot@epugh@janhoy
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Pin Jetty to 10 on branch_9x - #4602

Closed
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack
Closed

Pin Jetty to 10 on branch_9x#4602
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack

Conversation

@solrbot

@solrbotsolrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

After a failed update to jetty 12 on branch_9x made by Solrbot, figured out we are missing a pin of jetty to 10. This does this.

@solrbotsolrbot added the exempt-stale Prevent a PR from going stale label Jul 2, 2026
@solrbot

solrbot commented Jul 2, 2026

Copy link
Copy Markdown
CollaboratorAuthor

⚠️ 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:78: 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:79: 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:80: 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:81: 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:82: 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:83: 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:84: 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:85: 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:86: 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:87: 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:97: 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:391: 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:702: 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:728: 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:739: 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:864: 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:864: 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:877: 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:876: 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:785: 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:787: 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:790: 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:792: 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:798: 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:403: 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:404: 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:410: 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:411: 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:443: 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:1032: 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:1033: 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/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:1405: 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:1411: 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:1431: 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/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/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/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:294: 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:323: 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:327: 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:353: 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:459: 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:459: 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:460: 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:466: 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:536: 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:541: 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:571: 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:540: 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:543: 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:570: 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:615: 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:617: 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:620: 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:835: 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:844: 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:853: 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:884: 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:884: 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:891: 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:910: 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:922: 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 28s

@github-actionsgithub-actionsBot added the dependencies Dependency upgrades label Jul 2, 2026
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 4 times, most recently from 6023576 to 50213f3CompareAugust 11, 2026 01:02
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 5 times, most recently from 8c922a5 to 812b914CompareAugust 17, 2026 18:32
@epugh

Copy link
Copy Markdown
Contributor

Thoughts @janhoy on just figuring out how to tell solrbot NOT to do at least the jetty upgrade? We can't go from Jetty 10 to Jetty 12 due to the Java version issues. Not sure about the other iteams flagged...

@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 2 times, most recently from c130b7f to ce52a91CompareAugust 20, 2026 12:31
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch from ce52a91 to 22bb571CompareAugust 21, 2026 12:30
@epugh

Copy link
Copy Markdown
Contributor

taking a crack at pinning our Jetty version, but getting other dependencies updated....

@github-actionsgithub-actionsBot removed the dependencies Dependency upgrades label Aug 22, 2026
@epughepugh changed the title Update Web server stack to v4 (branch_9x)Pin Jetty to 10 on branch_9xAug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

all other dependency updates failed once we pinned to jetty 10, so backed them all out.

@epughepugh self-assigned this Aug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

Going to merge early next week.

@janhoyjanhoy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok once we fix precommit

@epugh

Copy link
Copy Markdown
Contributor

Odd pre commit failure. Honestly I was expecting a issue around licenses and lock files, as that was what I struggled with on the Kafka update on main!!!

@epugh

Copy link
Copy Markdown
Contributor

A bit confused, but this has been applied already somehow to branch_9x, so going to close this one.

@epughepugh closed this Aug 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exempt-stalePrevent a PR from going staletests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@solrbot@epugh@janhoy
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Pin Jetty to 10 on branch_9x - #4602

Closed
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack
Closed

Pin Jetty to 10 on branch_9x#4602
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack

Conversation

@solrbot

@solrbotsolrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

After a failed update to jetty 12 on branch_9x made by Solrbot, figured out we are missing a pin of jetty to 10. This does this.

@solrbotsolrbot added the exempt-stale Prevent a PR from going stale label Jul 2, 2026
@solrbot

solrbot commented Jul 2, 2026

Copy link
Copy Markdown
CollaboratorAuthor

⚠️ 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:78: 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:79: 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:80: 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:81: 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:82: 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:83: 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:84: 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:85: 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:86: 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:87: 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:97: 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:391: 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:702: 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:728: 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:739: 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:864: 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:864: 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:877: 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:876: 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:785: 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:787: 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:790: 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:792: 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:798: 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:403: 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:404: 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:410: 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:411: 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:443: 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:1032: 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:1033: 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/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:1405: 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:1411: 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:1431: 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/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/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/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:294: 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:323: 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:327: 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:353: 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:459: 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:459: 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:460: 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:466: 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:536: 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:541: 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:571: 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:540: 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:543: 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:570: 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:615: 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:617: 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:620: 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:835: 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:844: 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:853: 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:884: 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:884: 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:891: 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:910: 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:922: 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 28s

@github-actionsgithub-actionsBot added the dependencies Dependency upgrades label Jul 2, 2026
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 4 times, most recently from 6023576 to 50213f3CompareAugust 11, 2026 01:02
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 5 times, most recently from 8c922a5 to 812b914CompareAugust 17, 2026 18:32
@epugh

Copy link
Copy Markdown
Contributor

Thoughts @janhoy on just figuring out how to tell solrbot NOT to do at least the jetty upgrade? We can't go from Jetty 10 to Jetty 12 due to the Java version issues. Not sure about the other iteams flagged...

@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 2 times, most recently from c130b7f to ce52a91CompareAugust 20, 2026 12:31
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch from ce52a91 to 22bb571CompareAugust 21, 2026 12:30
@epugh

Copy link
Copy Markdown
Contributor

taking a crack at pinning our Jetty version, but getting other dependencies updated....

@github-actionsgithub-actionsBot removed the dependencies Dependency upgrades label Aug 22, 2026
@epughepugh changed the title Update Web server stack to v4 (branch_9x)Pin Jetty to 10 on branch_9xAug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

all other dependency updates failed once we pinned to jetty 10, so backed them all out.

@epughepugh self-assigned this Aug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

Going to merge early next week.

@janhoyjanhoy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok once we fix precommit

@epugh

Copy link
Copy Markdown
Contributor

Odd pre commit failure. Honestly I was expecting a issue around licenses and lock files, as that was what I struggled with on the Kafka update on main!!!

@epugh

Copy link
Copy Markdown
Contributor

A bit confused, but this has been applied already somehow to branch_9x, so going to close this one.

@epughepugh closed this Aug 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exempt-stalePrevent a PR from going staletests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@solrbot@epugh@janhoy
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
Skip to content

Pin Jetty to 10 on branch_9x - #4602

Closed
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack
Closed

Pin Jetty to 10 on branch_9x#4602
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack

Conversation

@solrbot

@solrbotsolrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

After a failed update to jetty 12 on branch_9x made by Solrbot, figured out we are missing a pin of jetty to 10. This does this.

@solrbotsolrbot added the exempt-stale Prevent a PR from going stale label Jul 2, 2026
@solrbot

solrbot commented Jul 2, 2026

Copy link
Copy Markdown
CollaboratorAuthor

⚠️ 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:78: 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:79: 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:80: 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:81: 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:82: 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:83: 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:84: 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:85: 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:86: 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:87: 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:97: 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:391: 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:702: 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:728: 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:739: 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:864: 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:864: 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:877: 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:876: 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:785: 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:787: 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:790: 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:792: 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:798: 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:403: 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:404: 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:410: 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:411: 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:443: 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:1032: 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:1033: 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/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:1405: 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:1411: 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:1431: 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/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/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/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:294: 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:323: 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:327: 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:353: 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:459: 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:459: 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:460: 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:466: 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:536: 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:541: 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:571: 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:540: 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:543: 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:570: 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:615: 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:617: 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:620: 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:835: 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:844: 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:853: 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:884: 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:884: 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:891: 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:910: 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:922: 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 28s

@github-actionsgithub-actionsBot added the dependencies Dependency upgrades label Jul 2, 2026
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 4 times, most recently from 6023576 to 50213f3CompareAugust 11, 2026 01:02
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 5 times, most recently from 8c922a5 to 812b914CompareAugust 17, 2026 18:32
@epugh

Copy link
Copy Markdown
Contributor

Thoughts @janhoy on just figuring out how to tell solrbot NOT to do at least the jetty upgrade? We can't go from Jetty 10 to Jetty 12 due to the Java version issues. Not sure about the other iteams flagged...

@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 2 times, most recently from c130b7f to ce52a91CompareAugust 20, 2026 12:31
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch from ce52a91 to 22bb571CompareAugust 21, 2026 12:30
@epugh

Copy link
Copy Markdown
Contributor

taking a crack at pinning our Jetty version, but getting other dependencies updated....

@github-actionsgithub-actionsBot removed the dependencies Dependency upgrades label Aug 22, 2026
@epughepugh changed the title Update Web server stack to v4 (branch_9x)Pin Jetty to 10 on branch_9xAug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

all other dependency updates failed once we pinned to jetty 10, so backed them all out.

@epughepugh self-assigned this Aug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

Going to merge early next week.

@janhoyjanhoy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok once we fix precommit

@epugh

Copy link
Copy Markdown
Contributor

Odd pre commit failure. Honestly I was expecting a issue around licenses and lock files, as that was what I struggled with on the Kafka update on main!!!

@epugh

Copy link
Copy Markdown
Contributor

A bit confused, but this has been applied already somehow to branch_9x, so going to close this one.

@epughepugh closed this Aug 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exempt-stalePrevent a PR from going staletests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@solrbot@epugh@janhoy
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Pin Jetty to 10 on branch_9x - #4602

Closed
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack
Closed

Pin Jetty to 10 on branch_9x#4602
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack

Conversation

@solrbot

@solrbotsolrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

After a failed update to jetty 12 on branch_9x made by Solrbot, figured out we are missing a pin of jetty to 10. This does this.

@solrbotsolrbot added the exempt-stale Prevent a PR from going stale label Jul 2, 2026
@solrbot

solrbot commented Jul 2, 2026

Copy link
Copy Markdown
CollaboratorAuthor

⚠️ 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:78: 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:79: 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:80: 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:81: 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:82: 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:83: 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:84: 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:85: 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:86: 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:87: 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:97: 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:391: 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:702: 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:728: 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:739: 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:864: 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:864: 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:877: 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:876: 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:785: 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:787: 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:790: 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:792: 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:798: 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:403: 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:404: 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:410: 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:411: 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:443: 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:1032: 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:1033: 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/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:1405: 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:1411: 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:1431: 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/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/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/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:294: 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:323: 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:327: 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:353: 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:459: 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:459: 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:460: 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:466: 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:536: 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:541: 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:571: 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:540: 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:543: 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:570: 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:615: 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:617: 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:620: 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:835: 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:844: 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:853: 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:884: 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:884: 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:891: 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:910: 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:922: 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 28s

@github-actionsgithub-actionsBot added the dependencies Dependency upgrades label Jul 2, 2026
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 4 times, most recently from 6023576 to 50213f3CompareAugust 11, 2026 01:02
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 5 times, most recently from 8c922a5 to 812b914CompareAugust 17, 2026 18:32
@epugh

Copy link
Copy Markdown
Contributor

Thoughts @janhoy on just figuring out how to tell solrbot NOT to do at least the jetty upgrade? We can't go from Jetty 10 to Jetty 12 due to the Java version issues. Not sure about the other iteams flagged...

@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 2 times, most recently from c130b7f to ce52a91CompareAugust 20, 2026 12:31
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch from ce52a91 to 22bb571CompareAugust 21, 2026 12:30
@epugh

Copy link
Copy Markdown
Contributor

taking a crack at pinning our Jetty version, but getting other dependencies updated....

@github-actionsgithub-actionsBot removed the dependencies Dependency upgrades label Aug 22, 2026
@epughepugh changed the title Update Web server stack to v4 (branch_9x)Pin Jetty to 10 on branch_9xAug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

all other dependency updates failed once we pinned to jetty 10, so backed them all out.

@epughepugh self-assigned this Aug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

Going to merge early next week.

@janhoyjanhoy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok once we fix precommit

@epugh

Copy link
Copy Markdown
Contributor

Odd pre commit failure. Honestly I was expecting a issue around licenses and lock files, as that was what I struggled with on the Kafka update on main!!!

@epugh

Copy link
Copy Markdown
Contributor

A bit confused, but this has been applied already somehow to branch_9x, so going to close this one.

@epughepugh closed this Aug 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exempt-stalePrevent a PR from going staletests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@solrbot@epugh@janhoy
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
Skip to content

Pin Jetty to 10 on branch_9x - #4602

Closed
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack
Closed

Pin Jetty to 10 on branch_9x#4602
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack

Conversation

@solrbot

@solrbotsolrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

After a failed update to jetty 12 on branch_9x made by Solrbot, figured out we are missing a pin of jetty to 10. This does this.

@solrbotsolrbot added the exempt-stale Prevent a PR from going stale label Jul 2, 2026
@solrbot

solrbot commented Jul 2, 2026

Copy link
Copy Markdown
CollaboratorAuthor

⚠️ 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:78: 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:79: 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:80: 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:81: 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:82: 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:83: 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:84: 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:85: 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:86: 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:87: 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:97: 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:391: 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:702: 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:728: 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:739: 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:864: 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:864: 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:877: 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:876: 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:785: 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:787: 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:790: 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:792: 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:798: 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:403: 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:404: 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:410: 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:411: 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:443: 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:1032: 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:1033: 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/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:1405: 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:1411: 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:1431: 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/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/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/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:294: 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:323: 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:327: 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:353: 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:459: 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:459: 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:460: 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:466: 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:536: 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:541: 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:571: 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:540: 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:543: 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:570: 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:615: 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:617: 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:620: 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:835: 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:844: 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:853: 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:884: 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:884: 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:891: 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:910: 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:922: 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 28s

@github-actionsgithub-actionsBot added the dependencies Dependency upgrades label Jul 2, 2026
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 4 times, most recently from 6023576 to 50213f3CompareAugust 11, 2026 01:02
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 5 times, most recently from 8c922a5 to 812b914CompareAugust 17, 2026 18:32
@epugh

Copy link
Copy Markdown
Contributor

Thoughts @janhoy on just figuring out how to tell solrbot NOT to do at least the jetty upgrade? We can't go from Jetty 10 to Jetty 12 due to the Java version issues. Not sure about the other iteams flagged...

@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 2 times, most recently from c130b7f to ce52a91CompareAugust 20, 2026 12:31
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch from ce52a91 to 22bb571CompareAugust 21, 2026 12:30
@epugh

Copy link
Copy Markdown
Contributor

taking a crack at pinning our Jetty version, but getting other dependencies updated....

@github-actionsgithub-actionsBot removed the dependencies Dependency upgrades label Aug 22, 2026
@epughepugh changed the title Update Web server stack to v4 (branch_9x)Pin Jetty to 10 on branch_9xAug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

all other dependency updates failed once we pinned to jetty 10, so backed them all out.

@epughepugh self-assigned this Aug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

Going to merge early next week.

@janhoyjanhoy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok once we fix precommit

@epugh

Copy link
Copy Markdown
Contributor

Odd pre commit failure. Honestly I was expecting a issue around licenses and lock files, as that was what I struggled with on the Kafka update on main!!!

@epugh

Copy link
Copy Markdown
Contributor

A bit confused, but this has been applied already somehow to branch_9x, so going to close this one.

@epughepugh closed this Aug 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exempt-stalePrevent a PR from going staletests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@solrbot@epugh@janhoy
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
Skip to content

Pin Jetty to 10 on branch_9x - #4602

Closed
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack
Closed

Pin Jetty to 10 on branch_9x#4602
solrbot wants to merge 4 commits into
apache:branch_9xfrom
solrbot:renovate-9x/major-web-server-stack

Conversation

@solrbot

@solrbotsolrbot commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

After a failed update to jetty 12 on branch_9x made by Solrbot, figured out we are missing a pin of jetty to 10. This does this.

@solrbotsolrbot added the exempt-stale Prevent a PR from going stale label Jul 2, 2026
@solrbot

solrbot commented Jul 2, 2026

Copy link
Copy Markdown
CollaboratorAuthor

⚠️ 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:78: 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:79: 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:80: 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:81: 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:82: 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:83: 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:84: 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:85: 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:86: 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:87: 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:97: 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:391: 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:702: 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:728: 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:739: 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:864: 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:864: 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:877: 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:876: 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:785: 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:787: 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:790: 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:792: 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:798: 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:403: 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:404: 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:410: 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:411: 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:443: 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:1032: 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:1033: 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/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:1405: 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:1411: 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:1431: 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/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/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/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:294: 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:323: 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:327: 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:353: 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:459: 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:459: 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:460: 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:466: 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:536: 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:541: 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:571: 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:540: 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:543: 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:570: 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:615: 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:617: 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:620: 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:835: 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:844: 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:853: 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:884: 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:884: 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:891: 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:910: 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:922: 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 28s

@github-actionsgithub-actionsBot added the dependencies Dependency upgrades label Jul 2, 2026
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 4 times, most recently from 6023576 to 50213f3CompareAugust 11, 2026 01:02
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 5 times, most recently from 8c922a5 to 812b914CompareAugust 17, 2026 18:32
@epugh

Copy link
Copy Markdown
Contributor

Thoughts @janhoy on just figuring out how to tell solrbot NOT to do at least the jetty upgrade? We can't go from Jetty 10 to Jetty 12 due to the Java version issues. Not sure about the other iteams flagged...

@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch 2 times, most recently from c130b7f to ce52a91CompareAugust 20, 2026 12:31
@solrbot
solrbotforce-pushed the renovate-9x/major-web-server-stack branch from ce52a91 to 22bb571CompareAugust 21, 2026 12:30
@epugh

Copy link
Copy Markdown
Contributor

taking a crack at pinning our Jetty version, but getting other dependencies updated....

@github-actionsgithub-actionsBot removed the dependencies Dependency upgrades label Aug 22, 2026
@epughepugh changed the title Update Web server stack to v4 (branch_9x)Pin Jetty to 10 on branch_9xAug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

all other dependency updates failed once we pinned to jetty 10, so backed them all out.

@epughepugh self-assigned this Aug 22, 2026
@epugh

Copy link
Copy Markdown
Contributor

Going to merge early next week.

@janhoyjanhoy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok once we fix precommit

@epugh

Copy link
Copy Markdown
Contributor

Odd pre commit failure. Honestly I was expecting a issue around licenses and lock files, as that was what I struggled with on the Kafka update on main!!!

@epugh

Copy link
Copy Markdown
Contributor

A bit confused, but this has been applied already somehow to branch_9x, so going to close this one.

@epughepugh closed this Aug 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exempt-stalePrevent a PR from going staletests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@solrbot@epugh@janhoy