You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/10/02 17:16:22 UTC

svn commit: r821050 - in /incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme: README RELEASE_NOTES RELEASE_NOTES.html

Author: schor
Date: Fri Oct  2 15:16:21 2009
New Revision: 821050

URL: http://svn.apache.org/viewvc?rev=821050&view=rev
Log:
UIMA-1539 release notes updates

Modified:
    incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README
    incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES
    incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES.html

Modified: incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README?rev=821050&r1=821049&r2=821050&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README (original)
+++ incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README Fri Oct  2 15:16:21 2009
@@ -27,7 +27,8 @@
  - FsVariables
  
 Each component has a separate LICENSE and NOTICE files;  some also 
-have Readme and other documentation (in docs/). 
+have Readme and other documentation (in docs/). Documentation
+is also available on the UIMA website, in the Sandbox area. 
 
 Disclaimer
 -----------

Modified: incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES?rev=821050&r1=821049&r2=821050&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES (original)
+++ incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES Fri Oct  2 15:16:21 2009
@@ -1,4 +1,4 @@
-	                    Apache UIMA Sandbox v2.2.2
+	                    Apache UIMA Sandbox v2.3.0
                                Release Notes
    -----------------------------------------------------------------------
 
@@ -51,21 +51,50 @@
  - RegularExpressionAnnotator
  - Tagger
  - WhitespaceTokenizer
+ - Bean Scripting Framework (BSF) BSFAnnotator
+ - ConceptMapper
+ - ConfigurableFeatureExtractor
+ - Lucas - an interface to using UIMA with Lucene
+ - OpenCalaisAnnotator - an sample annotator using the OpenCalais Service
+ - SnowballAnnotator - an annotator making use of the snowball stemmers
+ - TikaAnnotator - an annotator using the Tika project text extractors
+ 
+Additionally the package contains some components to package annotators 
+and for accessing annotators as simple REST service. These are:
+ - PearPackagingAntTask
+ - SimpleServer
+
+Finally, there is an addon to the base UIMA:
+ - FsVariables
+ 
+Each component has a separate LICENSE and NOTICE files;  some also 
+have Readme and other documentation (in docs/). Documentation
+is also available on the UIMA website, in the Sandbox area. 
 
 
 3. Major Changes in this Release
 
-The Apache UIMA annotator package release version 2.2.2 is the first release 
-of this package. The package contains the following components:
- - DictionaryAnnotator
- - RegularExpressionAnnotator
- - Tagger
- - WhitespaceTokenizer
- - SimpleServer
- - PearPackagingAntTask
- - PearPackagingMavenPlugin
+The Apache UIMA annotator package release version 2.3.0 adds the  is the first release 
+following components to the previously released ocmponents:
+
+ - Bean Scripting Framework (BSF) BSFAnnotator
+ - ConceptMapper
+ - ConfigurableFeatureExtractor
+ - Lucas - an interface to using UIMA with Lucene
+ - OpenCalaisAnnotator - an sample annotator using the OpenCalais Service
+ - SnowballAnnotator - an annotator making use of the snowball stemmers
+ - TikaAnnotator - an annotator using the Tika project text extractors
+
+The PearPackagingMavenPlugin is moved to the base UIMA release package.
+
+The XMLBean support is migrated to version 2.4.0, and all of the projects
+now use the maven xmlbeans plugin to generate the XML parsers.
+ 
+Finally, there is an addon to the base UIMA:
+ - FsVariables
+ 
 For a list of all JIRA issues fixed with the current Sandbox release, 
-please refer to chapter 6. "List of JIRA Issues Fixed in this Release". 
+please refer to section 6. "List of JIRA Issues Fixed in this Release". 
 
 
 4. How to Get Involved
@@ -83,119 +112,100 @@
 
 6. List of JIRA Issues Fixed in this Release
 
-Release Notes - UIMA - Version 2.2.2
+Release Notes - UIMA - Version 2.3S
+
 
 ** Bug
-    * [UIMA-444] - Sandbox projects build only when in same directory as uimaj projects
-    * [UIMA-588] - fix RegularExpressionAnnotator tests - add type priorities to get the same results for all JVMs
-    * [UIMA-612] - add License and Notice files
-    * [UIMA-613] - remove compiler warnings after moving to Java 1.5
-    * [UIMA-614] - remove compiler warnings after moving to Java 1.5
-    * [UIMA-617] - change POM to work with Java 1.5
-    * [UIMA-620] - switch concept file parsing from File to InputStream
-    * [UIMA-621] - change the way to add the compiled sources to the PEAR package
-    * [UIMA-625] - update DictionaryAnnotator message catalog
-    * [UIMA-646] - remove classpath as required argument for the PEAR packaging plugin
-    * [UIMA-653] - allow feature normalization also on non-String based features
-    * [UIMA-725] - case sensitive dictionaries do not work correctly
-    * [UIMA-757] - Tagger throws ClassCastException
-    * [UIMA-760] - add regex annotator performance test
-    * [UIMA-762] - rename xmltypes.jar 
-    * [UIMA-765] - fix email address regex - escape "-" in regular expression
-    * [UIMA-768] - rename xmltypes.jar 
-    * [UIMA-773] - Some files missing license headers
-    * [UIMA-775] - fix Findbugs issues
-    * [UIMA-776] - fix Findbugs issues
-    * [UIMA-778] - fix Findbugs issues
-    * [UIMA-795] - dictionaries created by DictionaryCreator cannot be used
-    * [UIMA-803] - change whitespace character definition 
-    * [UIMA-804] - change default multi token separator from \t to |
-    * [UIMA-808] - SimpleServerServlet throws NullPointerExcpetion if no parameter was specified in doGet or doPost
-    * [UIMA-812] - Dictionary annotator does not work with several dictionaries in a single descriptor
-    * [UIMA-819] - rename all shipment jars start with uima-
-    * [UIMA-820] - fix classpath entry "null;"  if no classpath was specified
-    * [UIMA-827] - fix NPE for interger based feature values that are null
-    * [UIMA-834] - replace special characters with XML entities when generating dictionaries
-    * [UIMA-855] - java.lang.ArrayIndexOutOfBoundsException in Tagger
-    * [UIMA-864] - update version from 2.2.2-incubating-SNAPSHOT to 2.2.2-incubating
-    * [UIMA-882] - rename Tagger XML descriptor and add license header
-    * [UIMA-883] - Missing license headers in JCas files and some XML files of simple server
-    * [UIMA-887] - minor update for money detection regular expression
-    * [UIMA-909] - Model files are contained twice in pear file
-    * [UIMA-917] - Simple Server test annotator misses last character in text
-    * [UIMA-940] - change way of deleting files in the PearPackagingMavenPlugin
-    * [UIMA-942] - Regex performance test doesn't run on Linux
-    * [UIMA-943] - DictionaryAnnotator tests doesn't run on Linux
-    * [UIMA-944] - simple server notice file contains redundant uima reference
-    * [UIMA-945] - move LICENSE and NOTICE files to toplevel dir for annotator package
-    * [UIMA-947] - Documentation: resources path in web.xml incorrect
-    * [UIMA-953] - "\" in regex variables are not escaped
-    * [UIMA-970] - update annotator package release files
-    * [UIMA-971] - minor documentation updates for PearPackagingMavenPlugin
-    * [UIMA-972] - fix jar file name in pear ant taks documentation
-    * [UIMA-973] - annotator package jars does not have correct Manifest information
+    * [UIMA-860] - Add source-style LICENSE and NOTICE files at "root"s of UIMA
+    * [UIMA-990] - change POM description for annotator package POMs
+    * [UIMA-1003] - update PearPackagingMavenPlugin dependency scope
+    * [UIMA-1004] - update SimpleServer try out form 
+    * [UIMA-1069] - Model file is not loaded correctly if tagger is deployed more than once in same AE
+    * [UIMA-1071] - http connector fails with some Java implementations
+    * [UIMA-1085] - Fix Sandbox NOTICE files
+    * [UIMA-1106] - update OpenCalaisAnnotator with correct encodings
+    * [UIMA-1108] - correct character offset for OpenCalais annotator
+    * [UIMA-1154] - UIMA-AS extended tests hang when running with IBM JVM 1.6 service release 1
+    * [UIMA-1193] - Tagger throws occasional NPE
+    * [UIMA-1264] - Regex annotator goes into infinite loop on patterns that match the empty string
+    * [UIMA-1374] - TikaAnnotator source code does not compile because of incorrect package declarations
+    * [UIMA-1378] - Build of uimaj-examples project fails
+    * [UIMA-1379] - Type system namespace should be org.apache.uima.tika, not just org.apache.uima
+    * [UIMA-1384] - WhitespaceTokenizer pom still references UIMA 2.2.2
+    * [UIMA-1385] - Regex annotator does not close concept file input stream after reading
+    * [UIMA-1392] - OpenCalaisAnnotator's annotations have truncated 'coveredText' field
+    * [UIMA-1403] - Lucas: many test cases fail
+    * [UIMA-1446] - org.apache.uima.simpleserver.config.impl.SimpleFilterImpl.match() can cause a null pointer exception
+    * [UIMA-1447] - Tabulations are annotated as tokens after a space
+    * [UIMA-1456] - SimpleServer: sample config file does not work
+    * [UIMA-1457] - SimpleServer: docs need updating for Tomcat 6
+    * [UIMA-1460] - AnnotationTokenStream.next(Token) should not catch Throwable
+    * [UIMA-1462] - SimpleUimaAsService has checked in SimpleServer libraries as binaries
+    * [UIMA-1464] - SimpleServer NOTICE file missing JSR 173 attribution
+    * [UIMA-1528] - The documentation describes still the UEAStemmer, which was removed from the distribution
+    * [UIMA-1530] - Index naming is not unique in multithreaded scenarios
+    * [UIMA-1533] - Lucas generated test-sources jar missing license, notice, disclaimer
+    * [UIMA-1546] - Fix sandbox notice and license files
+    * [UIMA-1547] - XML problems with simple server test cases
+    * [UIMA-1551] - Lucas PearPackagingMavenPlugin PEAR classpath is incorrect
+    * [UIMA-1552] - Lucas: does not compile with Java 1.5
+    * [UIMA-1554] - Fix CFE notice and license file
+    * [UIMA-1557] - LuceneCASIndexer.xml should be in src/test/resources
+    * [UIMA-1558] - LuceneCASIndexerTest fails if the created LuceneCASIndexer procsess a CAS
+    * [UIMA-1571] - FsVariables book_name should be FsVariablesUserGuide instead of fsVariablesUserGuide
+    * [UIMA-1572] - Lucas artifactId does not match folder name in svn
+    * [UIMA-1582] - SimpleServer ConfigTest fails
+    * [UIMA-1595] - Change build of Sandbox RegExpr to use xmlbean maven plugin, and delete its lib dir
+    * [UIMA-1596] - fix sandbox build - use of <profile> for conditional not working for child projects
+    * [UIMA-1597] - in sandbox common build, change needed to use assembly-bin instead of bin
 
 ** Improvement
