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

deps: replace Jetty with HttpServer #433

Merged
merged 4 commits into from Feb 20, 2020

Commits on Feb 18, 2020

  1. feat: Replace Jetty with HttpServer.

    Remove Jetty v8.2 and replace with com.sun.net.httpserver.HttpServer.  Jetty has had breaking changes since 8.2 (specifically with version 9.4).  This causes with conflicts with newer code using later versions of Jetty.  Removing dependency on Jetty resolves this issue.
    
    Fixes googleapis#397.
    ericraskin committed Feb 18, 2020
    Copy the full SHA
    cb0a581 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Copy the full SHA
    48fb3f2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    84c457e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Copy the full SHA
    2754068 View commit details
    Browse the repository at this point in the history