Skip to content

Commit dab094b

Browse files
authored
Merge pull request #895 from korpling/update-graphannis-3.8.1
Updated to graphANNIS 3.8.1
2 parents 84050a9 + c685498 commit dab094b

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- `grid` visualizer has a mapping `hide_text_name` (bool) that allows to hide the text name. It defaults to false.
1111

12+
### Fixed
13+
14+
- Update to graphANNIS 3.8.1 that improves the corpus cache handling when
15+
querying for segmentation components. This should fix issues when a lot of
16+
corpora are selected in the UI (e.g. with the "Select All" checkbox) and the
17+
service becomes unresponsive because it needs to load of the corpora into the
18+
cache.
19+
1220
## [4.14.0] - 2025-05-14
1321

1422
### Added

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<vaadin.version>8.14.3</vaadin.version>
4040
<vaadin.productionMode>true</vaadin.productionMode>
4141
<start-class>org.corpus_tools.annis.gui.AnnisUiApplication</start-class>
42-
<graphannis.version>3.8.0</graphannis.version>
42+
<graphannis.version>3.8.1</graphannis.version>
4343
<antlr4.version>4.7.2</antlr4.version>
4444
<spring.profiles.active>server</spring.profiles.active>
4545
<swagger-core-version>1.5.24</swagger-core-version>
@@ -261,7 +261,7 @@
261261
https://github.com/korpling/graphANNIS/releases/download/v${graphannis.version}/graphannis-webservice-x86_64-unknown-linux-gnu.tar.xz</url>
262262
<outputDirectory>
263263
${project.build.directory}/native/</outputDirectory>
264-
<sha256>406b4fd3bd60ded9a97128c1db412f9a50c806120c27366fb8b0dffd84ac3374</sha256>
264+
<sha256>e8e27646d9a0f8b9a60ca52e574f524695d153e3c9b1addd050841b16fd78aef</sha256>
265265
<unpack>true</unpack>
266266
</configuration>
267267
</execution>
@@ -276,7 +276,7 @@
276276
https://github.com/korpling/graphANNIS/releases/download/v${graphannis.version}/graphannis-webservice-x86_64-pc-windows-msvc.zip</url>
277277
<outputDirectory>
278278
${project.build.directory}/native/win32-x86-64/</outputDirectory>
279-
<sha256>996a70b0424f8249a67364d8b46c93f995b9d7851a8897f2e41d27d43ef3b745</sha256>
279+
<sha256>e6c6e3131d7a644f11c1ef39e1507e87f04800ec9ef4c3bad784526c16fabdfa</sha256>
280280
<unpack>true</unpack>
281281
</configuration>
282282
</execution>
@@ -291,7 +291,7 @@
291291
https://github.com/korpling/graphANNIS/releases/download/v${graphannis.version}/graphannis-webservice-aarch64-apple-darwin.tar.xz</url>
292292
<outputDirectory>
293293
${project.build.directory}/native/</outputDirectory>
294-
<sha256>0f44e1ff45bc9b4ec10bd25ee7822cce2b43428b5d0c2a6b734edacc73a66c5b</sha256>
294+
<sha256>77357117a813fd4a19e255520f083d40584f14dc443bdee5350ec2090ee45ebc</sha256>
295295
<unpack>true</unpack>
296296
</configuration>
297297
</execution>
@@ -306,7 +306,7 @@
306306
https://github.com/korpling/graphANNIS/releases/download/v${graphannis.version}/graphannis-webservice-x86_64-apple-darwin.tar.xz</url>
307307
<outputDirectory>
308308
${project.build.directory}/native/</outputDirectory>
309-
<sha256>b95134d4241f7b78f0abfdb4196aea69f6e8be72fd2eb9392dd668abb32ad6f6</sha256>
309+
<sha256>9e63429d031b2d3ff1ecc0a901f0748a6540ea0964c6b34d768f9f6bd4383489</sha256>
310310
<unpack>true</unpack>
311311
</configuration>
312312
</execution>

0 commit comments

Comments
 (0)