From 069102190ee4a5b89847c366c3ccc295b4646113 Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Wed, 12 Aug 2026 13:13:35 -0700 Subject: [PATCH 1/2] Update ActiveMQ --- 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 7bd17fa133f6baab75f8825456a1e1507bdbf486 Mon Sep 17 00:00:00 2001 From: labkey-tchad Date: Thu, 13 Aug 2026 11:59:10 -0700 Subject: [PATCH 2/2] Update doc sizes for search test --- .../src/org/labkey/search/model/LuceneSearchServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java b/search/src/org/labkey/search/model/LuceneSearchServiceImpl.java index 98fa2d218f5..c75670eec36 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); @@ -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");