Jurrie Overgoor
Jurrie Overgoor
**Is your feature request related to a problem? Please describe.** Some of my files are in a format for which I have written a formatter myself. I would like to...
This is to illustrate the discussion in https://issues.apache.org/jira/browse/CXF-8436. But if is good enough to be merged, please do so 😉
**Describe the bug** Since https://github.com/jeremylong/DependencyCheck/issues/4685 the unmatched suppression rules are outputted. I think there is a bug in this logic. When a suppression is listed with multiple CVEs, where 1...
## Description Add and fix warnings for various Helm goals - helm-lint and helm-push: Add warning when 'helm' goal is not ran - helm: Fix warning when 'resource' goal is...
### Component Kubernetes Gradle Plugin ### Is your enhancement related to a problem? Please describe @manusa opted this in https://github.com/eclipse/jkube/pull/2714#discussion_r1512130966, but I'm not a Gradle user, so I don't feel...
## Description This PR contains preliminary support to allow users to have Helm in their Yaml fragments. There are still things left to do, but I wanted to get an...
Added support for `ByteBuffer` next to `byte[]`. The unit tests do not seem to run when doing a `mvn verify`. I'm unsure why. I did not create a unit test...
According to section 9.3 of USB 2.0.pdf the wValue should be two bytes. That's a short in Java terms. This seems to make `javax.usb3.ri.AUsbDevice.getLanguages()` work for my USB device. For...