Jérémie Bresson
Jérémie Bresson
**Describe the bug** Since version 2.1.0 the docker image is published under [`doctoolchain/doctoolchain`](https://hub.docker.com/r/doctoolchain/doctoolchain/tags) on docker hub. It used to be [`rdmueller/doctoolchain`](https://hub.docker.com/r/rdmueller/doctoolchain/tags) with previous versions. The dtcw script is not aware...
As discussed in #162, our builds gets more and more complex and takes to long on small hardware. If we switch to gradle: * Build time will be improved (gradle...
If we move to Java 11 or 17 (see #817), probably the built-in java client would be sufficient for this library. This would reduce the dependency graph of this project....
**Context:** While there are a lot plans for the future (#817, #924, #925 and other issues with the [Next](https://github.com/gitlab4j/gitlab4j-api/labels/next) label), it seems that we need also to think short term...
With version 6 we will split the project into a multi module project: * `gitlab4j-models` * `gitlab4j-api` * `gitlab4j-api-jersey2` (that corresponds to the gitlab4j-api from version `5.x?`). This module would...
Currently some integration are running against a GitLab started in docker, controlled by those properties in the POM: https://github.com/gitlab4j/gitlab4j-api/blob/b2942f39fc516c584cdce1567bf79638e222e834/pom.xml#L69-L72 * The GitLab version version is old. * Tests rely on...
We have been discussing with @jabby that we could investigate usage of the [jreleaser](https://jreleaser.org) project to publish to maven central. Reference: https://jreleaser.org/guide/latest/examples/maven/maven-central.html
After my PR #672, I realized, that the page: ``` src/docs/010_manual/020_install.adoc ``` Is more a first example which is good, but redundant with what exists in the tutorial section. I...
This PR removes the necessity to have SnakeYAML at runtime. A class `Regexes.java` is added to the project. It represents the content of `uap-core/regexes.yaml` directly as Java object. The code...
If I got this right, a maven plugin is nothing more than a regular jar with some additional metadata files in `META-INF/maven/`. A jar built with the `de.benediktritter.maven-plugin-development` contains those...