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

Add JDK 17 support #512

Merged
merged 7 commits into from
Mar 25, 2022

Conversation

dai-chen
Copy link
Collaborator

@dai-chen dai-chen commented Mar 24, 2022

Description

  1. Add JDK 17 to CI/CD. To pass all SQL build, lombok, mockito and jacoco is upgraded to newer version accordingly.
  2. Add JDK 17 to SQL JDBC CI/CD as well.
  3. Update developer guide doc to clarify the JDK version supported.

Issues Resolved

#467

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Chen Dai <daichen@amazon.com>
Signed-off-by: Chen Dai <daichen@amazon.com>
Signed-off-by: Chen Dai <daichen@amazon.com>
Signed-off-by: Chen Dai <daichen@amazon.com>
@codecov-commenter
Copy link

codecov-commenter commented Mar 24, 2022

Codecov Report

Merging #512 (1ceeae1) into main (217b100) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #512   +/-   ##
=========================================
  Coverage     95.24%   95.24%           
  Complexity     2744     2744           
=========================================
  Files           276      276           
  Lines          7410     7410           
  Branches        537      537           
=========================================
  Hits           7058     7058           
  Misses          298      298           
  Partials         54       54           
Flag Coverage Δ
query-workbench 62.91% <ø> (ø)
sql-engine 98.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 217b100...1ceeae1. Read the comment docs.

Signed-off-by: Chen Dai <daichen@amazon.com>
@dai-chen dai-chen marked this pull request as ready for review March 24, 2022 21:20
@dai-chen dai-chen requested a review from a team as a code owner March 24, 2022 21:20
Signed-off-by: Chen Dai <daichen@amazon.com>
Copy link
Collaborator

@penghuo penghuo left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@vamsi-amazon vamsi-amazon left a comment

Choose a reason for hiding this comment

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

LGTM

@dai-chen dai-chen merged commit ab9c1fb into opensearch-project:main Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants