some Jiras fixed a few more of the edge cases involving multiple indexed things having the same keys, insuring that the "left-most" one is the one started with in iterators, etc.
See: https://issues.apache.org/jira/browse/UIMA-4340 more moveTo(FeatureStructure) failing to go to left-most equal one https://issues.apache.org/jira/browse/UIMA-4377 some UIMA iterator moveToNext/Prev fail to check for invalid position https://issues.apache.org/jira/browse/UIMA-4392 subiterator edge case needs correction - begin value with multiple instances -Marshall On 6/26/2015 7:38 AM, Peter Klügl wrote: > built current trunk of ruta with staged artifacts - two tests in > ruta-core failed: > InvisibleWildcardMatchTest.test:41 size of expected annotations (0) does > not match with actual size (1). > MarkInGreedyComposedTest.testWildCardFollowedByComposedReversed:42 size > of expected annotations (2) does not match with actual size (0). > > I'll investigate it. Most likely it's caused by workarounds introduced > for "bugs" in uimaj. > > Best, > > Peter > > Am 26.06.2015 um 12:15 schrieb Peter Klügl: >> testing environment: Windows 7 64bit, Java 7 >> >> compared svn-tag with source-release - OK (only the usual diff and some >> .project files) >> deleted .m2/../uima, mvn clean install svn-tag - OK >> deleted .m2/../uima, mvn clean install source-release - OK >> >> installed features and tested editor in kepler - OK >> installed and tested ruta 2.3.0 - OK (installer complained, but without >> reason) >> installed features and tested editor in luna - OK >> installed and tested ruta 2.3.0 - OK >> installed features and tested editor in mars - OK >> installed and tested ruta 2.3.0 - OK >> The eclipse bundles are not signed. I must admit that I lost the >> overview on this. >> If you can give me a pointer I could prepare this for the next ruta >> release and >> we could then integrate it for the next uimaj release, or vice versa. >> >> more testing will follow... >> >> Best, >> >> Peter >> >> Am 25.06.2015 um 22:39 schrieb Marshall Schor: >>> Hi, >>> >>> I've posted the UIMAJ SDK 2.8.0 rc1 release candidate. >>> >>> This version has mainly bug fixes, but includes two new things: one is the >>> index flattening for sorted indexes, and the other is the improved Java Cas >>> view that's part of the document analyzer. >>> >>> The list of changes in Jira: >>> >>> https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%202.8.0SDK%20AND%20project%20%3D%20UIMA >>> >>> The source and binary zip/tars and the Eclipse update site are staged to >>> http://people.apache.org/~schor/uima-release-candidates/uimaj-2.8.0-rc1/ >>> <http://people.apache.org/%7Eschor/uima-release-candidates/uimaj-2.8.0-rc1/> >>> >>> The Maven artifacts are here: >>> https://repository.apache.org/content/repositories/orgapacheuima-1056 >>> >>> The SVN tags are here: >>> http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.8.0/ >>> >>> and for the Eclipse Update Site: >>> http://people.apache.org/~schor/uima-release-candidates/uimaj-2.8.0-rc1/eclipse-update-site/uimaj/ >>> <http://people.apache.org/%7Eschor/uima-release-candidates/uimaj-2.8.0-rc1/eclipse-update-site/uimaj/> >>> >>> See http://uima.apache.org/testing-builds.html for suggestions on how to >>> test >>> release candidates. >>> >>> Please vote on release: >>> >>> [ ] +1 OK to release >>> [ ] 0 Don't care >>> [ ] -1 Not OK to release, because ... >>> >>> Thanks. >>> >>> -Marshall >>> >
