- Built from source using java 8 on linux - OK - Ran documentAnalyzer from bin - OK - Built uima-as-v3 (from branch) - OK - Ran uima-as runRemoteAsychAE - OK - Spot checked READE, RELEASE_NOTES, LICENSE, NOTICE - OK - Spot checked signatures - OK
[X] +1 OK to release On Mon, Nov 26, 2018 at 2:43 PM Richard Eckart de Castilho <r...@apache.org> wrote: > On 26. Nov 2018, at 19:08, Marshall Schor <m...@schor.com> wrote: > > > > If you want a test case for v3 that works, just change the supertype to > > CAS.TYPE_NAME_ANNOTATION. > > I hit this in code that serializes a CAS to a file in a custom format. > The type that is being serialized does not inherit from annotation. > I don't really mind the order. But it makes my unit tests easier if > the order is deterministic - so I am now sorting the feature > structures in this particular case by their IDs (which are apparently > still assigned in creation order) and that fixes by unit test under v3. > > Cheers, > > -- Richard >