From 208dc0dc8a51ec5277777701cbdbdb36518e0e65 Mon Sep 17 00:00:00 2001 From: esaunders <esaunders@basistech.com> Date: Mon, 2 Nov 2020 13:39:32 -0500 Subject: [PATCH] Added a comment to explain why we are using ControlsFX 9.0.0 --- CoreLibs/ivy.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CoreLibs/ivy.xml b/CoreLibs/ivy.xml index 2ef587be44..908fb30037 100644 --- a/CoreLibs/ivy.xml +++ b/CoreLibs/ivy.xml @@ -41,6 +41,12 @@ <dependency conf="autopsy_core->*" org="org.imgscalr" name="imgscalr-lib" rev="4.2" /> <!-- timeline and image analyzer --> + <!-- ControlsFX after version 9.0.0 has a bug that causes the Image Gallery GridView + to constantly reload images (JIRA-6724). Do not upgrade ControlsFX unless you can + confirm that the following issue is fixed. + + https://github.com/controlsfx/controlsfx/issues/1241 + --> <dependency conf="autopsy_core->*" org="org.controlsfx" name="controlsfx" rev="9.0.0" /> <!-- timeline --> -- GitLab