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) 11.0.17 Java version/vendor (use: java -version) 17.0.8 Spring boot version(s) 2.7.18 OS type/version Linux We are using jetty secure client over http/2 We had a requirement where we...
**Jetty version(s)** 12.0.8-SNAPSHOT **Jetty Environment** ee8 **Java version/vendor** `(use: java -version)` All **OS type/version** All **Description** Error ``` expected: but was: ``` Stacktrace ``` org.opentest4j.AssertionFailedError: expected: but was: at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)...
**Jetty version(s)** Jetty 12 **Java version/vendor** `(use: java -version)` Java 17 **OS type/version** All **Description** Currently in Jetty 12, Infinispan is on version 11.0.17.Final. We should upgrade it to 14.0.6.Final
**Jetty version(s)** 12.0.7 **Jetty Environment** Any **Java version/vendor** `(use: java -version)` Any **OS type/version** Any **Description** Per the Servlet Spec API docs on `ServletContext.getResourcesAsStream(String)` the returned `InputStream` must use `URLConnection`....
**Jetty version(s)** 10+ **Enhancement Description** Would be nice to have `HttpClient` (or some other component such as `ClientConnector`) emit events for TCP connection establishment/failure (a begin event, and a success/fail...
**Jetty Version**: Jetty 12 **Jetty Environment**: core,http2 **Java Version**: 17 **Question** We have certain use cases for which we would like to override the default behavior of the jetty. It...
**Jetty version(s)** 12.0.7 **Description** `NetworkTrafficListenerTest.testTrafficWithRequestContentWithResponseRedirectOnPersistentConnection` sometimes fails with: ``` expected: but was: ``` See: https://jenkins.webtide.net/blue/organizations/jenkins/jetty.project/detail/PR-11549/1/tests
**Jetty version(s)** all **Enhancement Description** implement jetty installation via sdkman
Making Implementations of `ServletContext.getResourceAsStream(String)` use `URLConnection` properly (per spec) in ee10/ee9 codebases. Fixes #11536
**Jetty version(s)** 12 **Description** Now that we have multiple environments, each `ScanningAppProvider` scans the `webapps/` directory, and tries to deploy what's in there. This is not optimal: we should have...