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

tech-debt: mockito-core >4 requires Java 11 minimum #393

Closed
Zidious opened this issue Nov 18, 2023 · 1 comment
Closed

tech-debt: mockito-core >4 requires Java 11 minimum #393

Zidious opened this issue Nov 18, 2023 · 1 comment
Labels
TYPE: tech-debt Ticket is to make previous decisions more sustainable

Comments

@Zidious
Copy link
Contributor

Zidious commented Nov 18, 2023

Note: this is a test dependency so its not urgent

As of mockito-core 5 they require a minimum version of Java 11. According to their v5 release notes:

What should I do if I still run JDK 8?
For JDK 8 and below, you can keep on using Mockito 4.
This is similar to if you are using JDK 6, for which you can keep on using Mockito 2.
The changes in Mockito 5 (for now) are primarily focused on the latest JDK versions, which means the API differences between Mockito 4 and 5 are minimal.
However, over time this will most likely widen, so we do recommend adopting JDK 11 in the future.

@Zidious Zidious added the TYPE: tech-debt Ticket is to make previous decisions more sustainable label Nov 18, 2023
@Zidious
Copy link
Contributor Author

Zidious commented Dec 5, 2023

No longer required

@Zidious Zidious closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TYPE: tech-debt Ticket is to make previous decisions more sustainable
Projects
None yet
Development

No branches or pull requests

1 participant