[GitHub] [uima-uimaj] reckart opened a new pull request #70: [NO JIRA] Fix build on windows nodes master

2020-10-17 Thread GitBox
reckart opened a new pull request #70: URL: https://github.com/apache/uima-uimaj/pull/70 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [uima-uimaj] reckart opened a new pull request #71: [UIMA-6276] Potential memory leak in FSClassRegistry

2020-10-17 Thread GitBox
reckart opened a new pull request #71: URL: https://github.com/apache/uima-uimaj/pull/71 - Adapted a WeakIdentityMap from Apache Lucene to store the per-classloader JCas class info This is an automated message from the

[GitHub] [uima-uimafit] reckart opened a new pull request #126: [NO JIRA] Fix Jenkinsfile

2020-10-18 Thread GitBox
reckart opened a new pull request #126: URL: https://github.com/apache/uima-uimafit/pull/126 - Re-enable builds on Windows nodes - Adjust tools IDs - Fix environment variables step to also run on Windows nodes This

[GitHub] [uima-uimaj] SergeAverbis commented on pull request #67: [UIMA-6274] Setting feature on builtin JCas cover class that was loaded before initializing TypeSystemImpl fails

2020-10-19 Thread GitBox
SergeAverbis commented on pull request #67: URL: https://github.com/apache/uima-uimaj/pull/67#issuecomment-711831987 This correction solve the problem in my environment. This is an automated message from the Apache Git

[GitHub] [uima-uimafit] reckart merged pull request #127: [NO JIRA] Fix Jenkinsfile

2020-10-18 Thread GitBox
reckart merged pull request #127: URL: https://github.com/apache/uima-uimafit/pull/127 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [uima-uimafit] reckart opened a new pull request #128: [UIMA-6227] Upgrade to xmlunit 2

2020-10-18 Thread GitBox
reckart opened a new pull request #128: URL: https://github.com/apache/uima-uimafit/pull/128 - Switched to xmlunit 2 or more specifically its xmlunit-assertj module - Add missing dependency version - Exclude Eclipse config file from rat **JIRA Ticket:**

[GitHub] [uima-uimafit] reckart merged pull request #128: [UIMA-6227] Upgrade to xmlunit 2

2020-10-18 Thread GitBox
reckart merged pull request #128: URL: https://github.com/apache/uima-uimafit/pull/128 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [uima-uimafit] reckart opened a new pull request #127: [NO JIRA] Fix Jenkinsfile

2020-10-18 Thread GitBox
reckart opened a new pull request #127: URL: https://github.com/apache/uima-uimafit/pull/127 - Re-enable builds on Windows nodes - Adjust tools IDs - Fix environment variables step to also run on Windows nodes This is

[GitHub] [uima-uimafit] reckart merged pull request #126: [NO JIRA] Fix Jenkinsfile

2020-10-18 Thread GitBox
reckart merged pull request #126: URL: https://github.com/apache/uima-uimafit/pull/126 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [uima-uimafit] reckart merged pull request #107: [UIMA-6227] Upgrade to xmlunit 2

2020-10-18 Thread GitBox
reckart merged pull request #107: URL: https://github.com/apache/uima-uimafit/pull/107 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [uima-uimaj] reckart opened a new pull request #61: [UIMA-6269] select.coveredBy with includeAnnotationsWithEndBeyondBounds has broken edge case

2020-10-10 Thread GitBox
reckart opened a new pull request #61: URL: https://github.com/apache/uima-uimaj/pull/61 - Fixed edge case - Added unit test This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [uima-uimafit] reckart opened a new pull request #122: [UIMA-6270] Add selectOverlapping to (J)CasUtil

2020-10-10 Thread GitBox
reckart opened a new pull request #122: URL: https://github.com/apache/uima-uimafit/pull/122 - Added selectOverlapping - Added unit tests - Pull out check for annotation type into a helper method - Added AnnotationPredicates helper class **JIRA Ticket:**

[GitHub] [uima-uimaj] reckart commented on pull request #62: [UIMA-6151] Containment/overlap predicates for AnnotationFS

2020-10-10 Thread GitBox
reckart commented on pull request #62: URL: https://github.com/apache/uima-uimaj/pull/62#issuecomment-706620518 @pkluegl care to review this one? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [uima-uimaj] reckart opened a new pull request #62: [UIMA-6151] Containment/overlap predicates for AnnotationFS

2020-10-10 Thread GitBox
reckart opened a new pull request #62: URL: https://github.com/apache/uima-uimaj/pull/62 - Added utility class with predicates for overlap/containment/etc of annotations - Added convenience access to these methods to the AnnotationFS interface - Added unit tests

[GitHub] [uima-uimaj] reckart edited a comment on pull request #62: [UIMA-6151] Containment/overlap predicates for AnnotationFS

2020-10-10 Thread GitBox
reckart edited a comment on pull request #62: URL: https://github.com/apache/uima-uimaj/pull/62#issuecomment-706620912 @pkluegl When looking at this on, the different cases in the unit tests `assertPosition()` method are probably the most relevant ones - and maybe whether the naming of

[GitHub] [uima-uimaj] reckart commented on pull request #62: [UIMA-6151] Containment/overlap predicates for AnnotationFS

2020-10-10 Thread GitBox
reckart commented on pull request #62: URL: https://github.com/apache/uima-uimaj/pull/62#issuecomment-706620912 @pkluegl When looking at this on, the different cases in the unit tests `assertPosition()` method are probably the most relevant ones - and maybe whether the naming of the

[GitHub] [uima-uimaj] reckart commented on pull request #66: [UIMA 6273] isBeforeV3 variable not reset in BinaryCasSerDes

2020-10-14 Thread GitBox
reckart commented on pull request #66: URL: https://github.com/apache/uima-uimaj/pull/66#issuecomment-708345963 @mjunsilo Is it feasible to have a unit test for this? This is an automated message from the Apache Git Service.

[GitHub] [uima-uimaj] mjunsilo edited a comment on pull request #66: [UIMA 6273] isBeforeV3 variable not reset in BinaryCasSerDes

2020-10-14 Thread GitBox
mjunsilo edited a comment on pull request #66: URL: https://github.com/apache/uima-uimaj/pull/66#issuecomment-708357086 I am still thinking about how a unit test could be done, but I am short on time at the moment. A proper integrated test requires a solution where a v2 binary is loaded

[GitHub] [uima-uimaj] mjunsilo edited a comment on pull request #66: [UIMA 6273] isBeforeV3 variable not reset in BinaryCasSerDes

2020-10-14 Thread GitBox
mjunsilo edited a comment on pull request #66: URL: https://github.com/apache/uima-uimaj/pull/66#issuecomment-708357086 I am still thinking about how a unit test could be done, but I am short on time at the moment. A proper integrated test requires a solution where a v2 binary is loaded

[GitHub] [uima-uimaj] mjunsilo opened a new pull request #66: [UIMA 6273] isBeforeV3 variable not reset in BinaryCasSerDes

2020-10-14 Thread GitBox
mjunsilo opened a new pull request #66: URL: https://github.com/apache/uima-uimaj/pull/66 Suggested fix for issue UIMA 6273. This is critical to applications that have mixed loading of v3 and before v3 CAS'es in runtime environments such as the CPE where the CAS objects are recycled with

[GitHub] [uima-uimaj] mjunsilo commented on pull request #66: [UIMA 6273] isBeforeV3 variable not reset in BinaryCasSerDes

2020-10-14 Thread GitBox
mjunsilo commented on pull request #66: URL: https://github.com/apache/uima-uimaj/pull/66#issuecomment-708357086 I am still thinking about how a unit test could be done, but I am short on time at the moment. A proper integrated test requires a solution where a v2 binary is loaded from

[GitHub] [uima-ruta] pkluegl merged pull request #13: UIMA-6258: Action FILL only considers first annotation of given type

2020-08-25 Thread GitBox
pkluegl merged pull request #13: URL: https://github.com/apache/uima-ruta/pull/13 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-ruta] pkluegl merged pull request #15: Uima 6256 split creates invalid annotations

2020-08-25 Thread GitBox
pkluegl merged pull request #15: URL: https://github.com/apache/uima-ruta/pull/15 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-ruta] pkluegl merged pull request #14: UIMA-6261: fixed verbalization of NullExpression and added test

2020-08-25 Thread GitBox
pkluegl merged pull request #14: URL: https://github.com/apache/uima-ruta/pull/14 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart opened a new pull request #54: [UIMA-6259] Jenkinsfile for UIMA Java SDK

2020-08-17 Thread GitBox
reckart opened a new pull request #54: URL: https://github.com/apache/uima-uimaj/pull/54 - Added Jenkinsfile from master branch here as well - Tell the rat to log the names of files with bad license headers to the console since on ci-builds, we do not seem to have access to browse

[GitHub] [uima-ruta] reckart opened a new pull request #11: [UIMA-6260] Jenkinsfile for UIMA Ruta

2020-08-17 Thread GitBox
reckart opened a new pull request #11: URL: https://github.com/apache/uima-ruta/pull/11 - Added Jenkinsfile - Tell the rat to log the names of files with bad license headers to the console since on ci-builds, we do not seem to have access to browse workspaces

[GitHub] [uima-ruta] reckart opened a new pull request #12: [UIMA-6260] Jenkinsfile for UIMA Ruta

2020-08-17 Thread GitBox
reckart opened a new pull request #12: URL: https://github.com/apache/uima-ruta/pull/12 - Added Jenkinsfile - Tell the rat to log the names of files with bad license headers to the console since on ci-builds, we do not seem to have access to browse workspaces

[GitHub] [uima-ruta] reckart merged pull request #11: [UIMA-6260] Jenkinsfile for UIMA Ruta

2020-08-17 Thread GitBox
reckart merged pull request #11: URL: https://github.com/apache/uima-ruta/pull/11 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-ruta] reckart merged pull request #10: [UIMA-6231] introducing new static cache for reusing Pattern objects in REGEXP and RegExpRule

2020-08-17 Thread GitBox
reckart merged pull request #10: URL: https://github.com/apache/uima-ruta/pull/10 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart merged pull request #53: [UIMA-6259] Jenkinsfile for UIMA Java SDK

2020-08-17 Thread GitBox
reckart merged pull request #53: URL: https://github.com/apache/uima-uimaj/pull/53 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart merged pull request #54: [UIMA-6259] Jenkinsfile for UIMA Java SDK

2020-08-17 Thread GitBox
reckart merged pull request #54: URL: https://github.com/apache/uima-uimaj/pull/54 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart opened a new pull request #53: [UIMA-6259] Jenkinsfile for UIMA Java SDK

2020-08-15 Thread GitBox
reckart opened a new pull request #53: URL: https://github.com/apache/uima-uimaj/pull/53 - Added Jenkinsfile This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [uima-ruta] pkluegl opened a new pull request #13: UIMA-6258: Action FILL only considers first annotation of given type

2020-08-17 Thread GitBox
pkluegl opened a new pull request #13: URL: https://github.com/apache/uima-ruta/pull/13 - touch all annotations in list - added test This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [uima-ruta] reckart merged pull request #12: [UIMA-6260] Jenkinsfile for UIMA Ruta

2020-08-17 Thread GitBox
reckart merged pull request #12: URL: https://github.com/apache/uima-ruta/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-ruta] pkluegl opened a new pull request #14: UIMA-6261: fixed verbalization of NullExpression and added test

2020-08-17 Thread GitBox
pkluegl opened a new pull request #14: URL: https://github.com/apache/uima-ruta/pull/14 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [uima-ruta] pkluegl opened a new pull request #15: Uima 6256 split creates invalid annotations

2020-08-17 Thread GitBox
pkluegl opened a new pull request #15: URL: https://github.com/apache/uima-ruta/pull/15 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [uima-uimaj] reckart commented on pull request #56: [UIMA-6267] UIMA SDK Eclipse Plugins fail to build after Eclipse 2020-09 release

