Skip to content

MapDB 3.0.8 breaks Java 11 compatibility due to eclipse-collections version range #1061

Description

@ankushraghav

Environment:

MapDB version: 3.0.8

Java version: 11

Maven version: 3.x

Issue:
MapDB 3.0.8 uses version range [7.0.0,) for eclipse-collections dependencies, which allows Maven to resolve to eclipse-collections 13.0.0. This version is compiled with Java 17, causing UnsupportedClassVersionError on Java 11 runtimes.

Impact:

Breaks existing Java 11 applications without code changes

Violates reproducible build principles

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions