ome / omero-blitz

Gradle project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
0 stars 15 forks source link

Set logback dependency to 1.2.x #136

Closed sbesson closed 1 year ago

sbesson commented 1 year ago

Bio-Formats 6.12.x which is a transitive dependency of this component ships slf4-api 1.7.x which is only supported up to 1.2.x While using logback 1.3.x is doable and Gradle will automatically select a higher version of slj4-api 2.x, this might cause problems for downstream components using different resolution mechanisms like Ivy or Maven

Hopefully this is the solution for the build failures of https://github.com/ome/openmicroscopy/pull/6341

sbesson commented 1 year ago

Assuming no side-effect on the rest of the CI, is the plan to get this merged and released as 5.6.2 to fix the downstream build?

sbesson commented 1 year ago

Two failures in the CI builds using 6c02c0e:

jburel commented 1 year ago

https://github.com/jburel/openmicroscopy/actions/runs/4386568826/jobs/7712042429 is green with the latest commit