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

Update minimum JDK version to 11 & add support to JDK 21 #160

Merged
merged 8 commits into from
Mar 2, 2024

Conversation

oswaldobapvicjr
Copy link
Owner

@oswaldobapvicjr oswaldobapvicjr commented Mar 2, 2024

During an attempt to add support to JDK 21 LTS, I found the following issues:

  • The current Mockito version used (4.11.0) was the latest one that still supports JDK 8, but it's failing to create some required mocks using JDK 21.
  • JDK 8 is not supported by Oracle since March 2022.
  • JDK 11 is not supported by Oracle since September 2023

So, to continue moving forward, supporting JDK 21 fully, we must drop support to JDK 8.

@oswaldobapvicjr oswaldobapvicjr self-assigned this Mar 2, 2024
@oswaldobapvicjr oswaldobapvicjr added the enhancement New feature or request label Mar 2, 2024
Copy link

codecov bot commented Mar 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.01%. Comparing base (a6a04db) to head (e8608b5).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #160   +/-   ##
=========================================
  Coverage     99.01%   99.01%           
  Complexity      462      462           
=========================================
  Files            71       71           
  Lines           911      911           
  Branches         52       52           
=========================================
  Hits            902      902           
  Misses            9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oswaldobapvicjr oswaldobapvicjr changed the title Add support to JDK 21 LTS Update minimum JDK version to 11 & add support to JDK 21 Mar 2, 2024
@oswaldobapvicjr oswaldobapvicjr merged commit bbf2a03 into master Mar 2, 2024
6 checks passed
@oswaldobapvicjr oswaldobapvicjr deleted the oswaldobapvicjr-patch-1 branch March 2, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant