Carl Dea
Carl Dea
Created a convenient GitHub CI workflow to test project. GitHub CI allows up to 4 concurrent runners.
The AdoptOpenJDK has been discontinued Since July 2021. When using Zulu you get all the latest updated (TCK tested) builds for all versions of OpenJDK. 🥇
Combined as one commit and signed by yours truly. This was derived from the branch https://github.com/carldea/jts/tree/ci-verify-java-vers-os-matrix and PR https://github.com/locationtech/jts/pull/638 Excerpt: ```yaml jobs: build-and-test: runs-on: ${{ matrix.os }} strategy: matrix: java:...
**The contribution type**: enhancement **The module being contributed to**: jts-build CI Builds and Tests all major versions of Java (8-15) on Ubuntu and MacOS. The following matrix describes the Java...
**Hello! Thank you for your interest in contributing to Thumbnailator!** Unfortunately, I'm not accepting pull requests at this moment. Contributions in the form of bugs reports or feature enhancements through...
Test major Java versions on Ubuntu, Windows and MacOS. Signed-off-by: Carl Dea
Didn't know if there was a faster way instead of individual inserts.
Make use of a CI workflow using a GitHub actions to build and test on a push event. GitHub allows up to 4 concurrent runners. This test the project on...
I hope you like it! This is a test matrix of Java versions 8,11 on the following operating systems: Linux, Windows, and MacOS. **Warning**: There is an issue with `mvn...