fix(deps): bump java-dogstatsd-client from 2.10.5 to 2.13.1#615
Merged
Conversation
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).
carlosroman
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
java-dogstatsd-clientfrom 2.10.5 to 2.13.1.This pulls in
jnr-unixsocket0.36 ->jnr-ffi2.1.16, which addsplatform/ppc64/aix/TypeAliases.class(missing in 2.1.12). Without it, jmxfetch crashes on AIX ppc64 withinvalid type: ssize_twhen initializing the DogStatsD UDS reporter.jnr/jnr-ffi#190
jnr-unixsocket0.36 still targets Java 7 (the jump to Java 8 happens at 0.38.0).Validated on AIX 7.3 / IBM J9 JDK 8.