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

Fix Java 21 Build issues #1538

Merged
merged 5 commits into from
Aug 22, 2024
Merged

Fix Java 21 Build issues #1538

merged 5 commits into from
Aug 22, 2024

Conversation

Ndiritu
Copy link
Contributor

@Ndiritu Ndiritu commented Aug 22, 2024

Fixes failing builds in release workflow

  • Fixes failing tests caused by our previous dependency on mockito-inline which transitively installed byte-buddy-agent:1.14.1. This version of byte-buddy agent doesn't support Java 21. mockito-inline was deprecated after 5.3.0 of mockito-core. Changing to mockito-core's latest version allows us to transitively get a Java 21 compatible byte-buddy dependency.
  • Updates workflows to use Java 21

@Ndiritu Ndiritu self-assigned this Aug 22, 2024
@baywet
Copy link
Member

baywet commented Aug 22, 2024

@Ndiritu can you create issues in the microsoft graph repositories to replace the deprecated dependency please?

Copy link

@baywet baywet marked this pull request as ready for review August 22, 2024 17:32
@baywet baywet requested a review from a team as a code owner August 22, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants