xmlgraphics-fop
xmlgraphics-fop copied to clipboard
Apache XML Graphics FOP
In my case I want to use the `getParts()` from `HttpServletRequest`.
Updates Junit, Mockito, and xmlunit (migrating to Jupiter would require significantly more changes)
There's no need for a separate `maven-windows.yml` workflow as GitHub Actions supports using the same workflow for a variety of configurations via a build matrix. I've also configured the action...
Contributed on behalf of the @opencastsoftware open source team
This prevents ``` Batik not in class path java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGDocument at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) ```
This method seems to find a "Property" related to the _fo.getNameId()_. Hence, the new name "getNameId" should be better than "make".
Allow to override build date with `SOURCE_DATE_EPOCH` in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. This patch...