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
Introduces new `jetty-compression` libs. * `jetty-compression-common` is the common location for Compression classes (neither server or client specific, just compression) * `jetty-compression-gzip` is the implementation of the generic compression lib...
- Move `jetty-openid` module to `jetty-integrations`. - Reduce the duplication of the `OpenIdProvider` which can be shared between all openid modules.
Implement Servlet upgrade for ee10 and ee11 which is required for the TCK. Replaces https://github.com/jetty/jetty.project/pull/10128
[jetty_files.zip](https://github.com/user-attachments/files/16681073/jetty_files.zip) **Jetty version(s)** **Jetty Environment** **Java version/vendor** `(use: java -version)` openjdk version "17.0.8.1" 2023-08-24 **OS type/version** : Windows 11 **Description** Hi, I was running jetty server with xml configuration version...
**Jetty version(s)** _[Jetty 9.x is now at End of Community Support](https://github.com/jetty/jetty.project/issues/7958)_ **Enhancement Description** Have a look at https://github.com/eclipse-dash/dash-licenses and find some process to integrate it as part our build/release chain
Jetty 12: ``` EventsHandlerTest.testUsingEventsResponseAsContentSourceFailsWithTrailers:264 » ConditionTimeout org.eclipse.jetty.test.client.transport.EventsHandlerTest$$Lambda/0x00007f9468326a68 expected but was within 1 seconds. ```
**Jetty version(s)** 12.1.x **Description** Many classes carry over deprecated methods that can be removed, for example: `EndPoint.get[Local|Remote]Address()`. Review what needs to be removed before the final release of 12.1.x.
Fix #9051. Revert to delayed content handling in the Connections
**Jetty version(s)** 12.0.x **Jetty Environment** ee10 **Description** `org.eclipse.jetty.ee10.servlet.AsyncServletIOTest.testStolenAsyncRead()` can fail with: ``` org.opentest4j.AssertionFailedError: Expected :true Actual :false ``` Here's the stack trace that was collected when the failure happens: ```...