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)** Jetty 12 **Description** Review PathMappings with an eye on Dumpable. Make sure MappedResource is Dumpable as well (and can show Dumpable hierarchy if the resource is also Dumpable)
**Jetty version(s)** Jetty 12 **Enhancement Description** More and more JSON libs are supporting the serialization in/out of Java Record types. We should support it too.
**Jetty version(s)** 12 **Enhancement Description** In Jetty-12, there are several (many) classes in both ee9 & ee10 that are substantially the same (e.g. `WebAppClassLoader`). We should create a module were...
**jetty-12** There are a few `pom.xml` files in jetty-12 that have commented out sections. We should review those and remove those that are not needed, or otherwise fix them up.
**Jetty version(s)** Jetty 12.0.8 **Jetty Environment** core **Java version/vendor** `(use: java -version)` Amazon Corretto 17.0.9 **OS type/version** Ubuntu 22.04.4 LTS **Description** We have a service A that initiates an API...
**Jetty version(s)** 12.0.3 **Jetty Environment** ee10 **Java version/vendor** `(use: java -version)` 17.0.9 **OS type/version** Debian 12.2 **Description** Repeatedly starting and stopping jetty using the `jetty.sh` script, it sometimes happens that...
Reverting top level ee# version properties, as it prevents the tooling built around versions to update the `/jetty-ee#/` trees in isolation of each other. Also, changed the `/jetty-demos/` tree to...
migrated from Bugzilla [#483677](https://bugs.eclipse.org/bugs/show_bug.cgi?id=483677) status NEW severity _enhancement_ in component _start_ for _9.3.x_ Reported in version _9.3.6_ on platform _PC_ Assigned to: Joakim Erdfelt On 2015-12-04 09:22:49 -0500, Jesse McConnell...
**Jetty version(s)** 12 **Description** We should document that `ResourceFactory` has out of the box support for `file:`, `jar:file:` and `jrt:` URIs, plus any NIO filesystem provider implementation, as well as...