ome / omero-romio

Gradle project for the ROMIO library of OMERO
GNU General Public License v2.0
0 stars 13 forks source link

FailedTileLoopException becomes a checked exception. #7

Closed mtbc closed 5 years ago

mtbc commented 5 years ago

This PR stops calling code from being able to ignore FailedTileLoopException. This change is best made in a major release.

rgozim commented 5 years ago

Fine by me, just so long as the application can be expected to recover from the exception when thrown.

joshmoore commented 5 years ago

Raises questions about in which README/CHANGELOG this type of change shall go in. To some extent, it should influence the semantic version of this component. Merging as an agreed upon change, and we can discuss the overall multi-repo versioning strategy.

cc: @sbesson