Open
Description
We're happy users of gitlab4j for several years but faced some problems updating to v5. We had to update MR ids to Long
but there seems to by some inconsistency in MergeRequestApi: some methods use Long mergeRequestIid
but others use int mergeRequestIid
. Is it intentional?