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

Make build work on java 22-ea #2569

Closed
wants to merge 5 commits into from
Closed

Conversation

hgschmie
Copy link
Contributor

Revisit the mockito setup (this can be improved once
mockito/mockito#3137 has landed and was
released with mockito). For now, we add the bytebuddy agent directly.

Also update spotbugs and junit, which is needed to pass build under
Java 22-ea.

Revisit the mockito setup (this can be improved once
mockito/mockito#3137 has landed and was
released with mockito). For now, we add the bytebuddy agent directly.

Also update spotbugs and junit, which is needed to pass build under
Java 22-ea.
Copy link

sonarcloud bot commented Dec 28, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@stevenschlansker
Copy link
Member

Fixes #2549

@stevenschlansker
Copy link
Member

I have spent a bit more time looking into this, and I think we can avoid needing bytebuddy agent at all (and therefore avoid needing to do all the pom dance here to bring it in for 22-ea).

See #2593

@stevenschlansker
Copy link
Member

I'll close this for now since we have 22-ea working without the agent altogether.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants