Jamie Tanna
Jamie Tanna
For i.e. development-focussed posts it'd be cool for POSSE to [dev.to](https://dev.to).
I noticed that today @edent has made some great progress on syndicating Schema.org data to Goodreads Finally got the code working! You can now syndicate book reviews from your blog...
When building a JDK8 project on a JDK17 Docker image, using the Toolchains plugin, the build fails with a Toolchains issue. ### Expected Behavior Build succeeds. ### Current Behavior Build...
If you are submitting a **bug**, please include the following: - [ ] summary of problem - [ ] gradle or maven version - [ ] spotless version - [...
Similar to #853, there'd ideally be a YAML formatter for Spotless. I've not yet investigated options, but a `simple()` version maybe using Jackson's YAML mapper may be sufficient for a...
Something that @goughy000 mentioned recently is that having the ability for Spotless to format our Gherkin files for Cucumber testing would be super useful. Between the two of us we're...
As noted in https://snyk.io/blog/github-actions-to-securely-publish-npm-packages/, it is insecure to allow scripts to execute at the time of publishing, so we should make sure that this configuration is applied
When trying to use Client Certificate functionality (for Mutual TLS), the following errors occur: ``` Exception in thread "main" javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid...