Sébastien Besson
Sébastien Besson
Motivated primarily by the regression in #6405 and https://github.com/ome/openmicroscopy/issues/6405#issuecomment-2283339623, this bumps the version of `jul-to-slf4j` and `jcl-over-slf4j` to the latest release of the 2.0.x series, currently 2.0.16. These should be...
This question came as a follow-up of the ongoing [OME 2024 challenge](https://github.com/ome/ome2024-ngff-challenge) which aims to generate Zarr datasets largely based on the structure defined in [RFC 2](https://ngff.openmicroscopy.org/rfc/2/index.html) with additional metadata...
Opening as a draft initially as the initial implementation will fail some integration tests and this could use feedback from the OME team. The OMERO.py gateway tests have historically been...
Fixes #4313 This allows to map the OME schemas from their URL to the corresponding XSD files available as resources from the specification JAR and perform the XML validation offline...
Fixes #485 ## Summary This changes set the Java process launched by the `omero import` utility to work in environments where the default Java temporary directory, usually `/tmp/`, is mounted...
See https://github.com/ome/openmicroscopy/issues/6439 Update the OMERO CLI import plugin to set `java.io.tmpdir` to either a. `${OMERODIR}/var/tmp` for in-place imports b. the OMERO temporary directory, typically `~/omero/tmp`, for client-side imports
See https://github.com/ome/openmicroscopy/issues/6439 Update the CLI `admin` commands starting Java to: 1. check for the existence of` ${OMERODIR}/var/tmp` and create it if necessary 2. set `java.io.tmpdir` to `${OMERODIR}/var/tmp`
See https://github.com/ome/omero-py/issues/481 and the latest discussion BlitzObjectWrapper.getDetails().getExternalInfo() should provide the same lazy-loading functionality and return a wrapped ExternalInfo Consumers who might have adopted the OMERO.py gateway API introduced in https://github.com/ome/omero-py/pull/453...
See https://github.com/ome/openmicroscopy/issues/6439 Add a section to the troubleshooting section with the workaround and a resolution using the new released components
# Background Widely recognized authorities including the [Center for Internet Security (CIS)](https://www.cisecurity.org/) and [NIST](https://www.nist.gov/) are regularly publishing and updating sets of security best practices for the configuration of IT systems...