2020-09-30 Thread GitBox
reckart commented on pull request #56: URL: https://github.com/apache/uima-uimaj/pull/56#issuecomment-701649021 > Is there any implication of breakage for people still running older levels of Eclipse? Hard to tell - that is why I am asking for a review ;) Comparing the Manifests

[GitHub] [uima-uimaj] reckart merged pull request #57: [UIMA 6267] UIMA SDK Eclipse plugins fail to build after Eclipse 2020 09 release

2020-10-01 Thread GitBox
reckart merged pull request #57: URL: https://github.com/apache/uima-uimaj/pull/57 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart opened a new pull request #58: [UIMA-6267] UIMA SDK Eclipse Plugins fail to build after Eclipse 2020-09 release

2020-10-01 Thread GitBox
reckart opened a new pull request #58: URL: https://github.com/apache/uima-uimaj/pull/58 - Update Java / Eclipse minimum version info in the documentation This is an automated message from the Apache Git Service. To respond

[GitHub] [uima-uimaj] reckart merged pull request #56: [UIMA-6267] UIMA SDK Eclipse Plugins fail to build after Eclipse 2020-09 release

2020-10-01 Thread GitBox
reckart merged pull request #56: URL: https://github.com/apache/uima-uimaj/pull/56 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart commented on pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-10-01 Thread GitBox
reckart commented on pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#issuecomment-701935359 @mischor looks good to me - unit tests are also all passing. I added another unit test which uses a custom classpath instead of a custom classloader - also works. So I'll merge

[GitHub] [uima-uimaj] reckart opened a new pull request #57: [UIMA 6267] UIMA SDK Eclipse plugins fail to build after Eclipse 2020 09 release

2020-10-01 Thread GitBox
reckart opened a new pull request #57: URL: https://github.com/apache/uima-uimaj/pull/57 - Add exclusions for the artifacts that are missing This is an automated message from the Apache Git Service. To respond to the

[GitHub] [uima-uimaj] reckart merged pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-10-01 Thread GitBox
reckart merged pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart merged pull request #58: [UIMA-6267] UIMA SDK Eclipse Plugins fail to build after Eclipse 2020-09 release

2020-10-01 Thread GitBox
reckart merged pull request #58: URL: https://github.com/apache/uima-uimaj/pull/58 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart opened a new pull request #59: [UIMA-6267] UIMA SDK Eclipse Plugins fail to build after Eclipse 2020-09 release

2020-10-01 Thread GitBox
reckart opened a new pull request #59: URL: https://github.com/apache/uima-uimaj/pull/59 - Update Java / Eclipse minimum version info in the documentation This is an automated message from the Apache Git Service. To respond

[GitHub] [uima-ruta] pkluegl opened a new pull request #16: WIP: UIMA-6268: Ruta: internal indexing not robust concerning modifications in pipelin

2020-10-01 Thread GitBox
pkluegl opened a new pull request #16: URL: https://github.com/apache/uima-ruta/pull/16 …s in pipeline - added test This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [uima-uimaj] reckart opened a new pull request #60: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-10-01 Thread GitBox
reckart opened a new pull request #60: URL: https://github.com/apache/uima-uimaj/pull/60 - Fix the case where types are overwritten via a classloader passed to the resource manager (UIMAv3-specific solution) - Added corresponding unit tests (same ones we used for the UIMAv2 version of

[GitHub] [uima-uimaj] reckart merged pull request #59: [UIMA-6267] UIMA SDK Eclipse Plugins fail to build after Eclipse 2020-09 release

2020-10-01 Thread GitBox
reckart merged pull request #59: URL: https://github.com/apache/uima-uimaj/pull/59 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart opened a new pull request #56: [UIMA-6267] UIMA SDK Eclipse Plugins fail to build after Eclipse 2020-09 release

2020-09-17 Thread GitBox
reckart opened a new pull request #56: URL: https://github.com/apache/uima-uimaj/pull/56 - Add exclusions for the artifacts that are missing This is an automated message from the Apache Git Service. To respond to the

[GitHub] [uima-uimaj] reckart commented on pull request #56: [UIMA-6267] UIMA SDK Eclipse Plugins fail to build after Eclipse 2020-09 release

2020-09-27 Thread GitBox
reckart commented on pull request #56: URL: https://github.com/apache/uima-uimaj/pull/56#issuecomment-699635374 Folks, if nobody wants to comment/review this PR, then I'll simply merge it. This is an automated message from

[GitHub] [uima-ruta] reckart commented on a change in pull request #9: [UIMA-6231] introducing new static cache for reusing Pattern objects in REGEXP and RegExpRule

2020-05-28 Thread GitBox
reckart commented on a change in pull request #9: URL: https://github.com/apache/uima-ruta/pull/9#discussion_r432087654 ## File path: ruta-core/src/main/java/org/apache/uima/ruta/cache/RutaPatternCache.java ## @@ -0,0 +1,76 @@ +/* + * Licensed to the Apache Software

[GitHub] [uima-uimafit] reckart merged pull request #119: [UIMA-6263] CAS validation support

2020-09-16 Thread GitBox
reckart merged pull request #119: URL: https://github.com/apache/uima-uimafit/pull/119 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [uima-uimafit] reckart opened a new pull request #120: [UIMA-6263] CAS validation support v3

2020-09-16 Thread GitBox
reckart opened a new pull request #120: URL: https://github.com/apache/uima-uimafit/pull/120 - CAS validation support - AssertJ module for uimaFIT - JUnit-specific stuff for uimaFIT **JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6263

[GitHub] [uima-uimafit] reckart opened a new pull request #119: [UIMA-6263] CAS validation support

2020-09-16 Thread GitBox
reckart opened a new pull request #119: URL: https://github.com/apache/uima-uimafit/pull/119 - Allow failing or skipping checks by throwing an exception - Pull out custom assert code into a super-class - made Validator.Builder fluent - allow validating using a custom validator

[GitHub] [uima-uimafit] reckart opened a new pull request #121: [UIMA-6263] CAS validation support

2020-09-16 Thread GitBox
reckart opened a new pull request #121: URL: https://github.com/apache/uima-uimafit/pull/121 - Exclude service locator file from rat check - Align v2 and v3 top-level POM a bit more - Upgrade AssertJ dependency **JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6263

[GitHub] [uima-uimafit] reckart merged pull request #120: [UIMA-6263] CAS validation support v3

2020-09-16 Thread GitBox
reckart merged pull request #120: URL: https://github.com/apache/uima-uimafit/pull/120 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [uima-uimafit] reckart merged pull request #121: [UIMA-6263] CAS validation support

2020-09-16 Thread GitBox
reckart merged pull request #121: URL: https://github.com/apache/uima-uimafit/pull/121 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [uima-uimaj] reckart opened a new pull request #76: UIMA-6284: select.following() fails to find adjacent annotations

2020-10-22 Thread GitBox
reckart opened a new pull request #76: URL: https://github.com/apache/uima-uimaj/pull/76 - Use true offsets of the reference annotation to determine starting point of the iterator - Added unit tests for following and preceeding with and without skipping

[GitHub] [uima-uimaj] reckart opened a new pull request #77: [UIMA-6285] select.following() on a zero-width annotation returns other zero-width annotation at same location

2020-10-22 Thread GitBox
reckart opened a new pull request #77: URL: https://github.com/apache/uima-uimaj/pull/77 - Added extra condition that skips annotations which are at the same location as the reference location when doing a "following" selection - Added additional unit tests

[GitHub] [uima-uimafit] reckart merged pull request #129: [UIMA-6286] select following finds zero-width annotation at reference end position

2020-10-27 Thread GitBox
reckart merged pull request #129: URL: https://github.com/apache/uima-uimafit/pull/129 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [uima-uimafit] reckart merged pull request #130: [UIMA-6286] Select following finds zero width annotation at reference end position

2020-10-27 Thread GitBox
reckart merged pull request #130: URL: https://github.com/apache/uima-uimafit/pull/130 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [uima-uimaj] reckart merged pull request #78: [UIMA-6286] select following finds zero-width annotation at reference end position

