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

Updated for v9.4 of Jetty #431

Closed
wants to merge 1 commit into from

Conversation

ericraskin
Copy link
Contributor

@ericraskin ericraskin commented Feb 16, 2020

fix: Fixes #397. Update to Jetty 9.4.v26.20200117

@ericraskin ericraskin requested a review from a team as a code owner February 16, 2020 16:07
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added the cla: no This human has *not* signed the Contributor License Agreement. label Feb 16, 2020
Copy link
Contributor

@elharo elharo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this is an upgrade we want.

@@ -89,6 +89,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.26.v20200117</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

versions are set elsewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm new to this. How are versions set? There are a number of people who need this upgrade (see the Issue). And why don't you want it? Help me understand so I can do a better job.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK - I found where the versions are set and I will update my fix appropriately. Is a new pull request appropriate or will it be rejected because the upgrade is not wanted (why not)?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jetty is a weird dep and we need to keep it consistent across the orbit of all GCP libraries, not just in this one project. Upgrading it to a new major version is going to require some planning and investigation to make sure we don't accidentally break anything. If this is necessary for some reason, please file an issue with more details so this can be prioritized and discussed.

@elharo elharo closed this Feb 16, 2020
@ericraskin
Copy link
Contributor Author

ericraskin commented Feb 16, 2020 via email

@elharo
Copy link
Contributor

elharo commented Feb 16, 2020

We probably should update. However it's not just this repo that needs to move at the same time. There are several dozen other repos we need to update in rough sync, and several hundred other artifacts. And we need to figure out if that's likely to break any dependent projects that rely on this being 8.2.

Step 1 is simply to figure out which of those several hundred other artifacts need to move and how big a change that will be for them. I do wonder if it might be simpler to remove the jetty dependency completely and use com.sun.net.httpserver instead. That's a bigger change but it has much less risk of introducing dependency conflicts with other projects.

@ericraskin
Copy link
Contributor Author

ericraskin commented Feb 18, 2020 via email

@ericraskin
Copy link
Contributor Author

ericraskin commented Feb 18, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: no This human has *not* signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

google-oauth-client-jetty incompatible with Jetty 9.4+
3 participants