gitlab4j-api
gitlab4j-api copied to clipboard
Convert to multi-module project (separate models and api)
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 version5.x?). This module would be a copy fromgitlab4j-apibut 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)