[RUM-11703]: Adding @JvmStatic to kotlin objects for cleaner interop with Java language.#2876
Merged
satween merged 2 commits intoSep 15, 2025
Merged
Conversation
@JvmStatic to kotlin objects for cleaner interop with Java language.
0xnm
previously approved these changes
Sep 15, 2025
jonathanmos
previously approved these changes
Sep 15, 2025
satween
force-pushed
the
tvaleev/feature/RUM-11703-jvm-interop-improvements
branch
from
September 15, 2025 08:20
e5bde87 to
b5f073e
Compare
…th Java language.
satween
force-pushed
the
tvaleev/feature/RUM-11703-jvm-interop-improvements
branch
from
September 15, 2025 12:25
b5f073e to
f1ab390
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2876 +/- ##
===========================================
- Coverage 70.58% 70.54% -0.03%
===========================================
Files 810 810
Lines 29666 29666
Branches 5079 5079
===========================================
- Hits 20937 20927 -10
- Misses 7299 7304 +5
- Partials 1430 1435 +5
🚀 New features to boost your workflow:
|
0xnm
approved these changes
Sep 15, 2025
satween
deleted the
tvaleev/feature/RUM-11703-jvm-interop-improvements
branch
September 15, 2025 14:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds few
@JvmStaticannotations in order to simplify API for Java.Review checklist (to be filled by reviewers)