https://bz.apache.org/bugzilla/show_bug.cgi?id=64411
--- Comment #1 from Andreas Beeker <[email protected]> --- the first patch (r1877398) contained ... - remove dependency to jaxb: this was only used for loading the preset shape definitions and custom geometry for slideshow. With the deprecation of jaxb in jdk 11, further dependencies would have been necessary ... providing a custom parser for the shape definitions was the light weighted solution - add a dependency macro in build.xml - changed the library layout all the libraries are now in sub directories under /lib. when using the module-path directive, java hiccups on the utility libraries (don't know which one it was), so separating the libraries after its usage in the poi modules is more clean - add module info to xml schema jars (initial) tbd: is the merged schema, which is released and the lite schema - add module info to main module (initial) - provided the schema sources in our svn tree every now and then, we have connection problems to the ecma server and it simply doesn't make sense to download 35mb when only 200kb of schemas are necessary -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
