Chris Kocel
Chris Kocel
``` $ java --version openjdk 17.0.3 2022-04-19 LTS OpenJDK Runtime Environment (build 17.0.3+7-LTS) OpenJDK 64-Bit Server VM (build 17.0.3+7-LTS, mixed mode, sharing) ``` Reproduction: 1. checkout sample project: https://github.com/kkocel/ktlint-reproduction 2....
I use this function to sanitize input `org.apache.commons.text.StringEscapeUtils.escapeXml11` and it works very well.
@Shreyas-vgr Basically, this feature requires modifications in mustache templates. Adding annotations if fields / method parameters and return values are required / optional. Unfortunately, those templates are not published on...
@pkatre2 feel free to submit a PR. assignment is not necessary ihmo
yes, it is. I even provided a way how to implement it, but since templates are not public I cannot contribute.
Dependency resolution (from Gradle): ``` +--- com.github.tomakehurst:wiremock-jre8:2.33.2 | +--- org.eclipse.jetty:jetty-bom:9.4.46.v20220331 | | +--- org.eclipse.jetty:jetty-alpn-java-client:9.4.46.v20220331 -> 11.0.11 (c) | | +--- org.eclipse.jetty:jetty-alpn-java-server:9.4.46.v20220331 -> 11.0.11 (c) | | +--- org.eclipse.jetty:jetty-alpn-openjdk8-client:9.4.46.v20220331 (c) |...
Dunno if it should be closed in favour of #1760
@johanhaleby Hi, is this on the roadmap or anything has been done to create an abstraction layer over concrete HTTP clients?
@singleplayer88 you can safely use axion 1.13.2 with gradle-git-properties 2.2.3. The reason behind this error is that both libraries use different jgit versions. If jgit was shadowed in one of...
@milesje @singleplayer88 I checked axion 1.13.3 and gradle-git-properties 2.3.1 and they work together really well