Lars Bruun-Hansen

Results 22 comments of Lars Bruun-Hansen

I believe the issue is that of **Library Identification** (i.e. the link between a CVE and then mapping that to actual Maven GAV coordinates). AFAIK, the OWASP Dependency Checker doesn't...

This PR was auto-closed by GitHub because the default branch was changed from `master` to `main`. This unintentionally closed PRs open at the time. However, some of this is now...

If user has already set the `JAVA_HOME` then this code will not take that into account. In other words, the step need to surrounded by: ```bash if [ -z "$JAVA_HOME"...

CI pipeline currently blocked by [MWRAPPER-159](https://issues.apache.org/jira/browse/MWRAPPER-159)

> I think rebasing on current master should work. Can you do that @lbruun ? Done!

I think there's a use-case which is being missed here. Both Flyway and Liquibase add some metadata tables for their own use into the database. If you want to control...

@wilkinsona. Yes, I think you've understood correctly. Unfortunately I'm using using Liquibase, not Flyway, and wasn't aware of this feature in Flyway. There's no equivalent in Liquibase. Flyway has the...

@itstannus : Yeah, my solution is the [Pre-Liquibase Spring Boot module](https://github.com/lbruun/Pre-Liquibase). But I think you already found it. :-) In a few words it is a Spring Boot autoconfig which...

I've found this: https://kubernetes.io/docs/reference/config-api/kubeconfig.v1/ This indicates that the `clusters` property is indeed mandatory. So having a kubeconfig file without it would constitute an invalid kubeconfig file. If this is correctly...