svn commit: r1459124 - /uima/uimaj/branches/filteredCompress-uima-2498/uimaj-core/src/test/java/org/apache/uima/cas/impl/SerDesTest.java

2013-03-20 Thread schor
Author: schor Date: Thu Mar 21 01:38:33 2013 New Revision: 1459124 URL: http://svn.apache.org/r1459124 Log: [UIMA-2498] add test case for fs ref chain going through filtered-out type Modified: uima/uimaj/branches/filteredCompress-uima-2498/uimaj-core/src/test/java/org/apache/uima/cas/impl/Se

svn commit: r1459123 - /uima/uimaj/branches/filteredCompress-uima-2498/uimaj-core/src/main/java/org/apache/uima/cas/impl/BinaryCasSerDes5.java

2013-03-20 Thread schor
Author: schor Date: Thu Mar 21 01:37:33 2013 New Revision: 1459123 URL: http://svn.apache.org/r1459123 Log: [UIMA-2498] remove obsolete v5 Removed: uima/uimaj/branches/filteredCompress-uima-2498/uimaj-core/src/main/java/org/apache/uima/cas/impl/BinaryCasSerDes5.java

svn commit: r1459122 - /uima/uimaj/branches/filteredCompress-uima-2498/uimaj-core/src/main/java/org/apache/uima/cas/impl/BinaryCasSerDes6.java

2013-03-20 Thread schor
Author: schor Date: Thu Mar 21 01:36:08 2013 New Revision: 1459122 URL: http://svn.apache.org/r1459122 Log: [UIMA-2498] change strategy for where to hold "previous" values used in computing differences, for ints and feature structure refs. This was motivated by the use case of type filtering ty

svn commit: r1459116 - /uima/uimaj/branches/filteredCompress-uima-2498/uimaj-core/src/main/java/org/apache/uima/cas/impl/CasSeqAddrMaps.java

2013-03-20 Thread schor
Author: schor Date: Thu Mar 21 01:17:15 2013 New Revision: 1459116 URL: http://svn.apache.org/r1459116 Log: [UIMA-2498] add comments Modified: uima/uimaj/branches/filteredCompress-uima-2498/uimaj-core/src/main/java/org/apache/uima/cas/impl/CasSeqAddrMaps.java Modified: uima/uimaj/branches/

svn commit: r1459084 - /uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/TestUimaASExtended.java

2013-03-20 Thread burn
Author: burn Date: Wed Mar 20 22:33:05 2013 New Revision: 1459084 URL: http://svn.apache.org/r1459084 Log: UIMA-2755 - modified a JUnit test to have embedded placeholders Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/TestUimaASExtended.java Modified:

svn commit: r1458991 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/java/org/apache/uima/ducc/ws/server: DuccHandlerJsonFormat.java DuccHandlerLegacy.java DuccWebUtil.java

2013-03-20 Thread degenaro
Author: degenaro Date: Wed Mar 20 18:26:22 2013 New Revision: 1458991 URL: http://svn.apache.org/r1458991 Log: UIMA-2762 DUCC webserver (WS) incorrectly calculates display list for Managed + Unmanaged Reservations Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/java/org/apache

svn commit: r1458858 - in /uima/site/trunk/uima-website: docs/sandbox.html docs/textmarker.html xdocs/sandbox.xml xdocs/textmarker.xml

2013-03-20 Thread pkluegl
Author: pkluegl Date: Wed Mar 20 14:45:19 2013 New Revision: 1458858 URL: http://svn.apache.org/r1458858 Log: no jira - replaced links to textmarker documentation (was pointing to p.a.o) Modified: uima/site/trunk/uima-website/docs/sandbox.html uima/site/trunk/uima-website/docs/textmarker.

svn commit: r1458851 - /uima/sandbox/textmarker/trunk/textmarker-core/src/main/java/org/apache/uima/textmarker/engine/PlainTextAnnotator.java

2013-03-20 Thread pkluegl
Author: pkluegl Date: Wed Mar 20 14:27:03 2013 New Revision: 1458851 URL: http://svn.apache.org/r1458851 Log: UIMA-2760 - fixed last line problem - remove test code Modified: uima/sandbox/textmarker/trunk/textmarker-core/src/main/java/org/apache/uima/textmarker/engine/PlainTextAnnotator.java

svn commit: r1458850 - /uima/build/trunk/parent-pom/pom.xml

2013-03-20 Thread schor
Author: schor Date: Wed Mar 20 14:24:20 2013 New Revision: 1458850 URL: http://svn.apache.org/r1458850 Log: [UIMA-2763] Modified: uima/build/trunk/parent-pom/pom.xml Modified: uima/build/trunk/parent-pom/pom.xml URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=14588

svn commit: r1458834 - /uima/sandbox/textmarker/trunk/textmarker-ep-ide/src/main/java/org/apache/uima/textmarker/ide/TextMarkerIdePlugin.java

2013-03-20 Thread pkluegl
Author: pkluegl Date: Wed Mar 20 13:59:15 2013 New Revision: 1458834 URL: http://svn.apache.org/r1458834 Log: UIMA-2528 - added ugly hack that closes all CAS Editors if one of them has focus when existing Eclipse. Modified: uima/sandbox/textmarker/trunk/textmarker-ep-ide/src/main/java/org/

svn commit: r1458817 - in /uima/sandbox/textmarker/trunk: textmarker-core/src/main/antlr3/org/apache/uima/textmarker/parser/ textmarker-core/src/main/java/org/apache/uima/textmarker/ textmarker-ep-ide

2013-03-20 Thread pkluegl
Author: pkluegl Date: Wed Mar 20 13:11:11 2013 New Revision: 1458817 URL: http://svn.apache.org/r1458817 Log: UIMA-2759 - removed BasicAnnotationType, because it caused grammar problems in types with namespace - removed strange/old workaround - added workaround for assigning types when there is n