-    * [UIMA-350] - add performance test for WhitespaceTokenizer
-    * [UIMA-550] - Sandbox components: use UIMA artifacts from the repository 
-    * [UIMA-577] - split up the Sandbox documentation build
-    * [UIMA-590] - change the way the RegularExpressionAnnotator load the configuration files
-    * [UIMA-592] - add feature value normalization for RegEx Annotator
-    * [UIMA-594] - update RegexAnnotator with custom anntoation validator
-    * [UIMA-602] - add PEAR packaging task for RegexAnnotaor
-    * [UIMA-610] - minor documentation updates - added some real world examples
-    * [UIMA-615] - update DictionaryBuilder tests to work with XML dictionary formats
-    * [UIMA-618] - add documentation infrastructure for the DictionaryAnnotator
-    * [UIMA-631] - Switch dictionary file parsing from File input to InputStream
-    * [UIMA-634] - improve DictionaryAnnotator exception handling
-    * [UIMA-635] - add documentation for the PearPackagingMavenPlugin
-    * [UIMA-637] - add multi-word separator configuration for the DictionaryAnnotator
-    * [UIMA-644] - update RegexAnnotator tests after test coverage analysis
-    * [UIMA-647] - add DictionaryAnnotator tests
-    * [UIMA-666] - update feature normalization interface - add additional information
-    * [UIMA-691] - add DictionaryCreator command line
-    * [UIMA-696] - build documentation automatically during the component build
-    * [UIMA-717] - minor performance improvements
-    * [UIMA-719] - Current Version of the HMM Tagger
-    * [UIMA-728] - add money amount detection for regex annotator - use match group names
-    * [UIMA-753] - Some improvements in the algorithm, structural changes as well as docbook update
-    * [UIMA-758] - Make the tagger runtime read its properties from the descriptor, not a properties file
-    * [UIMA-763] - Automatically build PEAR file for Tagger
-    * [UIMA-779] - Some modifications in the tagger code (esp. in the implementation of the SuffixTree.EDGE class)
-    * [UIMA-791] - Patch containing some improvements
-    * [UIMA-806] - use Java NumberFormat to convert string numbers to float or integer
-    * [UIMA-840] - change uima-as version to 2.2.2-incubating-SNAPSHOT (match uimaj version), add script to update version
-    * [UIMA-877] - Reverse multiple copyright statements in docbooks, per request at previous release vote
-    * [UIMA-918] - Fix version number in sandbox docs
+    * [UIMA-991] - fix Sandbox documentation to avoid overflowing the footer on even pages
+    * [UIMA-992] - update dictionary annotator build documentation - how to create XML Beans jar
+    * [UIMA-1005] - create ant build for XMLBeans class generation
+    * [UIMA-1016] - allow URLs as dictionary files
+    * [UIMA-1301] - Update documentation, log problems when dictionary entries don't load, remove diagnostic message during dictionary loading
+    * [UIMA-1336] - allow multiple dictionary entries to match against a single string
+    * [UIMA-1370] - Lucas: add the usual suspects to svnignore
+    * [UIMA-1372] - Improve description of ConceptMapper on UIMA sandbox components web page
+    * [UIMA-1455] - Lucas should not use deprecated lucene API
+    * [UIMA-1486] - Lucas should not depend on google collections snapshot version
+    * [UIMA-1498] - if an exception is rethrown, the original exception is not currently passed through
+    * [UIMA-1501] - more refactoring and updating - parent POMs
+    * [UIMA-1517] - Don't set executable bits on non-executables, when building assemblies
+    * [UIMA-1527] - Upgrade Tika Annotator for 2.3.0 release
+    * [UIMA-1529] - Lucas depends on lucene 2.4.0, it should be lucene 2.4.1
+    * [UIMA-1537] - License Notice Disclaimer copying
+    * [UIMA-1538] - Common Build Step: build source Jars for java Jars
+    * [UIMA-1550] - Remove the uni-jena.de repository from lucas pom
+    * [UIMA-1556] - The LucasCasIndexer should be an Analysis Engine and not a CasConsumer
+    * [UIMA-1559] - lucas.xsd exists 3 times in different places
+    * [UIMA-1567] - Maven build: add <prerequisites> to uimaj to specify minimum Maven release level
+    * [UIMA-1583] - Regularize Sandbox builds and assembly
+    * [UIMA-1586] - CFE - XMLBeans - use maven plugin to generate the parser
+    * [UIMA-1587] - replace stax jar with better licensed geronimo version
+    * [UIMA-1589] - CFE - add Readme describing how to regenerate the EMF generated files
+    * [UIMA-1590] - fix extractAndBuild scripts
+    * [UIMA-1594] - make sandbox assembly build like base and uima-as builds
 
 ** New Feature
-    * [UIMA-95] - add sandbox infrastructure
-    * [UIMA-151] - Add project for uima whitespace tokenizer implementation
-    * [UIMA-384] - create a pear packaging ant task
-    * [UIMA-539] - implement UIMA RegularExpressionAnnotator
-    * [UIMA-555] - add documentation for the RegularExpressionAnnotator
-    * [UIMA-595] - add Rule to the RegexAnnotator to detect credit card numbers
-    * [UIMA-600] - add new DictionaryAnnotator implementation
-    * [UIMA-601] - initial import of the PEAR packaging maven plugin
-    * [UIMA-603] - update Sandbox documentation build
-    * [UIMA-604] - Create HMM POS project in the sandbox
-    * [UIMA-605] - UIMA Sandbox tagger initial code drop
-    * [UIMA-642] - allow RegularExpressionAnnotator to match on featurePath values
-    * [UIMA-645] - minor code updates for WhitespaceTokenizer
-    * [UIMA-651] - add regex variables to the concept file syntax
-    * [UIMA-669] - update WhitespaceTokenizer to be sofa aware
-    * [UIMA-685] - Create documentation for SimpleServer
-    * [UIMA-692] - allow DictionaryAnnotator to match on featurePath values
-    * [UIMA-695] - allow DictionaryAnnotator to filter the inputMatch annotations
-    * [UIMA-697] - add DictionaryAnnotator documentation
-    * [UIMA-724] - allow match group names for regular expressions
-    * [UIMA-770] - add PEAR build to WhitespaceTokenizer POM
-    * [UIMA-771] - call documentation build from POM
-    * [UIMA-772] - add new Sandbox-dist project that contains the Sandbox build
-    * [UIMA-884] - Add default output abilities to simple server
-    * [UIMA-907] - Add SimpleServer to sandbox distribution
+    * [UIMA-880] - Make PEAR installation path configurable in web.xml
+    * [UIMA-1021] - implement OpenCalais service wrapper annotator
+    * [UIMA-1033] - ConceptMapper--a highly configurable, token-based dictionary lookup UIMA component
+    * [UIMA-1095] - Implement a Tika Annotator
+    * [UIMA-1299] - Contribution of Lucene CAS Indexer
+    * [UIMA-1371] - Performance improvement: remove reliance on Property class and excess String building to reduce in-memory dictionary size.
+    * [UIMA-1526] - The adaptor of the lucene stop word filter dosn't support the case sensitive flag
+
+
+
 
 ** Task
-    * [UIMA-682] - update Sandbox components to work on the new uimaj-2.2.1-incubating release
+    * [UIMA-1361] - Lucas: Convert documentation into docbook format
+    * [UIMA-1461] - update sandbox POMs to 2.3.0-incubating-SNAPSHOT version
+
+
 
+** Wish
+    * [UIMA-1469] - Add Lucas to the sandbox home page
 

Modified: incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES.html?rev=821050&r1=821049&r2=821050&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES.html (original)
+++ incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/RELEASE_NOTES.html Fri Oct  2 15:16:21 2009
@@ -1,9 +1,9 @@
 <html>
 <head>
-  <title>Apache UIMA Sandbox v2.2.2 Release Notes</title>
+  <title>Apache UIMA Sandbox v2.3.0 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA Sandbox v2.2.2 Release Notes</h1>
+<h1>Apache UIMA Sandbox v2.3.0 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -70,19 +70,54 @@
  - RegularExpressionAnnotator <br>
  - Tagger<br>
  - WhitespaceTokenizer<br>
+ - DictionaryAnnotator<br>
+ - RegularExpressionAnnotator<br>
+ - Tagger<br>
+ - WhitespaceTokenizer<br>
+ - Bean Scripting Framework (BSF) BSFAnnotator<br>
+ - ConceptMapper<br>
+ - ConfigurableFeatureExtractor<br>
+ - Lucas - an interface to using UIMA with Lucene<br>
+ - OpenCalaisAnnotator - an sample annotator using the OpenCalais Service<br>
+ - SnowballAnnotator - an annotator making use of the snowball stemmers<br>
+ - TikaAnnotator - an annotator using the Tika project text extractors<br>
+</p><p> 
+Additionally the package contains some components to package annotators 
+and for accessing annotators as simple REST service. These are:<br>
+ - PearPackagingAntTask<br>
+ - SimpleServer
+</p><p>
+Finally, there is an addon to the base UIMA:
+ - FsVariables
+</p><p>
+Each component has a separate LICENSE and NOTICE files;  some also 
+have Readme and other documentation (in docs/). Documentation
+is also available on the UIMA website, in the Sandbox area.   
 </p> 
 
 <h2><a name="major.changes">3. Major Changes in this Release</a></h2>
 <p>
-The Apache UIMA annotator package release version 2.2.2 is the first release 
-of this package. The package contains the following components: <br>
- - DictionaryAnnotator <br>
- - RegularExpressionAnnotator <br>
- - Tagger <br>
- - WhitespaceTokenizer <br>
- - SimpleServer <br>
- - PearPackagingAntTask <br>
- - PearPackagingMavenPlugin <br>
+The Apache UIMA annotator package release version 2.3.0 adds the  is the first release 
+following components to the previously released ocmponents:<br>
+ - Bean Scripting Framework (BSF) BSFAnnotator<br>
+ - ConceptMapper<br>
+ - ConfigurableFeatureExtractor<br>
+ - Lucas - an interface to using UIMA with Lucene<br>
+ - OpenCalaisAnnotator - an sample annotator using the OpenCalais Service<br>
+ - SnowballAnnotator - an annotator making use of the snowball stemmers<br>
+ - TikaAnnotator - an annotator using the Tika project text extractors<br>
+</p>
+<p>
+  The PearPackagingMavenPlugin is moved to the base UIMA release package.
+</p><p>
+The XMLBean support is migrated to version 2.4.0, and all of the projects
+now use the maven xmlbeans plugin to generate the XML parsers.
+</p><p> 
+Finally, there is an addon to the base UIMA:<br>
+ - FsVariables
+</p>
+  
+<p>
 For a list of all JIRA issues fixed with the current Sandbox release, 
 please refer to chapter <a href="#list.issues">6. List of JIRA Issues Fixed in this Release</a>. 
 </p> 
@@ -107,237 +142,192 @@
 <h2><a name="list.issues">6. List of JIRA Issues Fixed in this Release</a></h2>
     
 
-        Release Notes - UIMA - Version 2.2.2
+
+        Release Notes - UIMA - Version 2.3S
         
 <h2>        Bug
 </h2>
 <ul>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-444'>UIMA-444</a>] -         Sandbox projects build only when in same directory as uimaj projects
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-588'>UIMA-588</a>] -         fix RegularExpressionAnnotator tests - add type priorities to get the same results for all JVMs
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-860'>UIMA-860</a>] -         Add source-style LICENSE and NOTICE files at &quot;root&quot;s of UIMA
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-612'>UIMA-612</a>] -         add License and Notice files
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-990'>UIMA-990</a>] -         change POM description for annotator package POMs
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-613'>UIMA-613</a>] -         remove compiler warnings after moving to Java 1.5
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1003'>UIMA-1003</a>] -         update PearPackagingMavenPlugin dependency scope
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-614'>UIMA-614</a>] -         remove compiler warnings after moving to Java 1.5
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1004'>UIMA-1004</a>] -         update SimpleServer try out form 
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-617'>UIMA-617</a>] -         change POM to work with Java 1.5
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1069'>UIMA-1069</a>] -         Model file is not loaded correctly if tagger is deployed more than once in same AE
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-620'>UIMA-620</a>] -         switch concept file parsing from File to InputStream
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1071'>UIMA-1071</a>] -         http connector fails with some Java implementations
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-621'>UIMA-621</a>] -         change the way to add the compiled sources to the PEAR package
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1085'>UIMA-1085</a>] -         Fix Sandbox NOTICE files
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-625'>UIMA-625</a>] -         update DictionaryAnnotator message catalog
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1106'>UIMA-1106</a>] -         update OpenCalaisAnnotator with correct encodings
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-646'>UIMA-646</a>] -         remove classpath as required argument for the PEAR packaging plugin
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1108'>UIMA-1108</a>] -         correct character offset for OpenCalais annotator
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-653'>UIMA-653</a>] -         allow feature normalization also on non-String based features
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1154'>UIMA-1154</a>] -         UIMA-AS extended tests hang when running with IBM JVM 1.6 service release 1
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-725'>UIMA-725</a>] -         case sensitive dictionaries do not work correctly
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1193'>UIMA-1193</a>] -         Tagger throws occasional NPE
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-757'>UIMA-757</a>] -         Tagger throws ClassCastException
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1264'>UIMA-1264</a>] -         Regex annotator goes into infinite loop on patterns that match the empty string
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-760'>UIMA-760</a>] -         add regex annotator performance test
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1374'>UIMA-1374</a>] -         TikaAnnotator source code does not compile because of incorrect package declarations
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-762'>UIMA-762</a>] -         rename xmltypes.jar 
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1378'>UIMA-1378</a>] -         Build of uimaj-examples project fails
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-765'>UIMA-765</a>] -         fix email address regex - escape &quot;-&quot; in regular expression
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1379'>UIMA-1379</a>] -         Type system namespace should be org.apache.uima.tika, not just org.apache.uima
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-768'>UIMA-768</a>] -         rename xmltypes.jar 
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1384'>UIMA-1384</a>] -         WhitespaceTokenizer pom still references UIMA 2.2.2
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-773'>UIMA-773</a>] -         Some files missing license headers
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1385'>UIMA-1385</a>] -         Regex annotator does not close concept file input stream after reading
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-775'>UIMA-775</a>] -         fix Findbugs issues
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1392'>UIMA-1392</a>] -         OpenCalaisAnnotator's annotations have truncated 'coveredText' field
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-776'>UIMA-776</a>] -         fix Findbugs issues
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1403'>UIMA-1403</a>] -         Lucas: many test cases fail
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-778'>UIMA-778</a>] -         fix Findbugs issues
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1446'>UIMA-1446</a>] -         org.apache.uima.simpleserver.config.impl.SimpleFilterImpl.match() can cause a null pointer exception
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-795'>UIMA-795</a>] -         dictionaries created by DictionaryCreator cannot be used
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1447'>UIMA-1447</a>] -         Tabulations are annotated as tokens after a space
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-803'>UIMA-803</a>] -         change whitespace character definition 
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1456'>UIMA-1456</a>] -         SimpleServer: sample config file does not work
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-804'>UIMA-804</a>] -         change default multi token separator from \t to |
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1457'>UIMA-1457</a>] -         SimpleServer: docs need updating for Tomcat 6
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-808'>UIMA-808</a>] -         SimpleServerServlet throws NullPointerExcpetion if no parameter was specified in doGet or doPost
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1460'>UIMA-1460</a>] -         AnnotationTokenStream.next(Token) should not catch Throwable
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-812'>UIMA-812</a>] -         Dictionary annotator does not work with several dictionaries in a single descriptor
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1462'>UIMA-1462</a>] -         SimpleUimaAsService has checked in SimpleServer libraries as binaries
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-819'>UIMA-819</a>] -         rename all shipment jars start with uima-
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1464'>UIMA-1464</a>] -         SimpleServer NOTICE file missing JSR 173 attribution
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-820'>UIMA-820</a>] -         fix classpath entry &quot;null;&quot;  if no classpath was specified
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1528'>UIMA-1528</a>] -         The documentation describes still the UEAStemmer, which was removed from the distribution
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-827'>UIMA-827</a>] -         fix NPE for interger based feature values that are null
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1530'>UIMA-1530</a>] -         Index naming is not unique in multithreaded scenarios
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-834'>UIMA-834</a>] -         replace special characters with XML entities when generating dictionaries
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1533'>UIMA-1533</a>] -         Lucas generated test-sources jar missing license, notice, disclaimer
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-855'>UIMA-855</a>] -         java.lang.ArrayIndexOutOfBoundsException in Tagger
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1546'>UIMA-1546</a>] -         Fix sandbox notice and license files
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-864'>UIMA-864</a>] -         update version from 2.2.2-incubating-SNAPSHOT to 2.2.2-incubating
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1547'>UIMA-1547</a>] -         XML problems with simple server test cases
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-882'>UIMA-882</a>] -         rename Tagger XML descriptor and add license header
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1551'>UIMA-1551</a>] -         Lucas PearPackagingMavenPlugin PEAR classpath is incorrect
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-883'>UIMA-883</a>] -         Missing license headers in JCas files and some XML files of simple server
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1552'>UIMA-1552</a>] -         Lucas: does not compile with Java 1.5
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-887'>UIMA-887</a>] -         minor update for money detection regular expression
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1554'>UIMA-1554</a>] -         Fix CFE notice and license file
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-909'>UIMA-909</a>] -         Model files are contained twice in pear file
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1557'>UIMA-1557</a>] -         LuceneCASIndexer.xml should be in src/test/resources
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-917'>UIMA-917</a>] -         Simple Server test annotator misses last character in text
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1558'>UIMA-1558</a>] -         LuceneCASIndexerTest fails if the created LuceneCASIndexer procsess a CAS
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-940'>UIMA-940</a>] -         change way of deleting files in the PearPackagingMavenPlugin
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1571'>UIMA-1571</a>] -         FsVariables book_name should be FsVariablesUserGuide instead of fsVariablesUserGuide
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-942'>UIMA-942</a>] -         Regex performance test doesn't run on Linux
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1572'>UIMA-1572</a>] -         Lucas artifactId does not match folder name in svn
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-943'>UIMA-943</a>] -         DictionaryAnnotator tests doesn't run on Linux
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1582'>UIMA-1582</a>] -         SimpleServer ConfigTest fails
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-944'>UIMA-944</a>] -         simple server notice file contains redundant uima reference
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1595'>UIMA-1595</a>] -         Change build of Sandbox RegExpr to use xmlbean maven plugin, and delete its lib dir
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-945'>UIMA-945</a>] -         move LICENSE and NOTICE files to toplevel dir for annotator package
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1596'>UIMA-1596</a>] -         fix sandbox build - use of &lt;profile&gt; for conditional not working for child projects
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-947'>UIMA-947</a>] -         Documentation: resources path in web.xml incorrect
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-953'>UIMA-953</a>] -         &quot;\&quot; in regex variables are not escaped
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-970'>UIMA-970</a>] -         update annotator package release files
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-971'>UIMA-971</a>] -         minor documentation updates for PearPackagingMavenPlugin
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-972'>UIMA-972</a>] -         fix jar file name in pear ant taks documentation
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-973'>UIMA-973</a>] -         annotator package jars does not have correct Manifest information
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1597'>UIMA-1597</a>] -         in sandbox common build, change needed to use assembly-bin instead of bin
 </li>
 </ul>
     
 <h2>        Improvement
 </h2>
 <ul>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-350'>UIMA-350</a>] -         add performance test for WhitespaceTokenizer
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-991'>UIMA-991</a>] -         fix Sandbox documentation to avoid overflowing the footer on even pages
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-550'>UIMA-550</a>] -         Sandbox components: use UIMA artifacts from the repository 
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-992'>UIMA-992</a>] -         update dictionary annotator build documentation - how to create XML Beans jar
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-577'>UIMA-577</a>] -         split up the Sandbox documentation build
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1005'>UIMA-1005</a>] -         create ant build for XMLBeans class generation
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-590'>UIMA-590</a>] -         change the way the RegularExpressionAnnotator load the configuration files
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1016'>UIMA-1016</a>] -         allow URLs as dictionary files
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-592'>UIMA-592</a>] -         add feature value normalization for RegEx Annotator
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1301'>UIMA-1301</a>] -         Update documentation, log problems when dictionary entries don't load, remove diagnostic message during dictionary loading
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-594'>UIMA-594</a>] -         update RegexAnnotator with custom anntoation validator
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1336'>UIMA-1336</a>] -         allow multiple dictionary entries to match against a single string
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-602'>UIMA-602</a>] -         add PEAR packaging task for RegexAnnotaor
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1370'>UIMA-1370</a>] -         Lucas: add the usual suspects to svnignore
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-610'>UIMA-610</a>] -         minor documentation updates - added some real world examples
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1372'>UIMA-1372</a>] -         Improve description of ConceptMapper on UIMA sandbox components web page
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-615'>UIMA-615</a>] -         update DictionaryBuilder tests to work with XML dictionary formats
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1455'>UIMA-1455</a>] -         Lucas should not use deprecated lucene API
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-618'>UIMA-618</a>] -         add documentation infrastructure for the DictionaryAnnotator
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1486'>UIMA-1486</a>] -         Lucas should not depend on google collections snapshot version
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-631'>UIMA-631</a>] -         Switch dictionary file parsing from File input to InputStream
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1498'>UIMA-1498</a>] -         if an exception is rethrown, the original exception is not currently passed through
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-634'>UIMA-634</a>] -         improve DictionaryAnnotator exception handling
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1501'>UIMA-1501</a>] -         more refactoring and updating - parent POMs
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-635'>UIMA-635</a>] -         add documentation for the PearPackagingMavenPlugin
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1517'>UIMA-1517</a>] -         Don't set executable bits on non-executables, when building assemblies
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-637'>UIMA-637</a>] -         add multi-word separator configuration for the DictionaryAnnotator
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1527'>UIMA-1527</a>] -         Upgrade Tika Annotator for 2.3.0 release
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-644'>UIMA-644</a>] -         update RegexAnnotator tests after test coverage analysis
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1529'>UIMA-1529</a>] -         Lucas depends on lucene 2.4.0, it should be lucene 2.4.1
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-647'>UIMA-647</a>] -         add DictionaryAnnotator tests
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1537'>UIMA-1537</a>] -         License Notice Disclaimer copying
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-666'>UIMA-666</a>] -         update feature normalization interface - add additional information
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1538'>UIMA-1538</a>] -         Common Build Step: build source Jars for java Jars
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-691'>UIMA-691</a>] -         add DictionaryCreator command line
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1550'>UIMA-1550</a>] -         Remove the uni-jena.de repository from lucas pom
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-696'>UIMA-696</a>] -         build documentation automatically during the component build
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1556'>UIMA-1556</a>] -         The LucasCasIndexer should be an Analysis Engine and not a CasConsumer
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-717'>UIMA-717</a>] -         minor performance improvements
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1559'>UIMA-1559</a>] -         lucas.xsd exists 3 times in different places
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-719'>UIMA-719</a>] -         Current Version of the HMM Tagger
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1567'>UIMA-1567</a>] -         Maven build: add &lt;prerequisites&gt; to uimaj to specify minimum Maven release level
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-728'>UIMA-728</a>] -         add money amount detection for regex annotator - use match group names
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1583'>UIMA-1583</a>] -         Regularize Sandbox builds and assembly
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-753'>UIMA-753</a>] -         Some improvements in the algorithm, structural changes as well as docbook update
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1586'>UIMA-1586</a>] -         CFE - XMLBeans - use maven plugin to generate the parser
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-758'>UIMA-758</a>] -         Make the tagger runtime read its properties from the descriptor, not a properties file
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1587'>UIMA-1587</a>] -         replace stax jar with better licensed geronimo version
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-763'>UIMA-763</a>] -         Automatically build PEAR file for Tagger
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1589'>UIMA-1589</a>] -         CFE - add Readme describing how to regenerate the EMF generated files
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-779'>UIMA-779</a>] -         Some modifications in the tagger code (esp. in the implementation of the SuffixTree.EDGE class)
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1590'>UIMA-1590</a>] -         fix extractAndBuild scripts
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-791'>UIMA-791</a>] -         Patch containing some improvements
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-806'>UIMA-806</a>] -         use Java NumberFormat to convert string numbers to float or integer
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-840'>UIMA-840</a>] -         change uima-as version to 2.2.2-incubating-SNAPSHOT (match uimaj version), add script to update version
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-877'>UIMA-877</a>] -         Reverse multiple copyright statements in docbooks, per request at previous release vote
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-918'>UIMA-918</a>] -         Fix version number in sandbox docs
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1594'>UIMA-1594</a>] -         make sandbox assembly build like base and uima-as builds
 </li>
 </ul>
     
 <h2>        New Feature
 </h2>
 <ul>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-95'>UIMA-95</a>] -         add sandbox infrastructure
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-151'>UIMA-151</a>] -         Add project for uima whitespace tokenizer implementation
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-880'>UIMA-880</a>] -         Make PEAR installation path configurable in web.xml
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-384'>UIMA-384</a>] -         create a pear packaging ant task
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1021'>UIMA-1021</a>] -         implement OpenCalais service wrapper annotator
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-539'>UIMA-539</a>] -         implement UIMA RegularExpressionAnnotator
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1033'>UIMA-1033</a>] -         ConceptMapper--a highly configurable, token-based dictionary lookup UIMA component
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-555'>UIMA-555</a>] -         add documentation for the RegularExpressionAnnotator
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1095'>UIMA-1095</a>] -         Implement a Tika Annotator
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-595'>UIMA-595</a>] -         add Rule to the RegexAnnotator to detect credit card numbers
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1299'>UIMA-1299</a>] -         Contribution of Lucene CAS Indexer
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-600'>UIMA-600</a>] -         add new DictionaryAnnotator implementation
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1371'>UIMA-1371</a>] -         Performance improvement: remove reliance on Property class and excess String building to reduce in-memory dictionary size.
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-601'>UIMA-601</a>] -         initial import of the PEAR packaging maven plugin
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1526'>UIMA-1526</a>] -         The adaptor of the lucene stop word filter dosn't support the case sensitive flag
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-603'>UIMA-603</a>] -         update Sandbox documentation build
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-604'>UIMA-604</a>] -         Create HMM POS project in the sandbox
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-605'>UIMA-605</a>] -         UIMA Sandbox tagger initial code drop
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-642'>UIMA-642</a>] -         allow RegularExpressionAnnotator to match on featurePath values
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-645'>UIMA-645</a>] -         minor code updates for WhitespaceTokenizer
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-651'>UIMA-651</a>] -         add regex variables to the concept file syntax
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-669'>UIMA-669</a>] -         update WhitespaceTokenizer to be sofa aware
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-685'>UIMA-685</a>] -         Create documentation for SimpleServer
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-692'>UIMA-692</a>] -         allow DictionaryAnnotator to match on featurePath values
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-695'>UIMA-695</a>] -         allow DictionaryAnnotator to filter the inputMatch annotations
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-697'>UIMA-697</a>] -         add DictionaryAnnotator documentation
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-724'>UIMA-724</a>] -         allow match group names for regular expressions
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-770'>UIMA-770</a>] -         add PEAR build to WhitespaceTokenizer POM
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-771'>UIMA-771</a>] -         call documentation build from POM
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-772'>UIMA-772</a>] -         add new Sandbox-dist project that contains the Sandbox build
-</li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-884'>UIMA-884</a>] -         Add default output abilities to simple server
+</ul>
+                
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1361'>UIMA-1361</a>] -         Lucas: Convert documentation into docbook format
 </li>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-907'>UIMA-907</a>] -         Add SimpleServer to sandbox distribution
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1461'>UIMA-1461</a>] -         update sandbox POMs to 2.3.0-incubating-SNAPSHOT version
 </li>
 </ul>
             
-<h2>        Task
+<h2>        Wish
 </h2>
 <ul>
-<li>[<a href='https://issues.apache.org/jira/browse/UIMA-682'>UIMA-682</a>] -         update Sandbox components to work on the new uimaj-2.2.1-incubating release
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1469'>UIMA-1469</a>] -         Add Lucas to the sandbox home page
 </li>
 </ul>
+
                         
 </body>
 </html>
\ No newline at end of file