-
Notifications
You must be signed in to change notification settings - Fork 462
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
Replace javax package by jakarta package #947
Conversation
* Added hook and fetch capabilities * Fix tests * Remove superfluous formatting
* Added ReleaseLinks API (gitlab4j#639) * Deprecate the "external" attribute in Link * Add tests * Rename to ReleaseLinksApi and add the getter in GitLabApi --------- Co-authored-by: Jeremie Bresson <jeremie.bresson@unblu.com>
Co-authored-by: Michael Fitoussi <16884890+mifitous@users.noreply.github.com>
@jabby I have merged If this is OK for you, it can be merged with "Create a merge commit" (and not "Squash and merge") to preserve the merge information between our two branches. Then a version |
Thanks @jmini |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tnx for the effort! |
This is the main requested change to be compatible with Spring Boot 3
javax.*
packages byjakarta.*
packageBased on the work of @gedeffe in #943
Fixes #894
Fixes #888
In order to work with the proposed git flow (see #926 (comment)) this PR has to be merged with "Create a merge commit" (and not with "Squash and merge")