Skip to content

Fix build warnings - #464

Merged
cirras merged 1 commit into
masterfrom
fix-mockito-warning
Sep 16, 2026
Merged

cirras merged 1 commit into
masterfrom
fix-mockito-warning

Conversation

@cirras

@cirras cirras commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

We were getting warnings due to...

  • Mockito dynamically loading java agents, which will be disallowed in a future JDK.
  • The Mockito agent appending itself to the bootstrap classpath, which limits class data sharing to boot loader classes.

We were getting warnings due to...
- Mockito dynamically loading java agents, which will be disallowed in a
  future JDK.
- The Mockito agent appending itself to the bootstrap classpath, which
  limits class data sharing to boot loader classes.
@cirras
cirras requested a review from fourls September 11, 2026 04:10
@cirras
cirras merged commit 4c55af1 into master Sep 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants