Hi Marshall, thanks for identifying this!
Given that it works with Java != 8, I'd say there was a change in defaults in the Java 8 XML implementation - or something in the UIMA descriptor serialization code changed. An alternative to tracking this down could be to use XMLUnit instead of string comparison. Cheers, -- Richard > On 07.11.2016, at 15:25, Marshall Schor <[email protected]> wrote: > > The problem is one test which miscompares the expected and actuals. The > difference is the empty "description" tags are expected to be written: > > <description/> > > but the descriptor was written using the long form of empty tags: > > <description></description> > > Any idea what causes this discrepancy? > > -Marshall
