jetty.project
jetty.project copied to clipboard
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
**Jetty version(s)** 9.4.43 **Jetty Environment** **Java version/vendor** `(use: java -version)` 1.8.x **OS type/version** el7uek.x86_64 **Description** Huge number of HttpClient threads lying around without getting cleaned up **How to reproduce?** Submit...
**Jetty version(s)** Jetty 10.0.x **Description** Flaky Test seen repeatedly on `jetty-10.0.x` branch (and PRs) ``` java.util.concurrent.CompletionException: java.util.concurrent.TimeoutException at [email protected]/org.eclipse.jetty.quic.client.End2EndClientTest.testMultiThreadedHTTP1(End2EndClientTest.java:166) Caused by: java.util.concurrent.TimeoutException at java.base/java.util.concurrent.CompletableFuture$Timeout.run(CompletableFuture.java:2792) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)...
Added mechanism to safely add beans from a super constructor of ContainerLifeCycle Fixes #11317
Alternative to #11058 to fix #10541
https://github.com/jetty/jetty.project/blob/2584eb0429c3de1b05722337f3787859c9551eff/jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java#L365 should above code to be following? ``` public static String checkUriCompliance(UriCompliance compliance, HttpURI uri, ComplianceViolation.Listener listener) { for (UriCompliance.Violation violation : UriCompliance.Violation.values()) { if (uri.hasViolation(violation) && (compliance == null...
Bumps the dev-dependencies group with 20 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugin-tools:maven-plugin-tools-api](https://github.com/apache/maven-plugin-tools) | `3.10.2` | `3.11.0` | | [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools)...
Bumps the dev-dependencies group with 2 updates: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [org.eclipse.tycho:tycho-p2-repository-plugin](https://github.com/eclipse-tycho/tycho). Updates `com.puppycrawl.tools:checkstyle` from 10.12.7 to 10.13.0 Release notes Sourced from com.puppycrawl.tools:checkstyle's releases. checkstyle-10.13.0 Checkstyle 10.13.0 - https://checkstyle.org/releasenotes.html#Release_10.13.0 New: #14289 -...
**Jetty Versions:** This release process will produce releases: 12.0.6 **Target Date:** Jan 31, 2024 **Tasks:** - [x] Create the release(s) issue. - [x] Update the target Jetty version(s) in the...
**Jetty Versions:** This release process will produce releases: 10.0.20 / 11.0.20 **Target Date:** Jan 30, 2024 **Tasks:** - [x] Create the release(s) issue. - [x] Update the target Jetty version(s)...
Spawned by #5083. **Jetty version** 9.4.x **Description** `RolloverFileOutputStream` locking should be improved/removed. Currently it locks on a class lock for no reasons, since `__rollover` is only ever written in the...