Lars Bruun-Hansen
Lars Bruun-Hansen
It doesn't say but the syntax examples on [www.javadoc.io](https://www.javadoc.io/) are **assuming Markdown**. This should be noted on that site, or better yet, the site should display the syntax for various...
For this scenario:  ... jgitver is not able to calculate the commit distance between `G` and `D` (where the tag is). For the above we would expect the distance...
In `FirstParentWalkDistanceCalculator` : Some parents were never traversed. Happened for commits where the first parent for that commit had already been analyzed (via a different path) but the other parents...
FEATURE REQUEST For `SCRIPTABLE` strategy: Currently the script code needs to be specified inline in the XML like this: ```xml SCRIPT GROOVY ``` It would be beneficial if the script...
When using JDK 11 I get the following warning: ```text 14:54:54 [INFO] Using jgitver configuration file: /tmp/workspace/e.kutnot_develop-NAASHCQUDR4LVAYMKRQMG5YDHZTILJZ33S7CQGOI6NFXSMDBVNXQ/.mvn/jgitver.config.xml 14:54:54 [INFO] Using jgitver-maven-plugin [1.8.0] (sha1: 3f3523c5f7540865e3ad66fc9ef1c9daa52a6e6b) 14:54:58 WARNING: An illegal reflective access...
Document if command line args takes priority over the config file or vice versa. (the correct answer is - from looking at the source code - that command line arguments...
Hikari throws [`SQLTransientConnectionException`](https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/SQLTransientConnectionException.html) on `dataSource.getConnection()` if a connection cannot be obtained (within a certain time). It does so without concern for what type of [`SQLException`](https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/SQLException.html) was received from the JDBC...
**Client authentication on Windows:** Finally, there is a JDK "bridge" between SSPI and GSS-API which - as far as I know - makes Waffle redundant. At least for newer JDK...
For the [Kubernetes-Nginx controller](https://github.com/kubernetes/ingress-nginx/issues/8513) in AKS: There's a difference in the config for the Helm chart config vs the method that the _Kubernetes Nginx controller project_ recommends for Azure, namely...
One of the issues with this checker (IMO) is that it creates too many false positives. One reason is that (up until now) there has not been a good database...