aboutsummaryrefslogtreecommitdiff
path: root/projects/apache-commons
AgeCommit message (Collapse)Author
2021-08-30[infra][jvm] Split out JVM projects to their own builder. (#6336)jonathanmetzman
2021-08-01adding commons-geometry to Apache Commons project files (#6144)Matt Juntunen
2021-07-23[apache-commons] Run fuzzers in headless mode (#6107)Fabian Meumertzheim
Running the fuzzers in headless mode works around missing dependencies for the full Java AWT libraries. It is likely that the commons-imaging only uses features available in headless mode, in which case this would be a complete fix for the fuzzer startup crashes observed on ClusterFuzz.
2021-07-14Change Apache Commons primary from @bodewig to @jvz (#6040)Stefan Bodewig
2021-05-12[all] Make fuzz targets world executable (#5751)Fabian Meumertzheim
Making fuzz targets only user executable as the root user makes them non-executable outside the container, e.g. in the oss-fuzz/build/ dir.
2021-04-22add peter's google account to apache commons (#5661)Lee
2021-04-19[apache-commons] Initial integration (#5633)Fabian Meumertzheim
Adds fuzzers for Imaging and Compress.