openslide / openslide-java

Java bindings to OpenSlide
https://openslide.org/
GNU Lesser General Public License v2.1
41 stars 24 forks source link

Require OpenSlide ≥ 4.0.0 #75

Closed bgilbert closed 7 months ago

bgilbert commented 7 months ago

We're about to add features from OpenSlide 4.0.0. Since we already need a recent JVM and don't have a stable API, just require the newer OpenSlide instead of conditionalizing the new features.

Add a constant for the new openslide.icc-size property in 4.0.0. Use the synthetic slide for the CI smoke test, since we can now assume it's available.

openslide-bot commented 7 months ago

DCO signed off :heavy_check_mark:

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.