2020-10-27 Thread GitBox
reckart merged pull request #78: URL: https://github.com/apache/uima-uimaj/pull/78 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimafit] reckart opened a new pull request #130: [UIMA-6286] Select following finds zero width annotation at reference end position

2020-10-27 Thread GitBox
reckart opened a new pull request #130: URL: https://github.com/apache/uima-uimafit/pull/130 - When selecting following annotations, skip over zero-width annotations that are the the end position of the reference interval - Added unit test checking behavior for zero-width annotations at

[GitHub] [uima-uimaj] reckart opened a new pull request #78: [UIMA-6286] select following finds zero-width annotation at reference end position

2020-10-27 Thread GitBox
reckart opened a new pull request #78: URL: https://github.com/apache/uima-uimaj/pull/78 - When selecting following annotations, skip over zero-width annotations that are the the end position of the reference interval - Added unit test checking behavior for zero-width annotations at

[GitHub] [uima-uimafit] reckart opened a new pull request #129: [UIMA-6286] select following finds zero-width annotation at reference end position

2020-10-27 Thread GitBox
reckart opened a new pull request #129: URL: https://github.com/apache/uima-uimafit/pull/129 - When selecting following annotations, skip over zero-width annotations that are the the end position of the reference interval - Added unit test checking behavior for zero-width annotations at

[GitHub] [uima-uimaj] reckart merged pull request #77: [UIMA-6285] select.following() on a zero-width annotation returns other zero-width annotation at same location

2020-10-26 Thread GitBox
reckart merged pull request #77: URL: https://github.com/apache/uima-uimaj/pull/77 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart merged pull request #76: UIMA-6284: select.following() fails to find adjacent annotations

2020-10-26 Thread GitBox
reckart merged pull request #76: URL: https://github.com/apache/uima-uimaj/pull/76 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-ruta] pkluegl opened a new pull request #20: UIMA-6281: Ruta: use uimaFIT instead of CAS.select().coveredBy() internally

2020-10-26 Thread GitBox
pkluegl opened a new pull request #20: URL: https://github.com/apache/uima-ruta/pull/20 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [uima-ruta] pkluegl merged pull request #20: UIMA-6281: Ruta: use uimaFIT instead of CAS.select().coveredBy() internally

2020-10-26 Thread GitBox
pkluegl merged pull request #20: URL: https://github.com/apache/uima-ruta/pull/20 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimafit] reckart opened a new pull request #114: [UIMA-6257] Jenkinsfile for uimaFIT

2020-08-02 Thread GitBox
reckart opened a new pull request #114: URL: https://github.com/apache/uima-uimafit/pull/114 - Adding a basic Jenkinsfile **JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6257 This is an automated

[GitHub] [uima-uimaj] reckart opened a new pull request #49: Merge UIMA 3.1.1 release branch

2020-06-19 Thread GitBox
reckart opened a new pull request #49: URL: https://github.com/apache/uima-uimaj/pull/49 Merge the branch on which UIMA Java SDK 3.1.1 was released to update the version in the POMs on the master branch and to incorporate any changes that were done as part of the UIMA Java SDK 3.1.1

[GitHub] [uima-uimaj] reckart commented on pull request #49: Merge UIMA 3.1.1 release branch

2020-06-19 Thread GitBox
reckart commented on pull request #49: URL: https://github.com/apache/uima-uimaj/pull/49#issuecomment-646591703 @mischor Looks like we didn't merge the RC branch into master after the 3.1.1 release. I think we should do this. The master branch still lists as being 3.1.1-SNAPSHOT instead

[GitHub] [uima-uimaj] reckart commented on pull request #45: [UIMA-6168] protect indexes fails when there were no indexed fs that needed protecting

2020-06-19 Thread GitBox
reckart commented on pull request #45: URL: https://github.com/apache/uima-uimaj/pull/45#issuecomment-646519133 @mischor Hm, looks like the initial UIMA-6168 changes went into UIMAv3, so probably this fix should also be merged to UIMAv3.

[GitHub] [uima-uimaj] mischor commented on pull request #45: [UIMA-6168] protect indexes fails when there were no indexed fs that needed protecting

