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

Support for building with OpenJDK 21 #2270

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Conversation

linghengqian
Copy link
Member

Fixes #2269.

Changes proposed in this pull request:

  • Support for building with OpenJDK 21.
  • Disables a unit test involving lambda on a specific JDK.

@linghengqian linghengqian added this to the 3.0.4 milestone Sep 20, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2270 (2668b86) into master (d4f7d94) will decrease coverage by 0.05%.
Report is 1 commits behind head on master.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #2270      +/-   ##
============================================
- Coverage     84.46%   84.41%   -0.05%     
+ Complexity     1929     1928       -1     
============================================
  Files           287      287              
  Lines          6341     6341              
  Branches        704      704              
============================================
- Hits           5356     5353       -3     
- Misses          659      661       +2     
- Partials        326      327       +1     
Files Changed Coverage Δ
...elasticjob/lite/internal/server/ServerService.java 72.34% <ø> (ø)

... and 2 files with indirect coverage changes

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

@linghengqian linghengqian marked this pull request as ready for review September 20, 2023 04:58
@strongduanmu strongduanmu merged commit 16dd2fc into apache:master Sep 20, 2023
9 checks passed
@linghengqian linghengqian deleted the jdk21 branch September 20, 2023 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Supports building project via JDK21
3 participants