From 15180192452f127d47f6078c16b3f179b1f63254 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Tue, 19 Nov 2024 18:05:38 +0000 Subject: [PATCH 1/8] Add changelog for 5.6.14 --- history.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/history.rst b/history.rst index bf1d6626b4d..5b6422ea856 100644 --- a/history.rst +++ b/history.rst @@ -5,6 +5,37 @@ OMERO version history ===================== + +5.6.14 (November 2024) +---------------------- + +This release includes the following upgrade of the OMERO.server Java components: + +- omero-gateway-java 5.10.0 +- omero-blitz 5.8.0 +- omero-server 5.7.0 +- omero-renderer 5.6.0 +- omero-romio 5.7.0 +- omero-common 5.7.0 +- omero-model 5.7.0 + + +Improvements include: + +- Bump slf4j dependencies. See https://github.com/ome/openmicroscopy/pull/6409 +- Add new LUTs See https://github.com/ome/openmicroscopy/pull/6398 and https://github.com/ome/omero-web/pull/581 +- Ugrade of Bio-Formats to version 8.0.1 +- Fix dependency resolution following the upgrade of Bio-Formats see https://github.com/ome/openmicroscopy/pull/6413 +- Improve test coverage for table slice. See https://github.com/ome/openmicroscopy/pull/6409 + +**Note:** This version has been built via Java 11 with the compatibility flag on for Java 8. +Limited testing was done with Java 8 but the application should still run on Java 8. + +This version of the OMERO.server has been tested with: + +- OMERO.py 5.19.5 +- OMERO.web 5.28.0 + 5.6.13 (August 2024) -------------------- From c37ef6b83f64d95e7b94d279eeab42d0136c8c88 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Tue, 19 Nov 2024 21:37:14 +0000 Subject: [PATCH 2/8] Remove link to OMERO.web PR --- history.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/history.rst b/history.rst index 5b6422ea856..4089d80a9f3 100644 --- a/history.rst +++ b/history.rst @@ -22,9 +22,9 @@ This release includes the following upgrade of the OMERO.server Java components: Improvements include: -- Bump slf4j dependencies. See https://github.com/ome/openmicroscopy/pull/6409 -- Add new LUTs See https://github.com/ome/openmicroscopy/pull/6398 and https://github.com/ome/omero-web/pull/581 -- Ugrade of Bio-Formats to version 8.0.1 +- Bump slf4j dependencies. See https://github.com/ome/openmicroscopy/pull/6409. +- Add new lookup tables See https://github.com/ome/openmicroscopy/pull/6398. +- Ugrade of Bio-Formats to version 8.0.1. - Fix dependency resolution following the upgrade of Bio-Formats see https://github.com/ome/openmicroscopy/pull/6413 - Improve test coverage for table slice. See https://github.com/ome/openmicroscopy/pull/6409 From 74c646840578aae95f8e70085be196aecde21c36 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Tue, 19 Nov 2024 21:48:17 +0000 Subject: [PATCH 3/8] Remove ref to test --- history.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/history.rst b/history.rst index 4089d80a9f3..1e34eb5471d 100644 --- a/history.rst +++ b/history.rst @@ -26,7 +26,6 @@ Improvements include: - Add new lookup tables See https://github.com/ome/openmicroscopy/pull/6398. - Ugrade of Bio-Formats to version 8.0.1. - Fix dependency resolution following the upgrade of Bio-Formats see https://github.com/ome/openmicroscopy/pull/6413 -- Improve test coverage for table slice. See https://github.com/ome/openmicroscopy/pull/6409 **Note:** This version has been built via Java 11 with the compatibility flag on for Java 8. Limited testing was done with Java 8 but the application should still run on Java 8. From a4e72e9bc3bc88ef50417302301e13c3dcb081fd Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Tue, 19 Nov 2024 21:49:28 +0000 Subject: [PATCH 4/8] Remove ref to dependency --- history.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/history.rst b/history.rst index 1e34eb5471d..081557f399a 100644 --- a/history.rst +++ b/history.rst @@ -25,7 +25,6 @@ Improvements include: - Bump slf4j dependencies. See https://github.com/ome/openmicroscopy/pull/6409. - Add new lookup tables See https://github.com/ome/openmicroscopy/pull/6398. - Ugrade of Bio-Formats to version 8.0.1. -- Fix dependency resolution following the upgrade of Bio-Formats see https://github.com/ome/openmicroscopy/pull/6413 **Note:** This version has been built via Java 11 with the compatibility flag on for Java 8. Limited testing was done with Java 8 but the application should still run on Java 8. From 86a5739c91b766b5a9dd286c0354b064ebe2a7f4 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Tue, 19 Nov 2024 21:52:37 +0000 Subject: [PATCH 5/8] Rephrase Java 8 note --- history.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history.rst b/history.rst index 081557f399a..dac56d2eb7f 100644 --- a/history.rst +++ b/history.rst @@ -26,8 +26,8 @@ Improvements include: - Add new lookup tables See https://github.com/ome/openmicroscopy/pull/6398. - Ugrade of Bio-Formats to version 8.0.1. -**Note:** This version has been built via Java 11 with the compatibility flag on for Java 8. -Limited testing was done with Java 8 but the application should still run on Java 8. +**Note:** The omero-* java components have been built via Java 11 with the compatibility flag on for Java 8. +Due to limited testing on Java 8, we recommend to upgrade to Java 11 or higher. This version of the OMERO.server has been tested with: From eb07bb7f98d3c9d528d4b53852d983731af648a9 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 20 Nov 2024 11:17:32 +0000 Subject: [PATCH 6/8] Bump dependencies version --- etc/omero.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/omero.properties b/etc/omero.properties index 7e49c521f4a..29775ea7529 100644 --- a/etc/omero.properties +++ b/etc/omero.properties @@ -247,9 +247,9 @@ versions.omero-scripts-url=${versions.omero-pypi} ### ## Internal dependencies -versions.omero-blitz=5.7.4 -versions.omero-common-test=5.6.7 -versions.omero-gateway=5.9.3 +versions.omero-blitz=5.8.0 +versions.omero-common-test=5.7.0 +versions.omero-gateway=5.10.0 versions.omero-scripts=5.8.3 versions.OMEZarrReader=0.3.1 ## Global overrides, if empty ignored From 384e44cba08b8bd99419400a59d3e1df3cebee3c Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 20 Nov 2024 12:05:55 +0000 Subject: [PATCH 7/8] Move paragraph --- history.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history.rst b/history.rst index dac56d2eb7f..3aec44def72 100644 --- a/history.rst +++ b/history.rst @@ -19,6 +19,8 @@ This release includes the following upgrade of the OMERO.server Java components: - omero-common 5.7.0 - omero-model 5.7.0 +The Java components listed above have been built via Java 11 with the compatibility flag on for Java 8. +Due to limited testing on Java 8, we recommend to upgrade to Java 11 or higher. Improvements include: @@ -26,8 +28,6 @@ Improvements include: - Add new lookup tables See https://github.com/ome/openmicroscopy/pull/6398. - Ugrade of Bio-Formats to version 8.0.1. -**Note:** The omero-* java components have been built via Java 11 with the compatibility flag on for Java 8. -Due to limited testing on Java 8, we recommend to upgrade to Java 11 or higher. This version of the OMERO.server has been tested with: From aa942e47ceb2154a1607e8a151bf4b0eae47912a Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 20 Nov 2024 12:06:29 +0000 Subject: [PATCH 8/8] Re-organise items --- history.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history.rst b/history.rst index 3aec44def72..b8d2b397acb 100644 --- a/history.rst +++ b/history.rst @@ -24,9 +24,9 @@ Due to limited testing on Java 8, we recommend to upgrade to Java 11 or higher. Improvements include: -- Bump slf4j dependencies. See https://github.com/ome/openmicroscopy/pull/6409. -- Add new lookup tables See https://github.com/ome/openmicroscopy/pull/6398. +- Add new lookup tables. See https://github.com/ome/openmicroscopy/pull/6398. - Ugrade of Bio-Formats to version 8.0.1. +- Bump slf4j dependencies. See https://github.com/ome/openmicroscopy/pull/6409. This version of the OMERO.server has been tested with: