Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jetty-util from 8.2.0.v20160908 to 9.4.46.v20220331 #883

Merged

Commits on May 28, 2022

  1. Bump jetty-util from 8.2.0.v20160908 to 11.0.9

    Bumps [jetty-util](https://github.com/eclipse/jetty.project) from 8.2.0.v20160908 to 11.0.9.
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](jetty/jetty.project@jetty-8.2.0.v20160908...jetty-11.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-util
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 28, 2022
    Configuration menu
    Copy the full SHA
    bc3cbc6 View commit details
    Browse the repository at this point in the history
  2. Change the version to 9.4

    Jetty 9.x is the last version that does not use SLF4J natively: cf.
    [Jetty 9 documentation](https://www.eclipse.org/jetty/documentation/jetty-9/index.html#configuring-logging)
    vs
    [Jetty 10
    documentation](https://www.eclipse.org/jetty/documentation/jetty-10/operations-guide/index.html#og-logging)
    
    Given the EOL announcement jetty/jetty.project#7958, this is the last
    upgrade we need to perform.
    ppkarwasz committed May 28, 2022
    Configuration menu
    Copy the full SHA
    060b9c6 View commit details
    Browse the repository at this point in the history
  3. Remove managed dependency

    Beyond `log4j-appserver`, `wiremock` also uses Jetty, but an older
    version.
    ppkarwasz committed May 28, 2022
    Configuration menu
    Copy the full SHA
    7c94989 View commit details
    Browse the repository at this point in the history