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 #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 #924)