Alex Nordlund
Alex Nordlund
Currently `warnWhenNotUsingParallelGC` is a check that fails the build ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'foo'. > =============================== Gradle...
The doc for extra message sums this up very well. ``` /** * Extra message text, if any, to show with the Gradle Doctor message. This is useful if you...
When `JavaHomeCheck` has `failOnError = true` the build scan tags are not applied, with false it works fine.
There's some basic scaffolding in the branch `system-tests` for quickly testing with new sonar versions Right now it's too much of a manual process to be very useful
The disappearance of `crowd-integration-client-rest` from Atlassian's maven repos means that building this plugin is now a minor headache if you haven't built it before (as you need to manually locate...
With travis-ci down for the count we should move to GitHub Actions
It's been deprecated since 6.5 so we should be good for a little while longer.
There's been a few fixes for this already #19537 #19504 #19502 These unfortunately switched to using the postgres admin user which is not needed, and by changing the keys it...
### Steps to reproduce the problem Run helm template or inspect a running system to see that: ```yaml # Source: mastodon/templates/deployment-streaming.yaml spec: template: metadata: labels: app.kubernetes.io/name: mastodon app.kubernetes.io/instance: mastodon ```...