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

Allow configuring endpointIdentificationAlgorithm for jetty SSL #1153

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

huangminchn
Copy link

No description provided.

@tymur-berezhnoi
Copy link

Looks good, but I would use openjdk9 or even openjdk11 instead of oraclejdk. If it's not possible now, lets create a separate issue/poc...

@huangminchn
Copy link
Author

Looks good, but I would use openjdk9 or even openjdk11 instead of oraclejdk. If it's not possible now, lets create a separate issue/poc...

@t-jd Hi Tymur, thanks for reviewing. I have addressed your comment; could you please take another look?

@huangminchn
Copy link
Author

Hi, can we get some traction on this PR please?

@tipsy
Copy link
Contributor

tipsy commented Apr 24, 2020

Sorry @huangminchn, this repo is not actively maintained at the moment.

@tymur-berezhnoi
Copy link

@huangminchn looks good, but still the build is failed, at least Travis CI says so

@huangminchn
Copy link
Author

Closed by mistakes. Reopening it.

@huangminchn huangminchn reopened this May 20, 2022
@huangminchn
Copy link
Author

@t-jd Hi Tymur, could you please take another look? Thanks!

Also upgrade jdk from oraclejdk8 to oraclejdk9 (CI complains that
"Expected feature release number in range of 9 to 14, but got: 8")
@huangminchn
Copy link
Author

@t-jd Hi Tymur, it would be great if you could take another look. Thanks!

@tymur-berezhnoi
Copy link

@huangminchn Looks good 👍

@huangminchn
Copy link
Author

Thanks @t-jd ! Could you please approve the PR? https://github.com/perwendel/spark/actions/runs/2694031124

@tymur-berezhnoi
Copy link

@huangminchn I don't see how can I approve this PR. There is no action button to approve, bit only for a specific commit

@huangminchn
Copy link
Author

@t-jd At the bottom of this PR page, it said "1 workflow awaiting approval". Could you please click on it and approve it?

@tipsy
Copy link
Contributor

tipsy commented Jul 28, 2022

@huangminchn, @t-jd is not a maintainer, so he is not able to approve your PR. @perwendel is the main maintainer, and he has been active lately, so hopefully he can approve the run :)

@huangminchn
Copy link
Author

Good to know that! @perwendel Could you please approve the run? Thanks!

@lepe
Copy link

lepe commented Aug 11, 2022

PR merged into/solved in the unofficial build - Release 2+

@huangminchn
Copy link
Author

PR merged into/solved in the unofficial build - Release 2+

Thanks @lepe ! Can you help merge it into this repo? Are you planning to release the unofficial build?

@lepe
Copy link

lepe commented Sep 14, 2022

@huangminchn Yes, I have been releasing the unofficial build. To use it:

<dependency>
  <groupId>com.intellisrc</groupId>
  <artifactId>spark-core</artifactId>
  <version>2.9.4-unofficial-4</version>
</dependency>

There should not be any impact in your code (except the dependency).

Please take a minute to read which modifications, features and bug fixes are included or the summary of all the pull requests already added.

I would be happy to help to merge those changes into this repo, as I don't want to create a divergence. However it doesn't depend on me, as I'm not part of the maintainers team. Meanwhile, I will continue maintaining my branch. You are welcome to help adding new features, PMs or fixing bugs.

There are still some things I would like to update:

  • use Java 11 or 17 (there is already another fork by @nmondal which contains such changes, so I would like to merge it)
  • use Jetty version 12 if possible, so we can add HTTP/3 support.

@nmondal
Copy link

nmondal commented Sep 19, 2022

@lepe : my fork use Jetty 11.
Should I move to Jetty 12?
I mean I can, I have no qualm about moving ... 🤣

@nmondal
Copy link

nmondal commented Sep 19, 2022

@lepe : I tried to migrate. And this happened:
jetty/jetty.project#7638
Handlers are an issue.
We must wait a bit, I suppose, to avoid overwork.
There are alpha1 versions of ee9 and ee10.

@lepe
Copy link

lepe commented Sep 20, 2022

@lepe : my fork use Jetty 11. Should I move to Jetty 12? I mean I can ... I tried to migrate. And this happened ...

Great! Thanks for trying.

Checking again, it seems that HTTP/3 was implemented in Jetty 10.0.8/11.0.8. So Jetty 11 should be enough for now.
I will start working on merging your changes into the unofficial build and implementing HTTP/3 as soon as possible. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants