Commit 39d9c74
authored
fix(deps): bump java-dogstatsd-client from 2.10.5 to 2.13.1 (#615)
* deps: bump java-dogstatsd-client from 2.10.5 to 2.13.1
java-dogstatsd-client 2.13.1 pulls jnr-unixsocket 0.36, which pulls
jnr-ffi 2.1.16. jnr-ffi 2.1.16 adds TypeAliases for ppc64/aix (PR #190),
which was missing in 2.1.12 (shipped with 2.10.5). Without it, jmxfetch
crashes on startup on IBM J9 / AIX ppc64 with:
java.lang.RuntimeException: invalid type: ssize_t
at jnr.ffi.provider.BadType.getNativeType(BadType.java:43)
at jnr.unixsocket.Native.<clinit>(Native.java:80)
The full chain stays on Java 1.7 target throughout (jnr-unixsocket 0.36
still targets 1.7; the jump to Java 8 happened in 0.38.0).
* changelog: add entry for #615
* changelog: simplify entry for #6151 parent 3472201 commit 39d9c74
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments