From e9d71491a347cbde82f3ab103c940b2c189acdda Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Wed, 5 Aug 2026 17:05:56 -0700 Subject: [PATCH 1/3] Update product java dependencies --- pipeline/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/gradle.properties b/pipeline/gradle.properties index 3d93162449d..f5cf21592b3 100644 --- a/pipeline/gradle.properties +++ b/pipeline/gradle.properties @@ -1,4 +1,4 @@ -activemqVersion=5.19.8 +activemqVersion=5.19.9 geronimoJ2eeConnector15SpecVersion=1.0.1 From d5785ecdf58339e7e5cc662ca2e2ea054b348613 Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Thu, 6 Aug 2026 16:08:21 -0700 Subject: [PATCH 2/3] Update expected doc length --- search/src/org/labkey/search/model/LuceneSearchServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java b/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java index 98fa2d218f5..f15792e027b 100644 --- a/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java +++ b/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java @@ -2110,7 +2110,7 @@ private Map> getExpectations() add(map, "csv_sample.csv", 690, "NpodDonorSamplesTest.testWizardCustomizationAndDataEntry"); add(map, "dll_sample.dll", 0); add(map, "doc_sample.doc", 3585, "In the Learn section you can find detailed information", "In reality that visit is at a different week across studies and treatments"); - add(map, "docx_sample.docx", 3580, "In the Learn section you can find detailed information", "In reality that visit is at a different week across studies and treatments"); + add(map, "docx_sample.docx", 3579, "In the Learn section you can find detailed information", "In reality that visit is at a different week across studies and treatments"); add(map, "dot_sample.dot", 3589, "In the Learn section you can find detailed information", "In reality that visit is at a different week across studies and treatments"); add(map, "dotx_sample.dotx", 3579, "In the Learn section you can find detailed information", "In reality that visit is at a different week across studies and treatments"); add(map, "exe_sample.exe", 0); From 3245b742772ea862fee63be17368e4d4b294a96b Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Thu, 6 Aug 2026 16:51:40 -0700 Subject: [PATCH 3/3] Update expected length --- search/src/org/labkey/search/model/LuceneSearchServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java b/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java index f15792e027b..c75670eec36 100644 --- a/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java +++ b/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java @@ -2127,7 +2127,7 @@ private Map> getExpectations() add(map, "pdf_sample_with+%$@+%%+#-+=.pdf", 1501, "acyclic is a filter that takes a directed graph", "The following options"); add(map, "png_sample.png", 0); add(map, "ppt_sample.ppt", 115, "Slide With Image", "Slide With Text", "Hello world", "How are you?"); - add(map, "pptx_sample.pptx", 122, "Slide With Image", "Slide With Text", "Hello world", "How are you?"); + add(map, "pptx_sample.pptx", 118, "Slide With Image", "Slide With Text", "Hello world", "How are you?"); add(map, "rtf_sample.rtf", 11, "One on One"); add(map, "sample.txt", 37, "Sample text file", "1", "2", "9"); add(map, "sql_sample.sql", 2232, "for JDBC Login support", "Container of parent, if parent has no ACLs");