From c2360a2f014699c4c3303ebb7a0e91423203f397 Mon Sep 17 00:00:00 2001 From: Andrey Loskutov Date: Tue, 31 Mar 2026 11:42:24 +0200 Subject: [PATCH] Touch org.eclipse.ui.tests to fix comparator error What happens is: * Tycho moved to plexus-util 4.0.3 (https://github.com/eclipse-tycho/tycho/pull/5941) to resolve CVE https://github.com/eclipse-tycho/tycho/security/dependabot/15 * Plexus Util 4.0.1 (https://github.com/codehaus-plexus/plexus-utils/releases/tag/plexus-utils-4.0.1) contains - https://github.com/codehaus-plexus/plexus-utils/releases/tag/plexus-utils-4.0.1) The .gitignore in org.eclipse.ui.tests was added via 941c8bb03ed76cfda9d7d1978217f603d78888f4 Fixes https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/3736 --- tests/org.eclipse.ui.tests/forceQualifierUpdate.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/org.eclipse.ui.tests/forceQualifierUpdate.txt b/tests/org.eclipse.ui.tests/forceQualifierUpdate.txt index a3fb3011487..bfeb6db1bed 100644 --- a/tests/org.eclipse.ui.tests/forceQualifierUpdate.txt +++ b/tests/org.eclipse.ui.tests/forceQualifierUpdate.txt @@ -14,4 +14,5 @@ https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/16 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1781 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1923 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2044 -https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 \ No newline at end of file +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/3736 \ No newline at end of file