Author: rec Date: Wed Dec 4 11:14:59 2024 New Revision: 1922292 URL: http://svn.apache.org/viewvc?rev=1922292&view=rev Log: UIMA Ruta 3.5.0
Modified: uima/site/trunk/uima-website/docs/d/ruta-current/README.md uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html uima/site/trunk/uima-website/docs/d/ruta-current/ruta.pdf uima/site/trunk/uima-website/docs/news.html uima/site/trunk/uima-website/docs/ruta.html uima/site/trunk/uima-website/xdocs/news.xml uima/site/trunk/uima-website/xdocs/ruta.xml Modified: uima/site/trunk/uima-website/docs/d/ruta-current/README.md URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/README.md?rev=1922292&r1=1922291&r2=1922292&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/ruta-current/README.md (original) +++ uima/site/trunk/uima-website/docs/d/ruta-current/README.md Wed Dec 4 11:14:59 2024 @@ -75,7 +75,7 @@ The UIMA Ruta Workbench can be installed Building from the Source Distribution ------------------------------------- -We use Maven 3.8.1 and Java 17 or later for building; download this if needed, +We use Maven 3.9.9 and Java 17 or later for building; download this if needed, and set the environment variable `MAVEN_OPTS` to `-Xmx800m`. Then do the build by going into the UIMA Ruta directory, and issuing the command Modified: uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md?rev=1922292&r1=1922291&r2=1922292&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md (original) +++ uima/site/trunk/uima-website/docs/d/ruta-current/RELEASE_NOTES.md Wed Dec 4 11:14:59 2024 @@ -19,7 +19,7 @@ *************************************************************** --> -# Apache UIMA Ruta (TM) v3.4.1 +# Apache UIMA Ruta (TM) v3.5.0 Apache UIMA Ruta⢠is a rule-based script language supported by Eclipse-based tooling. The language is designed to enable rapid development of text processing applications within Apache UIMA™. @@ -31,26 +31,23 @@ Ruta rule language and the Ruta Workbenc This is a feature and bugfix release. ## What's Changed -* ð¦ Issue #159: Assignment of composed number expression is broken -* ð¦ Issue #161: Right to left wildcard matches too much -**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.0...ruta-3.4.1 +* âï¸ Issue #170: Type based annotation assignments should only add visible annotations +* âï¸ Issue #171: Support implicit FSArray assigments with FeatureStructures +* âï¸ Issue #177: Consider resource manager when loading type descriptions +* ð¦ Issue #169: Annotation assignment not working correctly +* ð¦ Issue #173: Potential memory leak in Annotation Browser View +* âï¸ Issue #179: Remove toolchains +* âï¸ Issue #176: Upgrade dependencies -Please use the [mailing lists](https://uima.apache.org/mail-lists.html) for feedback and the [issue tracker](https://github.com/apache/uima-ruta/issues) to report bugs. +**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.1...rel/ruta-3.5.0 -## Compatibility notes for v3.4.x -* The modules `ruta-typesystem` and `ruta-basic-type` do no longer exist as separate modules. They have - been merged into the `ruta-core` module. -* Parts of the `ruta-core-ext` module have been merged into the `ruta-core` module as well. The merged - extensions remain extensions and did not become part of the Ruta language. Check what remains in - the `ruta-core-ext` module and remove any dependencies on it if you do not need the extensions it - provides. +Please use the [mailing lists](https://uima.apache.org/mail-lists.html) for feedback and the [issue tracker](https://github.com/apache/uima-ruta/issues) to report bugs. ## Supported Platforms -UIMA Ruta 3.4.1 should be used in combination with +UIMA Ruta 3.5.0 should be used in combination with - Java 17 or higher -- UIMA Java SDK 3.5.0 or higher -- uimaFIT 3.5.0 or higher -- Spring Framework 5.3.30 or higher +- UIMA Java SDK / uimaFIT 3.6.0 or higher +- Spring Framework 6.1.15 or higher Modified: uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md?rev=1922292&r1=1922291&r2=1922292&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md (original) +++ uima/site/trunk/uima-website/docs/d/ruta-current/issuesFixed/github-report.md Wed Dec 4 11:14:59 2024 @@ -1,8 +1,16 @@ ## What's Changed -* Issue #146: Apache UIMA Ruta 3.4.0 by @reckart in https://github.com/apache/uima-ruta/pull/150 -* Issue #159: Assignment of composed number expression is broken by @pkluegl in https://github.com/apache/uima-ruta/pull/160 -* Issue #161: Right to left wildcard matches too much by @pkluegl in https://github.com/apache/uima-ruta/pull/162 -* no issue: cleanup by @pkluegl in https://github.com/apache/uima-ruta/pull/164 +* no issue: cleanup versions by @pkluegl in https://github.com/apache/uima-ruta/pull/163 +* Issue #165: Apache UIMA Ruta 3.4.1 by @reckart in https://github.com/apache/uima-ruta/pull/166 +* No issue merge 3.4.x after release by @reckart in https://github.com/apache/uima-ruta/pull/167 +* Issue #169: Annotation assignment not working correctly by @pkluegl in https://github.com/apache/uima-ruta/pull/172 +* Issue #173: Potential memory leak in Annotation Browser View by @pkluegl in https://github.com/apache/uima-ruta/pull/174 +* Issue #179: Remove toolchains by @reckart in https://github.com/apache/uima-ruta/pull/180 +* Issue #176: Upgrade dependencies by @reckart in https://github.com/apache/uima-ruta/pull/181 +* Issue #177: Consider resource manager when loading type descriptions by @reckart in https://github.com/apache/uima-ruta/pull/178 +* Issue #176: Upgrade dependencies by @reckart in https://github.com/apache/uima-ruta/pull/182 +* Issue #176: Upgrade dependencies by @reckart in https://github.com/apache/uima-ruta/pull/183 +* Issue #176: Upgrade dependencies by @reckart in https://github.com/apache/uima-ruta/pull/186 +* Issue #177: Consider resource manager when loading type descriptions by @reckart in https://github.com/apache/uima-ruta/pull/187 -**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.0...ruta-3.4.1 \ No newline at end of file +**Full Changelog**: https://github.com/apache/uima-ruta/compare/rel/ruta-3.4.1...ruta-3.5.0 \ No newline at end of file Modified: uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html?rev=1922292&r1=1922291&r2=1922292&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html (original) +++ uima/site/trunk/uima-website/docs/d/ruta-current/ruta.html Wed Dec 4 11:14:59 2024 @@ -4,7 +4,7 @@ <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<meta name="generator" content="Asciidoctor 2.0.20"> +<meta name="generator" content="Asciidoctor 2.0.23"> <meta name="author" content="Apache UIMA⢠Development Community"> <title>Apache UIMA⢠- Ruta</title> <style> @@ -140,7 +140,7 @@ p a>code:hover{color:rgba(0,0,0,.9)} #content::before{content:none} #header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0} #header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf} -#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px} +#header>h1:only-child{border-bottom:1px solid #dddddf;padding-bottom:8px} #header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:flex;flex-flow:row wrap} #header .details span:first-child{margin-left:-.125em} #header .details span.email a{color:rgba(0,0,0,.85)} @@ -162,6 +162,7 @@ p a>code:hover{color:rgba(0,0,0,.9)} #toctitle{color:#7a2518;font-size:1.2em} @media screen and (min-width:768px){#toctitle{font-size:1.375em} body.toc2{padding-left:15em;padding-right:0} +body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px} #toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto} #toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em} #toc.toc2>ul{font-size:.9em;margin-bottom:0} @@ -327,7 +328,7 @@ a.image{text-decoration:none;display:inl a.image object{pointer-events:none} sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super} sup.footnote a,sup.footnoteref a{text-decoration:none} -sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline} +sup.footnote a:active,sup.footnoteref a:active,#footnotes .footnote a:first-of-type:active{text-decoration:underline} #footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em} #footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0} #footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em} @@ -438,7 +439,7 @@ body.book #toc,body.book #preamble,body. <h1>Apache UIMA⢠- Ruta</h1> <div class="details"> <span id="author" class="author">Apache UIMA⢠Development Community</span><br> -<span id="revnumber">version 3.4.1</span> +<span id="revnumber">version 3.5.0</span> </div> <div id="toc" class="toc2"> <div id="toctitle">Ruta Documentation</div> @@ -8535,8 +8536,8 @@ Document{ -> CONFIGURE(TEIViewWriter, </div> <div id="footer"> <div id="footer-text"> -Version 3.4.1<br> -Last updated 2024-02-05 11:07:33 +0100 +Version 3.5.0<br> +Last updated 2024-11-30 19:51:24 +0100 </div> </div> </body>