bioimage-io / JDLL

The Java library to run Deep Learning models
https://github.com/bioimage-io/JDLL/wiki
Apache License 2.0
27 stars 6 forks source link

Add JDK 11 compatibility #25

Closed stefanhahmann closed 1 year ago

stefanhahmann commented 1 year ago

Include javax.activation-api 1.2.0 in pom.xml so that javax.activation.UnsupportedDataTypeException is available as import for JDK > 8

carlosuc3m commented 1 year ago

Is it maybe easier to change that exception?

tpietzsch commented 1 year ago

Is it maybe easier to change that exception?

I did that in https://github.com/bioimage-io/model-runner-java/pull/24 (changed to IllegalArgumentException)