Skip to content

Commit 908c019

Browse files
authored
Merge pull request #892 from korpling/update-graphannis-380
Update to graphANNIS 3.8.0
2 parents 88d80ef + e31df24 commit 908c019

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8-
## Added
8+
### Added
99

1010
- Backport support for RST++/RS4 features (secondary edges with signals) from ANNIS 3.
1111
See <https://github.com/gucorpling/peppermodules-rs4module> and <https://github.com/korpling/pepperModules-RSTModules/pull/7>.
1212

13+
### Fixed
14+
15+
- Updated to [graphANNIS 3.8.0](https://github.com/korpling/graphANNIS/releases/tag/v3.8.0).
16+
It fixes amongst other things performance issues when querying complex `@*`
17+
queries and limits the output of logging information about the corpus cache.
18+
**To utilise the performance improvement, you have to reimport existing
19+
corpora.**
20+
1321
## [4.13.0] - 2025-04-15
1422

1523
### Fixed

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.7.1</graphannis.version>
42+
<graphannis.version>3.8.0</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>c4d2fe02294d560ff90895d5a8b4f148ae217361b32b6f703d9d89ee80bf66f6</sha256>
264+
<sha256>406b4fd3bd60ded9a97128c1db412f9a50c806120c27366fb8b0dffd84ac3374</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>87d501cc409069b24bbc7822ad1e196f2762266be665984e14bf9f684cf8df49</sha256>
279+
<sha256>996a70b0424f8249a67364d8b46c93f995b9d7851a8897f2e41d27d43ef3b745</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>0e51feee2f8d979b88c7797cdd6803137b1a9585ad92c556eeace159e1921fa8</sha256>
294+
<sha256>0f44e1ff45bc9b4ec10bd25ee7822cce2b43428b5d0c2a6b734edacc73a66c5b</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>f44f58dbaabe3af86fbe1ba91f5deb424a2fb47b91d2368e6fe92c835a61cd6e</sha256>
309+
<sha256>b95134d4241f7b78f0abfdb4196aea69f6e8be72fd2eb9392dd668abb32ad6f6</sha256>
310310
<unpack>true</unpack>
311311
</configuration>
312312
</execution>

0 commit comments

Comments
 (0)