2020-06-19 Thread GitBox
mischor commented on pull request #45: URL: https://github.com/apache/uima-uimaj/pull/45#issuecomment-646656812 Confirming, this fix needs to go into v3. This is an automated message from the Apache Git Service. To respond

[GitHub] [uima-uimaj] mischor closed pull request #47: [UIMA-6245] fixed IndexOutOfBounds exception when expanding types Slot_StrRef and Slot_HeapRef in CVD

2020-06-19 Thread GitBox
mischor closed pull request #47: URL: https://github.com/apache/uima-uimaj/pull/47 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] mischor commented on pull request #47: [UIMA-6245] fixed IndexOutOfBounds exception when expanding types Slot_StrRef and Slot_HeapRef in CVD

2020-06-19 Thread GitBox
mischor commented on pull request #47: URL: https://github.com/apache/uima-uimaj/pull/47#issuecomment-646652049 fix replaced with pull req 48 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [uima-uimaj] mischor commented on pull request #48: UIMA 6245 Fix CVD makeNodes to use array length

2020-06-19 Thread GitBox
mischor commented on pull request #48: URL: https://github.com/apache/uima-uimaj/pull/48#issuecomment-646650121 augustoribeiro tested, works. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [uima-uimaj] mischor merged pull request #48: UIMA 6245 Fix CVD makeNodes to use array length

2020-06-19 Thread GitBox
mischor merged pull request #48: URL: https://github.com/apache/uima-uimaj/pull/48 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] mischor commented on pull request #49: Merge UIMA 3.1.1 release branch

2020-06-19 Thread GitBox
mischor commented on pull request #49: URL: https://github.com/apache/uima-uimaj/pull/49#issuecomment-646653387 Sorry to be a bit slow these days, due to other things... Let me think about this a bit, please... This is an

[GitHub] [uima-uimaj] ackelcn opened a new pull request #50: adding comments with issue numbers.

2020-06-23 Thread GitBox
ackelcn opened a new pull request #50: URL: https://github.com/apache/uima-uimaj/pull/50 https://issues.apache.org/jira/browse/UIMA-6248 I create this pull request, so the new comments are highlighted. This is an

[GitHub] [uima-uimaj] reckart commented on pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-25 Thread GitBox
reckart commented on pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#issuecomment-649834610 Btw. here is a list of the available commands: https://plugins.jenkins.io/ghprb/ - not sure if your word order matched and triggered a build

[GitHub] [uima-uimaj] mischor commented on pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-25 Thread GitBox
mischor commented on pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#issuecomment-649838606 @reckart can you see if this works (in uima v2) for you? This is an automated message from the Apache Git

[GitHub] [uima-uimaj] mischor closed pull request #50: adding comments with issue numbers.

2020-06-24 Thread GitBox
mischor closed pull request #50: URL: https://github.com/apache/uima-uimaj/pull/50 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] mischor commented on pull request #50: adding comments with issue numbers.

2020-06-24 Thread GitBox
mischor commented on pull request #50: URL: https://github.com/apache/uima-uimaj/pull/50#issuecomment-649006227 Closing this pull request - it should not be merged. It is too big to review, and there are multiple committers who prefer this not be committed.

[GitHub] [uima-uimaj] mischor commented on pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-25 Thread GitBox
mischor commented on pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#issuecomment-649832217 Jenkins, please test this This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [uima-uimaj] reckart commented on pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-26 Thread GitBox
reckart commented on pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#issuecomment-650370679 @mischor I'll try next week. The setup to reproduce this "in vivo" is not something I deal with every day (involving Docker, OSGI and whatnot)... that's why accompanied with a

[GitHub] [uima-uimaj] mischor opened a new pull request #52: [UIMA-6249] avoid sync in getJCasRegisteredType

2020-06-29 Thread GitBox
mischor opened a new pull request #52: URL: https://github.com/apache/uima-uimaj/pull/52 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [uima-uimaj] mischor merged pull request #52: [UIMA-6249] avoid sync in getJCasRegisteredType

