gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Convert to multi-module project (separate models and api)

Open jmini opened this issue 2 years ago • 0 comments

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 be a copy from gitlab4j-api but with usage of the javax package.

This will allow usage with other libs (see https://github.com/gitlab4j/gitlab4j-api/issues/1011 where some user would like to use Ok-http)

This is also a good step to be able to be independent from the http lib (see https://github.com/gitlab4j/gitlab4j-api/issues/924)

jmini avatar Nov 18 '23 07:11 jmini