solr icon indicating copy to clipboard operation
solr copied to clipboard

Update dependency com.adobe.testing:s3mock-junit4 to v3

Open solrbot opened this issue 2 years ago • 6 comments

This PR contains the following updates:

Package Type Update Change
com.adobe.testing:s3mock-junit4 test major 2.17.0 -> 3.10.0

Release Notes

adobe/S3Mock (com.adobe.testing:s3mock-junit4)

v3.10.0

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Allow PUT requests without content-type application/xml (fixes #​1978)
  • Version updates
    • Bump aws-v2.version from 2.25.59 to 2.26.25
    • Bump aws.version from 1.12.729 to 1.12.765
    • Bump spring-boot.version from 3.3.0 to 3.3.2
    • Bump alpine from 3.20.0 to 3.20.2 in /docker
    • Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2
    • Bump testcontainers.version from 1.19.8 to 1.20.0
    • Bump org.mockito.kotlin:mockito-kotlin from 5.3.1 to 5.4.0
    • Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0
    • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1
    • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1
    • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0
    • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0
    • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.7.1
    • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0
    • Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1
    • Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0
    • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
    • Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0
    • Bump docker/setup-qemu-action from 3.0.0 to 3.2.0
    • Bump actions/upload-artifact from 4.3.3 to 4.3.4
    • Bump actions/dependency-review-action from 4.3.2 to 4.3.4
    • Bump actions/checkout from 4.1.6 to 4.1.7
    • Bump github/codeql-action from 3.25.6 to 3.25.14
    • Bump ossf/scorecard-action from 2.3.3 to 2.4.0
    • Bump step-security/harden-runner from 2.8.0 to 2.9.0

v3.9.1

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Persist metadata for parts, validate checksum on multipart completion (fixes #​1205)
  • Refactorings
    • Migrate Unit tests to Kotlin
    • Run ITs against real S3, fix code or tests in case of errors
      • Fix Checksums for Multiparts
      • Add ObjectOwnership config for Buckets, setting ACLs is not allowed otherwise
      • Fix StorageClass, it's not returned for most APIs if it's "STANDARD"
  • Version updates
    • Bump aws-v2.version from 2.25.49 to 2.25.59
    • Bump com.amazonaws:aws-java-sdk-s3 from 1.12.720 to 1.12.729
    • Bump kotlin.version from 1.9.24 to 2.0.0
    • Bump alpine from 3.19.1 to 3.20.0 in /docker
    • Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0
    • Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.4.1 to 4.0.0
    • Bump license-maven-plugin-git.version from 4.4 to 4.5
    • Bump actions/checkout from 4.1.5 to 4.1.6
    • Bump github/codeql-action from 3.25.4 to 3.25.6
    • Bump step-security/harden-runner from 2.7.1 to 2.8.0

v3.8.0

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Fix failing uploads after EOL detection refactoring (fixes #​1840, #​1842)
      • Adding additional tests for combinations of HTTP / HTTPS and sync / async clients with different test files
      • Known issue: using HTTP, AWS SDKv2 sends the wrong checksum for SHA256, leading uploads to fail
  • Version updates
    • Bump aws-v2.version from 2.25.39 to 2.25.49
    • Bump com.amazonaws:aws-java-sdk-s3 from 1.12.709 to 1.12.720
    • Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1
    • Bump kotlin.version from 1.9.23 to 1.9.24
    • Bump org.xmlunit:xmlunit-assertj3 from 2.9.1 to 2.10.0
    • Bump testcontainers.version from 1.19.7 to 1.19.8
    • Bump org.testng:testng from 7.10.1 to 7.10.2
    • Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0
    • Bump license-maven-plugin-git.version from 4.3 to 4.4
    • Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2
    • Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2
    • Bump step-security/harden-runner from 2.7.0 to 2.7.1
    • Bump actions/checkout from 4.1.4 to 4.1.5
    • Bump actions/dependency-review-action from 4.2.5 to 4.3.2
    • Bump ossf/scorecard-action from 2.3.1 to 2.3.3
    • Bump github/codeql-action from 3.25.3 to 3.25.4

v3.7.3

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Support large, chunked, unsigned, asynchronous uploads (fixes #​1818)

v3.7.2

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Calculate and validate checksums on upload (fixes #​1827)
      • UploadPart API now also returns checksums, if available.

v3.7.1

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Correctly handle chunked unsigned uploads (fixes #​1662)
      • Known issue: when using one of the Async SDK clients, uploads sometimes fail when the file size is >16KB. Not yet sure why. Uploads <16KB work just fine.
    • Let Jetty handle "UNSAFE" characters in URIs, again (see #​1686)
  • Version updates
    • Bump com.amazonaws:aws-java-sdk-s3 from 1.12.698 to 1.12.709
    • Bump aws-v2.version from 2.25.28 to 2.25.39
    • Bump spring-boot.version from 3.2.4 to 3.2.5
    • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.4
    • Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1
    • Bump github/codeql-action from 3.24.10 to 3.25.3
    • Bump actions/upload-artifact from 4.3.1 to 4.3.3
    • Bump actions/checkout from 4.1.2 to 4.1.4

v3.6.0

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Return XML prolog and namespace in all responses (fixes #​1754)
    • Explain in README.md how root property works with Docker. (fixes #​1728)
  • Refactorings
    • Removal of JAX-B for AccessControlPolicy requests/responses.
      • Jackson-databind-xml 2.17.0 adds polymorphic (de-)serializiation through "xsi:type"
    • Jackson-annotation cleanup in POJOs
  • Version updates
    • Bump spring-boot.version from 3.2.3 to 3.2.4
    • Bump aws-v2.version from 2.24.9 to 2.25.28
    • Bump com.amazonaws:aws-java-sdk-s3 from 1.12.665 to 1.12.698
    • Bump commons-io:commons-io from 2.15.1 to 2.16.1
    • Bump org.testng:testng from 7.9.0 to 7.10.1
    • Bump org.mockito.kotlin:mockito-kotlin from 5.2.1 to 5.3.1
    • Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.15.0
    • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2
    • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
    • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
    • Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.4.0 to 3.4.1
    • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
    • Bump actions/checkout from 4.1.1 to 4.1.2
    • Bump actions/setup-java from 4.1.0 to 4.2.1
    • Bump github/codeql-action from 3.24.6 to 3.24.10
    • Bump actions/dependency-review-action from 4.1.3 to 4.2.5
    • Bump maven from 3.8.5 to 3.9.6

v3.5.2

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Support key names that lead to request paths that do not comply to RFC3986 (fixes #​1686)
  • Refactorings
    • Refactor IT usage of S3 clients, add more tests
    • Use ZGC and ZGenerationalGC when running in Docker
  • Version updates
    • Bump kotlin.version from 1.9.22 to 1.9.23
    • Bump testcontainers.version from 1.19.6 to 1.19.7
    • Bump github/codeql-action from 3.24.5 to 3.24.6
    • Bump actions/setup-java from 4.0.0 to 4.1.0
    • Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.0

v3.5.1

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
  • Version updates
    • Bump spring-boot.version from 3.2.2 to 3.2.3
    • Bump com.amazonaws:aws-java-sdk-s3 from 1.12.656 to 1.12.665
    • Bump aws-v2.version from 2.23.21 to 2.24.9
    • Bump testcontainers.version from 1.19.5 to 1.19.6
    • Bump io.fabric8:docker-maven-plugin from 0.43.4 to 0.44.0
    • Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.3.0 to 3.4.0
    • Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0
    • Bump actions/dependency-review-action from 4.0.0 to 4.1.3
    • Bump github/codeql-action from 3.24.0 to 3.24.5

v3.5.0

Compare Source

Release of Java modules failed, please use 3.5.1

v3.4.0

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Support storage classes in APIs
    • Use "application/octet-stream" as default content-type
  • Refactorings
    • Use JDK21 as runtime in the Docker container
  • Version updates
    • Bump spring-boot.version from 3.2.1 to 3.2.2
    • Bump aws-v2.version from 2.22.7 to 2.23.21
    • Bump com.amazonaws:aws-java-sdk-s3 from 1.12.627 to 1.12.656
    • Bump testcontainers.version from 1.19.3 to 1.19.5
    • Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.13.0
    • Bump alpine from 3.19.0 to 3.19.1 in /docker
    • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.3 to 3.2.5
    • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5
    • Bump github/codeql-action from 3.22.12 to 3.24.0
    • Bump actions/upload-artifact from 4.0.0 to 4.3.1
    • Bump actions/dependency-review-action from 3.1.4 to 4.0.0
    • Bump step-security/harden-runner from 2.6.1 to 2.7.0

v3.3.1

Compare Source

Accidental release, should have been 3.4.0

v3.3.0

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Support initial and existing buckets (fixes #​1433)
    • Compile with "parameters=true" (fixes #​1555)
  • Version updates
    • Bump spring-boot.version from 3.1.5 to 3.2.1
    • Bump com.amazonaws:aws-java-sdk-s3 from 1.12.580 to 1.12.627
    • Bump aws-v2.version from 2.21.14 to 2.22.7
    • Bump commons-io:commons-io from 2.15.0 to 2.15.1
    • Bump testcontainers.version from 1.19.1 to 1.19.3
    • Bump kotlin.version from 1.9.20 to 1.9.22
    • Bump alpine from 3.18.4 to 3.19.0 in /docker
    • Bump org.testng:testng from 7.8.0 to 7.9.0
    • Bump org.mockito.kotlin:mockito-kotlin from 5.1.0 to 5.2.1
    • Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.6
    • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.2.3
    • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.3
    • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3
    • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1
    • Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1
    • Bump actions/setup-java from 3.13.0 to 4.0.0
    • Bump step-security/harden-runner from 2.6.0 to 2.6.1
    • Bump actions/dependency-review-action from 3.1.0 to 3.1.4
    • Bump actions/upload-artifact from 3.1.3 to 4.0.0
    • Bump github/codeql-action from 2.22.5 to 3.22.12
    • Bump mvn version from 3.5.4 to 3.8.5

v3.2.0

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Better description of S3Mock API usage and SDK usage (fixes #​219, #​125, #​1196)
      • Presigned URLs were working all along.
      • Added documentation and tests.
    • Add ListObjectVersions API - dummy implementation (fixes #​1215)
  • Version updates
    • Bump aws-v2.version from 2.20.115 to 2.21.14
    • Bump com.amazonaws:aws-java-sdk-s3 from 1.12.519 to 1.12.580
    • Bump spring-boot.version from 3.1.0 to 3.1.5
    • Bump alpine from 3.18.2 to 3.18.4 in /docker
    • Bump testcontainers.version from 1.18.3 to 1.19.1
    • Bump kotlin.version from 1.9.0 to 1.9.20
    • Bump commons-io:commons-io from 2.13.0 to 2.15.0
    • Bump com.puppycrawl.tools:checkstyle from 10.12.2 to 10.12.4
    • Bump io.fabric8:docker-maven-plugin from 0.43.2 to 0.43.4
    • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1
    • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0
    • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1
    • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
    • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.1
    • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1
    • Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
    • Bump license-maven-plugin-git.version from 4.2 to 4.3
    • Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
    • Bump org.mockito.kotlin:mockito-kotlin from 5.0.0 to 5.1.0
    • Bump actions/setup-java from 3.12.0 to 3.13.0
    • Bump actions/checkout from 3.5.3 to 4.1.1
    • Bump actions/upload-artifact from 3.1.2 to 3.1.3
    • Bump actions/dependency-review-action from 3.0.6 to 3.1.0
    • Bump github/codeql-action from 2.21.2 to 2.22.5
    • Bump docker/setup-qemu-action from 2.2.0 to 3.0.0
    • Bump step-security/harden-runner from 2.5.0 to 2.6.0
    • Bump ossf/scorecard-action from 2.2.0 to 2.3.1

v3.1.0

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Fixes various bugs, vulnerabilities, code smells, security hot spots etc found by Sonarqube
  • Refactorings
    • Scanned repo with StepSecurity tools
  • Version updates
    • Bump com.amazonaws:aws-java-sdk-s3 from 1.12.501 to 1.12.519
    • Bump aws-v2.version from 2.20.98 to 2.20.115
    • Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.2.1 to 3.3.0
    • Bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.2
    • Bump com.puppycrawl.tools:checkstyle from 10.12.1 to 10.12.2
    • Bump kotlin.version from 1.8.22 to 1.9.0
    • Bump github/codeql-action from 2.21.1 to 2.21.2

v3.0.1

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Features and fixes
    • Fix startup on existing data folder issues (fixes #​1245)
    • Return checksumAlgorithm in ListObjects / ListObjectsV2 (fixes #​1220)

v3.0.0

Compare Source

3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

  • Refactorings
    • Use various Java language features introduced between JDK 8 and JDK 17
    • Use new Spring Boot 3 features
    • Use new Spring Framework 6 features
    • Dependency cleanup
    • Code cleanup
    • Deprecate JUnit 4 TestRule
      • This module will be removed in S3Mock 4.x
  • Version updates
    • Bump spring-boot.version from 2.7.13 to 3.1.0
      • This updates all Spring Boot dependencies as well
    • Bump Spring Framework to 6.0.9
    • Bump Java bytecode version from 8 to 17
      • This change is necessary, as Spring Framework 6 and Spring Boot 3 raise the baseline Java version from 8 to 17.

Configuration

📅 Schedule: Branch creation - "before 9am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

solrbot avatar Aug 01 '23 01:08 solrbot

⚠ 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
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/util/SolrBasicAuthentication.java:24: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Authentication;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:25: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.ContentResponse;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:26: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Request;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:30: error: cannot find symbol
public class SolrBasicAuthentication implements Authentication {
                                                ^
  symbol: class Authentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:48: error: cannot find symbol
      Request request, ContentResponse response, HeaderInfo headerInfo, Attributes context) {
      ^
  symbol:   class Request
  location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:48: error: cannot find symbol
      Request request, ContentResponse response, HeaderInfo headerInfo, Attributes context) {
                       ^
  symbol:   class ContentResponse
  location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:48: error: cannot find symbol
      Request request, ContentResponse response, HeaderInfo headerInfo, Attributes context) {
                                                 ^
  symbol:   class HeaderInfo
  location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:47: error: cannot find symbol
  public Result authenticate(
         ^
  symbol:   class Result
  location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:44: error: cannot find symbol
import org.eclipse.jetty.client.HttpAuthenticationStore;
                               ^
  symbol:   class HttpAuthenticationStore
  location: package org.eclipse.jetty.client
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:46: error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.SPNEGOAuthentication;
                                    ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:83: error: cannot find symbol
  private SPNEGOAuthentication createSPNEGOAuthentication() {
          ^
  symbol:   class SPNEGOAuthentication
  location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:111: error: cannot find symbol
      SPNEGOAuthentication authentication, Map<String, ?> options, String username) {
      ^
  symbol:   class SPNEGOAuthentication
  location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:20: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Request;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:21: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Response;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:22: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Result;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:67: 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:68: 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:69: 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:70: 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:71: 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:72: error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.FormRequestContent;
                                    ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:73: 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:74: 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:75: 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:76: 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:77: 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:88: 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:313: 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:537: 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:561: 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:572: 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:683: 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:683: 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:696: 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:695: 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:604: 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:606: 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:609: 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:611: 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:617: 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:320: 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:321: 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:327: 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:328: 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:360: 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:795: 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:796: error: package Response does not exist
    private final Response.CompleteListener completeListener;
                          ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:26: error: package Request does not exist
      implements Request.BeginListener, Response.CompleteListener, Request.QueuedListener {
                        ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:26: error: package Response does not exist
      implements Request.BeginListener, Response.CompleteListener, Request.QueuedListener {
                                                ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:26: error: package Request does not exist
      implements Request.BeginListener, Response.CompleteListener, Request.QueuedListener {
                                                                          ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:36: error: cannot find symbol
    public void onBegin(Request request) {}
                        ^
  symbol:   class Request
  location: class RequestResponseListener
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:46: error: cannot find symbol
    public void onQueued(Request request) {}
                         ^
  symbol:   class Request
  location: class RequestResponseListener
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:49: error: cannot find symbol
    public void onComplete(Result result) {}
                           ^
  symbol:   class Result
  location: class RequestResponseListener
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:1111: 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:1117: 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:1137: error: cannot find symbol
      extends InputStreamResponseListener {
              ^
  symbol:   class InputStreamResponseListener
  location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/PreemptiveBasicAuthClientBuilderFactory.java:38: error: cannot find symbol
import org.eclipse.jetty.client.HttpAuthenticationStore;
                               ^
  symbol:   class HttpAuthenticationStore
  location: package org.eclipse.jetty.client
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java:44: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Response;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java:45: error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.InputStreamResponseListener;
                                    ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java:634: error: cannot find symbol
  public void onSuccess(Response resp, InputStream respBody) {
                        ^
  symbol:   class Response
  location: class ConcurrentUpdateHttp2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:41: error: method does not override or implement a method from a supertype
  @Override
  ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:46: error: method does not override or implement a method from a supertype
  @Override
  ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:49: error: cannot find symbol
    return new Result() {
               ^
  symbol:   class Result
  location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:63: error: cannot find symbol
      public void apply(Request request) {
                        ^
  symbol: class Request
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:50: error: method does not override or implement a method from a supertype
      @Override
      ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:62: error: method does not override or implement a method from a supertype
      @Override
      ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:84: error: cannot find symbol
    SPNEGOAuthentication authentication =
    ^
  symbol:   class SPNEGOAuthentication
  location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:85: error: cannot find symbol
        new SPNEGOAuthentication(null) {
            ^
  symbol:   class SPNEGOAuthentication
  location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:87: error: method does not override or implement a method from a supertype
          @Override
          ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:89: error: cannot find symbol
            return this.getType().equals(type);
                       ^
  symbol: method getType()
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:130: error: cannot find symbol
    HttpAuthenticationStore authenticationStore = new HttpAuthenticationStore();
    ^
  symbol:   class HttpAuthenticationStore
  location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:130: error: cannot find symbol
    HttpAuthenticationStore authenticationStore = new HttpAuthenticationStore();
                                                      ^
  symbol:   class HttpAuthenticationStore
  location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:35: error: method does not override or implement a method from a supertype
    @Override
    ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:45: error: method does not override or implement a method from a supertype
    @Override
    ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:48: error: method does not override or implement a method from a supertype
    @Override
    ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:217: 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:243: error: cannot find symbol
      httpClient.setCookieStore(builder.cookieStore);
                ^
  symbol:   method setCookieStore(CookieStore)
  location: variable httpClient of type HttpClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:247: 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:275: 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:376: 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:376: error: cannot find symbol
    OutputStreamRequestContent content = new OutputStreamRequestContent(contentType);
                                             ^
  symbol:   class OutputStreamRequestContent
  location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:377: error: cannot find symbol
    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:383: 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:439: 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:444: 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:468: 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:443: error: method does not override or implement a method from a supertype
              @Override
              ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
100 errors
only showing the first 100 errors, of 132 total; use -Xmaxerrs if you would like to see more

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
> Run with --info option to get more log output.

BUILD FAILED in 20s

solrbot avatar Aug 01 '23 01:08 solrbot

Yeah we can't merge this until Solr is JDK 17+, which presumably will be Solr 10.x, since Lucene 10 will be JDK 17+

HoustonPutman avatar Aug 01 '23 15:08 HoustonPutman

Yeah we can't merge this until Solr is JDK 17+, which presumably will be Solr 10.x, since Lucene 10 will be JDK 17+

Wondering if/how we could communicate this to @solrbot and/or ourselves. Perhaps leaving this PR open but converting it to "draft" status?

cpoerschke avatar Sep 08 '23 12:09 cpoerschke

Yea, let's see what solrbot does with DRAFT PRs :) We could also close it and open a JIRA to handle it manually later.

janhoy avatar Sep 08 '23 15:09 janhoy

Wondering if we'd like to

  • close this,
  • create a JIRA for manual upgrade later and
  • exclude from solrbot trying again
  • (and then the exclusion would be removed as part of the JIRA)?

cpoerschke avatar Apr 11 '24 10:04 cpoerschke

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: undefined
Command failed: ./gradlew updateLicenses
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:20: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Request;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:21: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Response;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpListenerFactory.java:22: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Result;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:67: 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:68: 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:69: 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:70: 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:71: 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:72: error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.FormRequestContent;
                                    ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:73: 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:74: 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:75: 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:76: 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:77: 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:88: 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:313: 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:537: 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:561: 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:572: 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:683: 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:683: 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:696: 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:695: 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:604: 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:606: 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:609: 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:611: 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:617: 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:320: 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:321: 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:327: 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:328: 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:360: 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:795: 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:796: 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/ConcurrentUpdateHttp2SolrClient.java:44: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Response;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java:45: error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.InputStreamResponseListener;
                                    ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/ConcurrentUpdateHttp2SolrClient.java:634: error: cannot find symbol
  public void onSuccess(Response resp, InputStream respBody) {
                        ^
  symbol:   class Response
  location: class ConcurrentUpdateHttp2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:44: error: cannot find symbol
import org.eclipse.jetty.client.HttpAuthenticationStore;
                               ^
  symbol:   class HttpAuthenticationStore
  location: package org.eclipse.jetty.client
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:46: error: package org.eclipse.jetty.client.util does not exist
import org.eclipse.jetty.client.util.SPNEGOAuthentication;
                                    ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:83: error: cannot find symbol
  private SPNEGOAuthentication createSPNEGOAuthentication() {
          ^
  symbol:   class SPNEGOAuthentication
  location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Krb5HttpClientBuilder.java:111: error: cannot find symbol
      SPNEGOAuthentication authentication, Map<String, ?> options, String username) {
      ^
  symbol:   class SPNEGOAuthentication
  location: class Krb5HttpClientBuilder
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:1111: 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:1117: 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:1137: error: cannot find symbol
      extends InputStreamResponseListener {
              ^
  symbol:   class InputStreamResponseListener
  location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:24: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Authentication;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:25: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.ContentResponse;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:26: error: package org.eclipse.jetty.client.api does not exist
import org.eclipse.jetty.client.api.Request;
                                   ^
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:30: error: cannot find symbol
public class SolrBasicAuthentication implements Authentication {
                                                ^
  symbol: class Authentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:48: error: cannot find symbol
      Request request, ContentResponse response, HeaderInfo headerInfo, Attributes context) {
      ^
  symbol:   class Request
  location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:48: error: cannot find symbol
      Request request, ContentResponse response, HeaderInfo headerInfo, Attributes context) {
                       ^
  symbol:   class ContentResponse
  location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:48: error: cannot find symbol
      Request request, ContentResponse response, HeaderInfo headerInfo, Attributes context) {
                                                 ^
  symbol:   class HeaderInfo
  location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/util/SolrBasicAuthentication.java:47: error: cannot find symbol
  public Result authenticate(
         ^
  symbol:   class Result
  location: class SolrBasicAuthentication
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/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:217: 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:243: error: cannot find symbol
      httpClient.setCookieStore(builder.cookieStore);
                ^
  symbol:   method setCookieStore(CookieStore)
  location: variable httpClient of type HttpClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:247: 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:275: 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:376: 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:376: error: cannot find symbol
    OutputStreamRequestContent content = new OutputStreamRequestContent(contentType);
                                             ^
  symbol:   class OutputStreamRequestContent
  location: class Http2SolrClient
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/impl/Http2SolrClient.java:377: error: cannot find symbol
    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:383: 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:439: 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:444: 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:468: 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:443: 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:446: 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:467: 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:498: 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:500: 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:502: 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:654: 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:663: 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:672: 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:703: 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:703: 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:710: 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:729: error: cannot find symbol
                new InputStreamRequestContent(contentStream.getStream()),
                    ^
  symbol:   class InputStreamRequestContent
  location: class Http2SolrClient
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
100 errors
only showing the first 100 errors, of 132 total; use -Xmaxerrs if you would like to see more

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
> Run with --info option to get more log output.

BUILD FAILED in 17s

solrbot avatar Jul 17 '24 01:07 solrbot