Skip to main content

Posts

Showing posts with the label useful

JavaHiddenGems

Johanjanssen JavaHiddenGems Make sure to start the Docker-webserver-cache container before running the OWASP dependency check or the Old GroupIds Alerter.  Github Examples Apache PDFBox  Create and change PDF files or extract content from PDF files https://pdfbox.apache.org/ Apache POI  Create, change and read files based on the Office Open XML standards (OOXML) such as Word and Excel files. https://poi.apache.org/ ArchUnit Verify the Java code's architecture with unit tests. https://www.archunit.org/ AssertJ Test code with assertions. https://assertj.github.io/doc/ AutoService Generator for ServiceLoader service providers. https://github.com/google/auto AutoValue Generate immutable value classes. https://github.com/google/auto Awaitility Test asynchronous applications with a DSL. https://github.com/awaitility/awaitility Buildpacks Create (Docker) images. https://buildpacks.io/ ClassGraph Classpath and module scanner for Java and other JVM languages. https://github.com/c...