2020-06-29 Thread GitBox
mischor merged pull request #52: URL: https://github.com/apache/uima-uimaj/pull/52 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] augustoribeiro opened a new pull request #47: [UIMA-6245] fixed IndexOutOfBounds exception when expanding types Slo…

2020-06-16 Thread GitBox
augustoribeiro opened a new pull request #47: URL: https://github.com/apache/uima-uimaj/pull/47 …t_StrRef and Slot_HeapRef in CVD mkNodes function was iterating the loop using the size of the arrayNodes but arrayNodes size was always 0. Using the source array size as limiter to the

[GitHub] [uima-uimaj] mischor merged pull request #45: [UIMA-6168] protect indexes fails when there were no indexed fs that needed protecting

2020-06-16 Thread GitBox
mischor merged pull request #45: URL: https://github.com/apache/uima-uimaj/pull/45 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [uima-uimaj] reckart commented on a change in pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-21 Thread GitBox
reckart commented on a change in pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#discussion_r443231498 ## File path: uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java ## @@ -0,0 +1,292 @@ +/* + * Licensed to the Apache Software

[GitHub] [uima-uimaj] reckart commented on a change in pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-21 Thread GitBox
reckart commented on a change in pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#discussion_r443231498 ## File path: uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java ## @@ -0,0 +1,292 @@ +/* + * Licensed to the Apache Software

[GitHub] [uima-uimaj] reckart commented on pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-21 Thread GitBox
reckart commented on pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#issuecomment-647174823 Thanks for the check. I have updated the test. Now, one test fails in UIMAv2 (with `Annotation` where `Token` would be expected) and the other two fail in UIMAv3 (with

[GitHub] [uima-uimaj] mischor commented on a change in pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-21 Thread GitBox
mischor commented on a change in pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#discussion_r443239137 ## File path: uimaj-core/src/test/java/org/apache/uima/cas/test/JCasClassLoaderTest.java ## @@ -0,0 +1,292 @@ +/* + * Licensed to the Apache Software

[GitHub] [uima-uimaj] reckart commented on pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-21 Thread GitBox
reckart commented on pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#issuecomment-647185541 @mischor ok, now we have proper asserts This is an automated message from the Apache Git Service. To respond to

[GitHub] [uima-uimaj] reckart commented on a change in pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-21 Thread GitBox
reckart commented on a change in pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#discussion_r443231694 ## File path: uimaj-core/pom.xml ## @@ -78,6 +78,11 @@ assertj-core test +

[GitHub] [uima-uimaj] reckart commented on pull request #46: [UIMA-6243] JCas returns Annotation when asked for a specific subtype

2020-06-21 Thread GitBox
reckart commented on pull request #46: URL: https://github.com/apache/uima-uimaj/pull/46#issuecomment-647174982 Mind, the test is still not quite perfect. There should actually be some asserts actually checking that the expected JCas wrappers are being used instead of just implicitly

[GitHub] [uima-uimaj] mischor opened a new pull request #48: UIMA 6245 Fix CVD makeNodes to use array length

2020-06-18 Thread GitBox
mischor opened a new pull request #48: URL: https://github.com/apache/uima-uimaj/pull/48 A general fix for this, explicitly pass in array length to makeNodes This is an automated message from the Apache Git Service. To

[GitHub] [uima-uimaj] mischor edited a comment on pull request #48: UIMA 6245 Fix CVD makeNodes to use array length

2020-06-18 Thread GitBox
mischor edited a comment on pull request #48: URL: https://github.com/apache/uima-uimaj/pull/48#issuecomment-646322165 @augustoribeiro - Can you please test / review this alternative fix, which should fix this for all types? Thanks!

[GitHub] [uima-uimaj] mischor commented on pull request #48: UIMA 6245 Fix CVD makeNodes to use array length

2020-06-18 Thread GitBox
mischor commented on pull request #48: URL: https://github.com/apache/uima-uimaj/pull/48#issuecomment-646322165 https://github.com/augustoribeiro - Can you please test / review this alternative fix, which should fix this for all types? Thanks!

<    1   2   3   4   5   6   7   8   9   10   >