Skip to content

Upgrade msgpack to 0.9+ #3077

Description

@apupier

Is your feature request related to a problem? Please describe.

Currently there is a dependency to msgpack 0.6.6 which is from 2012. There are newer version (0.9.12 from May 2026)

It is pulling JUnit 4.x as runtime dependencies (not test!) through drill-common 1.22.0 -> msgpack 0.6.6 -> json-simple 1.1.1 -> junit 4.10

Latest surefire plugin 3.6.0) doesn't support Junit 4.11-, causing this kind of error:

Caused by: org.apache.maven.plugin.MojoExecutionException: Surefire is not compatible with JUnit 4.11 or older. Project version is 4.7
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo$JUnitPlatformProviderInfo.getProviderClasspath (AbstractSurefireMojo.java:3224)

Describe the solution you'd like
Use recent version of msgpack without dependency on junit a compile time

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context

Note that the artifact has been relocated from org:msgpack:msgpack to org.msgpack:msgpack-core

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions