Skip to content

Update eclipse.jetty to v12.1.10#3633

Closed
solrbot wants to merge 3 commits into
apache:mainfrom
solrbot:renovate/eclipse.jetty
Closed

Update eclipse.jetty to v12.1.10#3633
solrbot wants to merge 3 commits into
apache:mainfrom
solrbot:renovate/eclipse.jetty

Conversation

@solrbot

@solrbot solrbot commented Sep 8, 2025

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change
org.eclipse.jetty:jetty-xml (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-util (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-start (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-session (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-server (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-security (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-rewrite (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-jmx (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-io (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-server (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-client-transport (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-hpack (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-common (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.http2:jetty-http2-client (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-http (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.ee10:jetty-ee10-webapp (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.ee10:jetty-ee10-servlets (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty.ee10:jetty-ee10-servlet (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-deploy (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-client (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-alpn-server (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-alpn-java-server (source) dependencies minor 12.0.3412.1.10
org.eclipse.jetty:jetty-alpn-java-client (source) dependencies minor 12.0.3412.1.10

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday (* * * * 0)
  • 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 these updates again.


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

This PR has been generated by Renovate Bot

@solrbot solrbot added the exempt-stale Prevent a PR from going stale label Sep 8, 2025
@solrbot

solrbot commented Sep 8, 2025

Copy link
Copy Markdown
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update artifacts 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 resolveAndLockAll collectJarInfos --write-locks
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.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:223: warning: [removal] <E>BlockingArrayQueue(int,int) in BlockingArrayQueue has been deprecated and marked for removal
      BlockingArrayQueue<Runnable> queue = new BlockingArrayQueue<>(256, 256);
                                           ^
  where E is a type-variable:
    E extends Object declared in class BlockingArrayQueue
error: warnings found and -Werror specified
Note: /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
1 warning
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj-jetty:compileJava' (registered by plugin class 'org.gradle.api.plugins.JavaBasePlugin').
> Compilation failed; see the compiler output below.
  Note: /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java uses or overrides a deprecated API.
  Note: Recompile with -Xlint:deprecation for details.
  error: warnings found and -Werror specified
  /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:223: warning: [removal] <E>BlockingArrayQueue(int,int) in BlockingArrayQueue has been deprecated and marked for removal
        BlockingArrayQueue<Runnable> queue = new BlockingArrayQueue<>(256, 256);
                                             ^
    where E is a type-variable:
      E extends Object declared in class BlockingArrayQueue
  1 error
  1 warning

* Try:
> Check your code and dependencies to fix the compilation error(s)

BUILD FAILED in 28s

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.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:223: warning: [removal] <E>BlockingArrayQueue(int,int) in BlockingArrayQueue has been deprecated and marked for removal
      BlockingArrayQueue<Runnable> queue = new BlockingArrayQueue<>(256, 256);
                                           ^
  where E is a type-variable:
    E extends Object declared in class BlockingArrayQueue
error: warnings found and -Werror specified
Note: /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
1 warning
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':solr:solrj-jetty:compileJava' (registered by plugin class 'org.gradle.api.plugins.JavaBasePlugin').
> Compilation failed; see the compiler output below.
  Note: /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java uses or overrides a deprecated API.
  Note: Recompile with -Xlint:deprecation for details.
  error: warnings found and -Werror specified
  /tmp/renovate/repos/github/apache/solr/solr/solrj-jetty/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:223: warning: [removal] <E>BlockingArrayQueue(int,int) in BlockingArrayQueue has been deprecated and marked for removal
        BlockingArrayQueue<Runnable> queue = new BlockingArrayQueue<>(256, 256);
                                             ^
    where E is a type-variable:
      E extends Object declared in class BlockingArrayQueue
  1 error
  1 warning

* Try:
> Check your code and dependencies to fix the compilation error(s)

BUILD FAILED in 27s

@solrbot solrbot force-pushed the renovate/eclipse.jetty branch 10 times, most recently from 5f66022 to 204e88e Compare September 30, 2025 20:44
@solrbot solrbot force-pushed the renovate/eclipse.jetty branch 11 times, most recently from 238e34e to ffb8800 Compare October 7, 2025 20:45
@solrbot solrbot force-pushed the renovate/eclipse.jetty branch from ffb8800 to e2f687a Compare October 8, 2025 16:46
@janhoy

janhoy commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

Jetty 12.1 has breaking changes. Here is the upgrade guide: https://jetty.org/docs/jetty/12.1/programming-guide/migration/12.0-to-12.1.html

solrbot and others added 3 commits June 30, 2026 07:23
- BlockingArrayQueue(int,int) ctor removed: use newInstance(256, Integer.MAX_VALUE)
- org.eclipse.jetty.io.RuntimeIOException -> java.io.UncheckedIOException
- HttpClient.getTransport() -> getHttpClientTransport()
- Regenerate lockfiles + license sha1s (new jetty-compression-* modules, jetty-ee->jetty-ee-webapp rename)
@solrbot

solrbot commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@janhoy

janhoy commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This is now handled in #4574

@solrbot

solrbot commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (12.1.10). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants