Benjamin P. Jung

Results 30 comments of Benjamin P. Jung

I have fetched the missing two commits from the original CVS repo and added them. To make sure that the original commit history was left untouched I had to rebase...

@olivierlacan I think indeed, that it makes sense to append this information to previously released versions. How one should link "fixes" to "linked issues" in a standard way is an...

@svetlyak40wt Thanks for the link. Raw HTML anchors seem indeed like a nice solution when it comes to linking known issues with their resolution-counterparts.

I think there is a fundamental mis-understanding about what a *known issue* might be about. Once a software has been released with a specific version it is -- usually --...

Another "mvnw" target seems a bit counter-unintuitive, I think. Auto-detection of a `mvnw` script on the other hand makes sense to me and might be implemented without too much effort.

Version 2.6.1 which has just been released on Steam and launching the game now seems to work according to reports from other macOS users. :-)

I have -- unfortunately -- no idea how a custom set of CAs might be handled. I think, Concourse CI itself implemented a bit of dark magic around CAs and...

I think the attempt with the Java Keystore/Truststore might work indeed. But... ... it shouldn't be necessary, to use an extra parameter, as Concourse CI is already equipped with a...

Ok... I understand, that your SonarQube instance uses HTTPS but the certificate is (probably) self-signed. You will have to start your Concourse Worker instances that spawn the concourse-sonarqube-instance with the...

Ok. Seems to be an issue with the `concourse quickstart` command then, I assume. Just tried the following command: ```sh concourse quickstart --help 2>&1 |grep certs-dir ``` The invocation yields...