Konstantin Gribov
Konstantin Gribov
Also https://github.com/eclipse/jgit/blob/2345cc88d0ed7b6d639ba7a1874f2200f3b21df1/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java#L106 (current `master`) shows that it only reads `~/.gitconfig` but not `$XDG_CONFIG_HOME/git/config`/`$HOME/.config/git/config`.
And how to create such Association? I don't understand Rails so much(
Be aware that it's a breaking change. 2.0.x fails to work with slf4j implementations for 1.7.x. For example see MorphiaOrg/morphia#2124
Workaround from issue itself didn't work for me. From what I found new Let's Encrypt cert are signed with `CN=R3` but `chain.pem`/`fullchain.pem` in my case containded only `CN=X3` intermediate cert....
Also when `kustomization` has `managedByLabel` (in `buildMetadata`) it writes label `app.kubernetes.io/managed-by: kustomize-(devel)` which is invalid for k8s resources.
You could also add checkbox to show/hide them in the compact view
Of course. But if I put all doclets defs in parent-project to not repeate them in each child, I'll get error.
Javadoc doesn't fail if it's nothing to document. If in-class javadoc is corrupted it shows warnings as max (e. g. you have @return derictive without parameter). So, doclets shouldn't fail...
It doesn't throw an exception. So `mvn site` build docs. But only JPA doclet writes something. Other doclets aren't start either. ``` [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO]...
Then it doesn't write anything else. If I comment out JPA doclet I'll get something like this: ``` [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building projectname-seam Maven Webapp...