aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/apache-commons
Commit message (Collapse)AuthorAge
* Add new CI employee to Java projects (#7376)Gravatar Fabian Meumertzheim2022-03-13
| | | | @bertschneider will co-maintain Jazzer and should have access to findings for projects integrated by Code Intelligence.
* [apache-commons] Fix build after breaking changes (#7153)Gravatar Fabian Meumertzheim2022-01-19
| | | Also add --no-transfer-progress to the MAVEN_ARGS to decrease log spam.
* Fix builds after Jazzer breaking change (#6622)Gravatar Fabian Meumertzheim2021-10-20
| | | | Follow-up to f043a72a0e632455f9939383efd60c131973c570, which became necessary due to https://github.com/CodeIntelligenceTesting/jazzer/commit/24069c388579f54ec9872e61efa44f5e6065f838
* [infra][jvm] Split out JVM projects to their own builder. (#6336)Gravatar jonathanmetzman2021-08-30
|
* adding commons-geometry to Apache Commons project files (#6144)Gravatar Matt Juntunen2021-08-01
|
* [apache-commons] Run fuzzers in headless mode (#6107)Gravatar Fabian Meumertzheim2021-07-23
| | | | | | | 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.
* Change Apache Commons primary from @bodewig to @jvz (#6040)Gravatar Stefan Bodewig2021-07-14
|
* [all] Make fuzz targets world executable (#5751)Gravatar Fabian Meumertzheim2021-05-12
| | | | 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.
* add peter's google account to apache commons (#5661)Gravatar Lee2021-04-22
|
* [apache-commons] Initial integration (#5633)Gravatar Fabian Meumertzheim2021-04-19
Adds fuzzers for Imaging and Compress.