ome / omero-ms-zarr

Experimental micro-service for implementing the Zarr spec over HTTP
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
17 stars 12 forks source link

General code improvement for microservice. #43

Closed mtbc closed 4 years ago

mtbc commented 4 years ago

Reorganizes classes to more use of Spring IOC to fix #42 and adds more logging in support of #36. Apart from seeing a bit more printed with gradle run the microservice should behave exactly as before.

joshmoore commented 4 years ago

Building locally and deploying on docker works as before. (Though there was some troubling DEBUG output that I hadn't noticed before:


zarr_1         | java.lang.IllegalAccessException: class io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @1e6a3214
```)