Skip to content

Conversation

mmollaverdi
Copy link
Contributor

The addition of the unit argument recently is leading to NoSuchMethodErrors where code is compiled against an old versio of backfila without this argument, but a new version is present at runtime with the argument. This might fix it by adding overloaded methods (although, I'm not entirely sure whether the new code will be compatible with the code compiled against the method without the JvmOverloads annotation), but it'll at least prevent similar errors in future.

Copy link
Collaborator

@adrw adrw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG

@adrw adrw merged commit da6bbd9 into cashapp:master Jun 4, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants