Commit b10fa40
build: suppress sun.misc.Unsafe warnings from Arrow and Protobuf
Both arrow-memory-unsafe and protobuf-java call arrayBaseOffset,
which is terminally deprecated in JDK 25. Suppress via
--sun-misc-unsafe-memory-access=allow in surefire (all modules)
and failsafe (integration) argLine.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8d60d95 commit b10fa40
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| |||
0 commit comments