Skip to content

Thread Safety Fixes

Compare
Choose a tag to compare
@gmessner gmessner released this 01 Jan 00:40
· 1864 commits to main since this release

This release is mostly related to making GitLab4J-API useable in a multithreaded environment.

  • Updated org.gitlab4j.api.utils.ISO8601 so that it is thread safe (#120)
  • Added getters for properties of GitLabApi so that a logical copy could be created, also added GitLabApi.duplicate() (#119)
  • Added userId into SshKey bean and populating of same (#116)