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

Switch Mockito to proxy-only mode and disable byte-buddy agent #2593

Merged
merged 2 commits into from
Jan 11, 2024

Conversation

stevenschlansker
Copy link
Member

@stevenschlansker stevenschlansker commented Jan 9, 2024

A possible path to get rid of the byte-buddy agent entirely.
Depends on: #2595
Fixes: #2549
Fixes: #2506 (while this does not remove all tests, the remaining ones I think are reasonably well justified)
Replaces: #2569

@stevenschlansker stevenschlansker force-pushed the mockito-proxy branch 4 times, most recently from d25158b to 6f642bd Compare January 10, 2024 19:11
@stevenschlansker stevenschlansker changed the title Draft: Switch Mockito to proxy-only mode and disable byte-buddy agent Switch Mockito to proxy-only mode and disable byte-buddy agent Jan 10, 2024
@stevenschlansker stevenschlansker requested a review from a team January 10, 2024 21:13
Copy link

sonarcloud bot commented Jan 10, 2024

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

Copy link
Contributor

@hgschmie hgschmie left a comment

Choose a reason for hiding this comment

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

LGTM

@stevenschlansker stevenschlansker merged commit 5a33a0f into master Jan 11, 2024
47 of 48 checks passed
@stevenschlansker stevenschlansker deleted the mockito-proxy branch January 11, 2024 22:30
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.

followup on mockito#3037 (dynamic agent loading) Remove all mockito tests
2 participants