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