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

[#1066] fix: The Jetty server fails to start when compiled with JDK 8 but runtime version is JDK 11. #1067

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

qijiale76
Copy link
Contributor

@qijiale76 qijiale76 commented Aug 2, 2023

What changes were proposed in this pull request?

Add the JDK 11 removed jar package.

Why are the changes needed?

Fix: #1066

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Tested in our cluster.

@codecov-commenter
Copy link

codecov-commenter commented Aug 2, 2023

Codecov Report

Merging #1067 (f957dd2) into master (9ef3747) will increase coverage by 1.22%.
Report is 2 commits behind head on master.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1067      +/-   ##
============================================
+ Coverage     54.18%   55.40%   +1.22%     
- Complexity     2549     2550       +1     
============================================
  Files           386      366      -20     
  Lines         21861    19507    -2354     
  Branches       1813     1813              
============================================
- Hits          11845    10808    -1037     
+ Misses         9315     8070    -1245     
+ Partials        701      629      -72     

see 25 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jerqi
Copy link
Contributor

jerqi commented Aug 2, 2023

Do we need add this dependency to the coordinator's and shuffle server's pom?

Copy link
Collaborator

@cchung100m cchung100m left a comment

Choose a reason for hiding this comment

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

LGTM, thanks to @qijiale76

@jerqi
Copy link
Contributor

jerqi commented Aug 5, 2023

Do we need add this dependency to the coordinator's and shuffle server's pom?

I verify this by hand. Binary package has the package activation.jar. It's ok.

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @cchung100m @qijiale76

@jerqi jerqi merged commit 1c99972 into apache:master Aug 5, 2023
30 checks passed
@jerqi
Copy link
Contributor

jerqi commented Aug 5, 2023

Merged to master.

@qijiale76 qijiale76 deleted the jetty_start_fail branch August 16, 2023 10:13
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.

[Bug] The Jetty server fails to start when compiled with JDK 8 but runtime version is JDK 11.
4 participants