strangelookingnerd

Results 190 issues of 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...

Camunda Platform
enhancement
backlog
pr-welcome
spring cleaning

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...

![image](https://user-images.githubusercontent.com/49242855/177747829-0108354c-53ea-4953-b98f-0495210559f9.png) * 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...

type: icon request
icon type: logo

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` *...