Recent commons-io release (most likely v2.22.0, but might be a bit earlier) has started throwing IOException in the constructor of BOMInputStream class. Thus owlapi now fails to compile complaining:
/<<PKGBUILDDIR>>/api/src/main/java/org/semanticweb/owlapi/io/DocumentSources.java:[292,15] error: unreported exception IOException; must be caught or declared to be thrown
Recent commons-io release (most likely v2.22.0, but might be a bit earlier) has started throwing IOException in the constructor of BOMInputStream class. Thus owlapi now fails to compile complaining: