strangelookingnerd
strangelookingnerd
Even though it is possible to secure a Camunda Platform instance with client authentication / mutual TLS the modeler is unable to connect to this instance to deploy / start...
I have a Config that is stored in a file and can be overwritten by ENV ``` @HotReload @LoadPolicy(LoadType.MERGE) @Sources({ "system:env", "system:properties", "file:config/config.properties" }) public interface TestConfig extends Mutable, Accessible...
 * Text in odd rows is unreadable. * Hover Text is unreadable for both odd and even rows. The root cause may not lie in the theme but somewhere...
See #1135 for details.
### Describe the Icon The Open Web Application Security Project (OWASP) is a nonprofit foundation that works to improve the security of software. There is lots of usages and references...
Supersedes https://github.com/docker-java/docker-java/pull/2261 and #2185 Fixes https://github.com/docker-java/docker-java/issues/2183 I'm currently trying to solve https://github.com/jenkinsci/docker-plugin/issues/1032 and found that docker-java may not be compatible with httpclient5 > 5.2.1 Unfortunately I am unable to 100%...
# Background Thanks to #438 there is now support for JUnit5. However there are still some open points or missing features from JUnit4 evolving around `JenkinsRule`. # Problem While trying...
Fixes #632 Axios has recently patched a [critical vulnerability](https://github.com/advisories/GHSA-wf5p-g6vw-rhxx) affecting version >= 0.8.1, < 1.6.0
See https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ for details.
It should be considered best practice to start plugin development using JUnit5 over JUnit4. * `org.junit.*` imports being updated to JUnit5 equivalents * Use `@WithJenkins` in combination with `JenkinsRule` *...