Jérémie Bresson

Results 210 comments of Jérémie Bresson
trafficstars

I guess if you enforce usage of `jakarta.activation:jakarta.activation-api:1.2.1` (instead of `1.2.2`) then your issue is solved? ~Personally I think `gitlab4j-api` should not declare a dependency to `jakarta.activation:jakarta.activation-api` since this is...

And if you pin the version to of `jakarta.activation:jakarta.activation-api` to `1.2.0` (the one hibernate is using?). I think `gitlab4j-api` does not really care about the version. It just need one...

I do not see anything related to this in the current code-base, but this would be a good addition.

You need to explain what needs to be changed in this project, maybe provide a reproducer that is independent of Jenkins. Or you need to open an issue in the...

Sure this seems to be missing. A PR is welcome.

I am not sure if this is related or to to what you are doing, but I remember I had trouble understanding how the Update-API is working: https://gitlab.com/gitlab-org/gitlab/-/issues/20229#note_1250526851

I don't think so, and I am also not sure we should add it. Check the notice on their documentation page: > This API is used by the [Maven package...

IMO all user id types should be `Long` and not `Integer` You can file a Pull Request for that (maybe keep the method with the `Integer` type and mark it...

At JSON level there is no notion of `Set`… So mapping to `List` is not really wrong.

> As a workaround I think it should be possible to make the test tasks consume the jar instead of the classes folder. This would be great. I have a...