Jérémie Bresson

Results 203 comments of Jérémie Bresson
trafficstars

I have opened a new PR for this #963. On the main branch (version `5.x.x`), my suggestion is to keep the old name `ImpersonationToken` and to do the renaming to...

`InjectionManagerFactory` is a class that belongs to the Jersey client that this lib is using. I guess in the Quarkus world it would be better to use the HTTP client...

I am not sure if this is enough for your use case, but @nilchina proposed following change: #1074

I suggest to review this when we have the possibility to run CI tests against a more recent version of GitLab (see #925)

I suggest to review this when we have the possibility to run CI tests against a more recent version of GitLab (see #925)

> This means JDK17 is not supported yet?? @dousp: This lib works perfectly with Java 17. I am using it with Java 17 in standalone scripts like [print-groups-and-projects-tree](https://github.com/jmini/gitlab-experiments/tree/main/print-groups-and-projects-tree) executed with...

> Thank you for your work! It would be great if you could go for JDK 11 first, but obviously up to you to decide. I tend to agree with...

So as discussed in https://github.com/gitlab4j/gitlab4j-api/issues/926 we are now working on a `6.x.x` version of the client on the [`6.x` branch](https://github.com/gitlab4j/gitlab4j-api/tree/6.x). On this branch we have decided to require **Java 11**...

Please check if the release `6.0.0-rc.1` works for you and give feedback. This version is using: * minimal version: **Java 11** * Jakarta EE components with the `jakarta.*` packages instead...

I had a case where I wanted to give a locally built version a try with my jbang script. This would be similar to the gradle feature of composite builds...