Jérémie Bresson
Jérémie Bresson
Yes this is possible. We have this pattern at a lot of places. The best is to have a parent class containing only the common fields. Have a look at...
We did not update to that version yet… so I can't tell if it works for us or not. I am not aware of this this bug, but it would...
Thank you for sharing the link
@iaminhere22 can you explain what is your use case?
Let me know when the branch is created so that I can start doing the necessary changes.
The [branch `6.x`](https://github.com/gitlab4j/gitlab4j-api/tree/6.x) to work on `6.x.x` was created. I have started to do the changes.
Since name of the branches are now defined, I have updated the Git flow diagram (editable with [diagrams.net](https://app.diagrams.net/)):  _[Read more](https://unblu.github.io/ucascade/user-docs/multi-main.html) about the approach_
When we implement the separation in multiple modules (see https://github.com/gitlab4j/gitlab4j-api/issues/1067) we can have a jersey 2 implementation next to a jersey 3 implementation. At this point we will merge `6.x`...
The method works great: https://github.com/gitlab4j/gitlab4j-api/blob/47e9e6709010be6bbe0c01c8c1e4507eacd7828a/src/main/java/org/gitlab4j/api/ProjectApi.java#L2718 Here a small [jbang](https://www.jbang.dev/) script to test it: FileUplaodScript.java ```java ///usr/bin/env jbang "$0" "$@" ; exit $? //DEPS info.picocli:picocli:4.6.3 //DEPS org.gitlab4j:gitlab4j-api:5.4.0 //JAVA 17 import java.io.FileInputStream;...
If I read the doc correctly it says: > string or array of strings https://docs.gitlab.com/ee/api/jobs.html So yes if you create a PR, I will be happy to integrate it