Jente Sondervorst
Jente Sondervorst
[This line](https://github.com/gitlab4j/gitlab4j-api/blob/main/src/main/java/org/gitlab4j/api/ProjectApi.java#L1344) makes it impossible to remove the last topic from a project. Imo, if i do not want to make changes to that property, i should provide null, not...
## Summary When executing the readme (manual deployment) in a rancher desktop local environment to get to know the product, I am receiving `Internal error occurred: failed calling webhook "sidecar-injector.conjur.org":...
According to [this link](https://www3.ntu.edu.sg/home/ehchua/programming/java/JSPByExample.html) and other sources online, there are multiple tags possible in jsp. It seems the parser is failing to handle different tags than the tested directive. See...
Not sure if this is a bug or expected behaviour. when we run find spring components recipe, we get the results back of all `@Bean` annotated methods. However, some/all these...
When I have a commit where i change ```java if (a==null) return true; ``` into ```java if (a==null) return true; ``` But have a formatting diff that makes this code...
Hi, We're using `24.0.0.11-full-java17-openj9-ubi` to run. However, I think also `24.0.0.12-full-java17-openj9-ubi` would not work. We're seeing crashes with error log: ``` Unhandled exception Type=Segmentation error vmState=0x00040000 J9Generic_Signal_Number=00000018 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000001...
## What problem are you trying to solve? In order to support other tools to extend the output of the result of the rewriteRun task, we should allow for a...
## What's changed? By using a Trait we can both match dependencyManagement sections from recipe perspectives. I also wrote a method that updates the Trait's cursor with an updated dependencyManagement....
## What problem are you trying to solve? Gradle recommends using lazy task registration (tasks.register(...)) over eager task creation (task ...) to avoid unnecessary initialization during the configuration phase, which...
## What problem are you trying to solve? Up until the introduction of lockfiles we could "decently" resolve dependencies for gradle projects using the Maven classes. During the introduction of...