Jérémie Bresson
Jérémie Bresson
In my opinion you should have a way to move out of Java 8… That said, my idea described in https://github.com/gitlab4j/gitlab4j-api/issues/1067 would be to: * `gitlab4j-models` --> go back to...
The method `org.gitlab4j.api.JobApi.getTrace(Object, Long)` already exists.
My guess is that the answer is truncated somewhere. One way to analyze this is to start a reverse proxy like https://mitmproxy.org/: ``` mitmproxy -p 8888 --mode reverse:https://gitlab.com ``` and...
Yes, I think this is working in the branch [pr_935](https://github.com/jmini/gitlab4j-api/tree/pr_935) where I continued the work started in https://github.com/gitlab4j/gitlab4j-api/pull/935 --- I see two problems with test containers: * The time it...
I have pushed my example to this repository: [asciidoctor_issue3276](https://github.com/jmini/asciidoctor_issue3276/). There is also a [flat](https://github.com/jmini/asciidoctor_issue3276/tree/flat) branch that show the case that is working.
This PR is relevant from a security point of view. `jose4j-0.7.0.jar` is marked as vulnerable: * CVE-2023-51775 * CVE-2023-31582
@naxostech can you give a link where you see the wrong example?
This library is just a way to perform REST calls... if the gitlab backend is returning a link to the object then this is what you will get with the...
Which gitlab4j version are you using? Which jackson version are you using? Please share the dependency tree of your project.
With the OSSRH service becoming end-of-life on [June 30th, 2025](https://central.sonatype.org/news/20250326_ossrh_sunset/), this task becomes very important.