Author: rec
Date: Mon Mar  6 19:38:19 2023
New Revision: 1908135

URL: http://svn.apache.org/viewvc?rev=1908135&view=rev
Log:
Update website after release of UIMA JSON IO 0.5.0

Modified:
    uima/site/trunk/uima-website/docs/d/uimaj-io-json-current/RELEASE_NOTES.md
    uima/site/trunk/uima-website/docs/downloads.html
    uima/site/trunk/uima-website/docs/news.html
    uima/site/trunk/uima-website/xdocs/news.xml
    uima/site/trunk/uima-website/xdocs/stylesheets/project.xml

Modified: 
uima/site/trunk/uima-website/docs/d/uimaj-io-json-current/RELEASE_NOTES.md
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-io-json-current/RELEASE_NOTES.md?rev=1908135&r1=1908134&r2=1908135&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-io-json-current/RELEASE_NOTES.md 
(original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-io-json-current/RELEASE_NOTES.md 
Mon Mar  6 19:38:19 2023
@@ -19,7 +19,7 @@
 ***************************************************************
 -->
    
-# Apache UIMA Java SDK JSON CAS I/O (TM) v0.4.0
+# Apache UIMA Java SDK JSON CAS I/O (TM) v0.5.0
 
 The JSON CAS I/O implementation for use with the UIMA Java SDK allows to 
serialize UIMA CAS data to
 JSON and to de-serialize the data back from JSON again, loading it into a CAS 
object. The aim of
@@ -29,7 +29,7 @@ different character offset counting stra
 A Python-based implementation of the UIMA JSON CAS format is available as part 
of the third-party
 [DKPro Cassis](https://github.com/dkpro/dkpro-cassis) library.
 
-This is the first public release based on the JSON serialization of the Apache 
UIMA CAS draft
+This is an early public release based on the JSON serialization of the Apache 
UIMA CAS draft
 specification version 0.4.0. Please note that the implementation and the 
specification are not yet
 final. For this reason, is not yet recommended to use this library in 
scenarios where data needs to
 be stored or archived over an extended period of time as future versions of 
the implementation and
@@ -37,13 +37,23 @@ specification may introduce incompatibil
 for example short-term data exchange between different UIMA implementations 
such as for example in
 network communication.
 
-A [full list of 
issues](https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%200.4.0jsoncas)
 addressed in this release can be found on issue tracker.
+## What's Changed
+* ⭐️ Issue #13: Implement TypeSystemMode.MINIMAL by @reckart in 
https://github.com/apache/uima-uimaj-io-jsoncas/pull/15
+* 🦟 Issue #18: Fix Zip Slip Vulnerability in test code by @JLLeitschuh in 
https://github.com/apache/uima-uimaj-io-jsoncas/pull/10
+* 🩹 Issue #14: Upgrade dependencies by @reckart in 
https://github.com/apache/uima-uimaj-io-jsoncas/pull/16, 
https://github.com/apache/uima-uimaj-io-jsoncas/pull/17
 
-Please use the [mailing lists](https://uima.apache.org/mail-lists.html) for 
feedback and the [issue tracker](https://issues.apache.org/jira/browse/uima) to 
report bugs.
+## New Contributors
+* @JLLeitschuh made their first contribution in 
https://github.com/apache/uima-uimaj-io-jsoncas/pull/10
+
+**Full Changelog**: 
https://github.com/apache/uima-uimaj-io-jsoncas/compare/rel/uimaj-io-json-0.4.0...uimaj-io-json-0.5.0
+
+A [full list of 
issues](https://github.com/apache/uima-uimaj-io-jsoncas/issues?q=is%3Aissue+milestone%3A0.5.0+is%3Aclosed)
 addressed in this release can be found on issue tracker.
+
+Please use the [mailing lists](https://uima.apache.org/mail-lists.html) for 
feedback and the [issue 
tracker](https://github.com/apache/uima-uimaj-io-jsoncas/issues) to report bugs.
 
 ## Supported Platforms
 
-UIMA Java SDK JSON CAS I/O v0.4.0 should be used in combination with
+This version of UIMA Java SDK JSON CAS I/O should be used in combination with
 
 - Java 1.8 or higher
-- UIMA Java SDK 3.3.0 or higher
+- UIMA Java SDK 3.4.1 or higher

Modified: uima/site/trunk/uima-website/docs/downloads.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1908135&r1=1908134&r2=1908135&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/downloads.html (original)
+++ uima/site/trunk/uima-website/docs/downloads.html Mon Mar  6 19:38:19 2023
@@ -413,27 +413,27 @@
             
       <tr>
         <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a 
href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/uimaj-io-json-0.4.0/RELEASE_NOTES.md";>
-              UIMA Java CAS JSON I/O 0.4.0</a></h3></td>
+                      <a 
href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/uimaj-io-json-0.5.0/RELEASE_NOTES.md";>
+              UIMA Java CAS JSON I/O 0.5.0</a></h3></td>
           
         <td>
-                                    <div class="htmltxt"><a 
href='https://svn.apache.org/repos/asf/uima/site/archive/docs/d/uimaj-io-json-0.4.0/RELEASE_NOTES.md'>md</a></div>
+                                    <div class="htmltxt"><a 
href='https://svn.apache.org/repos/asf/uima/site/archive/docs/d/uimaj-io-json-0.5.0/RELEASE_NOTES.md'>md</a></div>
                               </td>
         <td>
                 </td>
                 <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a 
href='[preferred]/uima//uimaj-io-json-0.4.0/uimaj-io-json-0.4.0-source-release.zip'>zip</a></td>
-     <td>[<a 
href='https://www.apache.org/dist/uima//uimaj-io-json-0.4.0/uimaj-io-json-0.4.0-source-release.zip.asc'>asc</a>]</td>
+     <td><a 
href='[preferred]/uima//uimaj-io-json-0.5.0/uimaj-io-json-0.5.0-source-release.zip'>zip</a></td>
+     <td>[<a 
href='https://www.apache.org/dist/uima//uimaj-io-json-0.5.0/uimaj-io-json-0.5.0-source-release.zip.asc'>asc</a>]</td>
 
 
-     <td>[<a 
href='https://www.apache.org/dist/uima//uimaj-io-json-0.4.0/uimaj-io-json-0.4.0-source-release.zip.sha512'>sha512</a>]</td>
+     <td>[<a 
href='https://www.apache.org/dist/uima//uimaj-io-json-0.5.0/uimaj-io-json-0.5.0-source-release.zip.sha512'>sha512</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
-          <div class="htmltxt">06-Aug-2022</div>
+          <div class="htmltxt">06-Mar-2023</div>
         </td>
               </tr>
     

Modified: uima/site/trunk/uima-website/docs/news.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1908135&r1=1908134&r2=1908135&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/news.html (original)
+++ uima/site/trunk/uima-website/docs/news.html Mon Mar  6 19:38:19 2023
@@ -219,6 +219,13 @@
         <blockquote class="sectionBody">
                                           <table class="subsectionToc">
             <tr >
+      <td>03 Mar 2023</td>
+      <td><a href='#uimaj-io-json-0.5.0'>
+                  Apache UIMA Ruta 3.3.0 released
+                </a>
+      </td>
+      </tr>  
+          <tr >
       <td>24 Feb 2023</td>
       <td><a href='#ruta-3.3.0'>
                   Apache UIMA Ruta 3.3.0 released
@@ -895,6 +902,34 @@
         <tr><td>
        
        
+       
+          <a name="uimaj-io-json-0.5.0">
+            <h2>uimaj-io-json-0.5.0
+                        &ndash; Apache UIMA Ruta 3.3.0 released
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>
+        The Apache UIMA team is happy to announce the release of the JSON CAS 
I/O 0.5.0.
+      </p>
+                                                <p>Changes include:
+        <ul>
+          <li>Issue #13: Implement TypeSystemMode.MINIMAL</li>
+          <li>Issue #18: Fix Zip Slip Vulnerability in test code</li>
+          <li>Issue #14: Upgrade dependencies</li>
+        </ul>
+      </p>
+                                                <p>Please see the <a 
target="_blank" rel="noopener" 
href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/uimaj-io-json-0.5.0/issuesFixed/github-report.html";>
+         the complete list of issues fixed</a> for more details of the 
changes.</p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table 
class="subsectionTable">
+        <tr><td>
+       
+       
        
           <a name="ruta-3.3.0">
             <h2>ruta-3.3.0

Modified: uima/site/trunk/uima-website/xdocs/news.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1908135&r1=1908134&r2=1908135&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/news.xml (original)
+++ uima/site/trunk/uima-website/xdocs/news.xml Mon Mar  6 19:38:19 2023
@@ -31,6 +31,23 @@
 
     <subsectionToc/>
 
+    <subsection name="uimaj-io-json-0.5.0" date="03 Mar 2023" title="Apache 
UIMA Ruta 3.3.0 released">
+      <p>
+        The Apache UIMA team is happy to announce the release of the JSON CAS 
I/O 0.5.0.
+      </p>
+      
+      <p>Changes include:
+        <ul>
+          <li>Issue #13: Implement TypeSystemMode.MINIMAL</li>
+          <li>Issue #18: Fix Zip Slip Vulnerability in test code</li>
+          <li>Issue #14: Upgrade dependencies</li>
+        </ul>
+      </p>
+
+      <p>Please see the <a target="_blank" rel="noopener" 
href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/uimaj-io-json-0.5.0/issuesFixed/github-report.html";>
+         the complete list of issues fixed</a> for more details of the 
changes.</p>
+    </subsection>
+
     <subsection name="ruta-3.3.0" date="24 Feb 2023" title="Apache UIMA Ruta 
3.3.0 released">
       <p>
         The Apache UIMA team is happy to announce the release of Ruta 3.3.0.

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=1908135&r1=1908134&r2=1908135&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Mon Mar  6 
19:38:19 2023
@@ -86,9 +86,9 @@
       <releasenotes filename="ruta-3.3.0/RELEASE_NOTES">       <f>md</f>       
          </releasenotes>
       <source       filename="ruta-3.3.0-source-release">      <f>zip</f>      
          </source>
     </download>
-    <download name="UIMA Java CAS JSON I/O 0.4.0" 
subdirectory="uimaj-io-json-0.4.0" releasedate="06-Aug-2022">
-      <releasenotes filename="uimaj-io-json-0.4.0/RELEASE_NOTES">   <f>md</f>  
          </releasenotes>
-      <source       filename="uimaj-io-json-0.4.0-source-release">  <f>zip</f> 
          </source>
+    <download name="UIMA Java CAS JSON I/O 0.5.0" 
subdirectory="uimaj-io-json-0.5.0" releasedate="06-Mar-2023">
+      <releasenotes filename="uimaj-io-json-0.5.0/RELEASE_NOTES">   <f>md</f>  
          </releasenotes>
+      <source       filename="uimaj-io-json-0.5.0-source-release">  <f>zip</f> 
          </source>
     </download>
   </downloads>
 </project>


Reply via email to