Skip to content

Add support for Jetty 12 to address CVE-2024-6763 #235

Open
@kevin-lee

Description

Add support for Jetty 12 to address CVE-2024-6763

Why?

Any Other Things to Know?

  • Jetty 12 requires Java 17, so dropping support for Java 11 is necessary.
  • Jetty has multiple versions supporting different versions of Jakarta EE (Java EE). However, for the first version supporting Jetty 12, it is better to support only Jakarta EE 8 to minimize changes, as the API namespace moved from javax to jakarta starting with Jakarta EE 9.

NOTE:

I've done it for http4s 0.22 (http4s/http4s#7579), and I'm working on it for http4s-jetty now.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions