Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jmini opened this issue Nov 18, 2023 · 1 comment · Fixed by #1201
Closed

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

jmini opened this issue Nov 18, 2023 · 1 comment · Fixed by #1201
Labels
enhancement next next major iteration

Comments

@jmini
Copy link
Collaborator

jmini commented Nov 18, 2023

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)

@jmini jmini added enhancement next next major iteration labels Nov 18, 2023
@jmini jmini pinned this issue Nov 18, 2023
jmini added a commit to jmini/gitlab4j-api that referenced this issue Nov 28, 2024
@jmini
Copy link
Collaborator Author

jmini commented Nov 29, 2024

Implemented with 6.0.0-rc7 without gitlab4j-api-jersey2 (I am not sure if somebody really needs it in 2024).

I hope users will try this RC version to gather feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement next next major iteration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant