From 360c441de062dc0415f3ee0aa78d372dba827a17 Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Sat, 2 Dec 2023 12:46:28 +0100 Subject: [PATCH] #4335 - Promote UIMA JSON CAS 0.4.0 to non-experimental - Removed "experimental" --- .../ukp/inception/io/jsoncas/UimaJsonCasFormatSupport.java | 2 +- .../META-INF/asciidoc/user-guide/formats-uimajson.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inception/inception-io-json/src/main/java/de/tudarmstadt/ukp/inception/io/jsoncas/UimaJsonCasFormatSupport.java b/inception/inception-io-json/src/main/java/de/tudarmstadt/ukp/inception/io/jsoncas/UimaJsonCasFormatSupport.java index 57ed4fde945..f84a8c5817e 100644 --- a/inception/inception-io-json/src/main/java/de/tudarmstadt/ukp/inception/io/jsoncas/UimaJsonCasFormatSupport.java +++ b/inception/inception-io-json/src/main/java/de/tudarmstadt/ukp/inception/io/jsoncas/UimaJsonCasFormatSupport.java @@ -43,7 +43,7 @@ public class UimaJsonCasFormatSupport implements FormatSupport { public static final String ID = "jsoncas"; - public static final String NAME = "UIMA CAS JSON 0.4.0 (experimental)"; + public static final String NAME = "UIMA CAS JSON 0.4.0"; private final DocumentImportExportService documentImportExportService; diff --git a/inception/inception-io-json/src/main/resources/META-INF/asciidoc/user-guide/formats-uimajson.adoc b/inception/inception-io-json/src/main/resources/META-INF/asciidoc/user-guide/formats-uimajson.adoc index 741631133ab..4cfbf7e49d4 100644 --- a/inception/inception-io-json/src/main/resources/META-INF/asciidoc/user-guide/formats-uimajson.adoc +++ b/inception/inception-io-json/src/main/resources/META-INF/asciidoc/user-guide/formats-uimajson.adoc @@ -15,7 +15,7 @@ // limitations under the License. [[sect_formats_uimajson]] -= UIMA CAS JSON (experimental) += UIMA CAS JSON This is a new and still experimental UIMA CAS JSON format which is able to capture not only the annotations but also the type system. As such, it is self-contained like the <> @@ -33,7 +33,7 @@ The current draft specification of the format is available link:https://github.c |==== | Format | Read | Write | Custom Layers | Description -| link:https://github.com/apache/uima-uimaj-io-jsoncas/blob/main/SPECIFICATION.adoc[UIMA CAS JSON (experimental)] (`jsoncas`) +| link:https://github.com/apache/uima-uimaj-io-jsoncas/blob/main/SPECIFICATION.adoc[UIMA CAS JSON] (`jsoncas`) | yes | yes | yes