Thanks for doing all these commits. I did a build and ran our own PDF
rendering tests and it fixes my own issues, and also a bug from the
google code days, and a file I collected from the PDF.js project.
About the pom.xml: you are using
<groupId>org.apache.pdfbox.jbig2</groupId>
<artifactId>pdfbox-jbig2-imageio</artifactId>
<version>3.0-SNAPSHOT</version>
Shouldn't this be more like this?
<groupId>org.apache.pdfbox</groupId>
<artifactId>jbig2-imageio</artifactId>
<version>3.0.0-SNAPSHOT</version>
Re committers, I'd favour "that the relevant developers become ASF
committers". I wasn't involved at that time, but it's the way it was
done with PaDaF (now preflight), two people involved became committers.
Tilman