Update eclipse.jetty to v12.1.5
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| org.eclipse.jetty:jetty-xml (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-util (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-start (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-session (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-server (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-security (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-rewrite (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-jmx (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-io (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty.http2:jetty-http2-server (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty.http2:jetty-http2-client-transport (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty.http2:jetty-http2-hpack (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty.http2:jetty-http2-common (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty.http2:jetty-http2-client (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-http (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty.ee10:jetty-ee10-webapp (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty.ee10:jetty-ee10-servlets (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty.ee10:jetty-ee10-servlet (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-deploy (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-client (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-alpn-server (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-alpn-java-server (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
| org.eclipse.jetty:jetty-alpn-java-client (source) | dependencies | minor | 12.0.27 -> 12.1.5 |
Configuration
📅 Schedule: Branch creation - Every minute ( * * * * * ) (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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: undefined
Command failed: ./gradlew updateLicenses
/tmp/renovate/repos/github/apache/solr/solr/solrj/src/java/org/apache/solr/client/solrj/jetty/HttpJettySolrClient.java:225: 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: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
1 warning
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