-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add elasticjob-lite-reachability-metadata
module for nativeTest and nativeRun
#2263
Conversation
472b229
to
cfbaa9d
Compare
Codecov Report
@@ Coverage Diff @@
## master #2263 +/- ##
============================================
+ Coverage 84.40% 84.41% +0.01%
Complexity 1926 1926
============================================
Files 287 287
Lines 6341 6341
Branches 704 704
============================================
+ Hits 5352 5353 +1
+ Misses 662 661 -1
Partials 327 327
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
cfbaa9d
to
77af251
Compare
…date Curator to match GraalVM Reachability Metadata. Update Zookeeper to avoid ZOOKEEPER-4460
315fb7e
to
746e5fe
Compare
746e5fe
to
9ff6e5d
Compare
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.
- @TeslaCN Can you give some review feedback? Should these JSON files be concentrated on specific submodules like this, or is it better to be scattered across the actual submodules?
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.
- This PR contains a bit much content, and I thought I should first split the Junit Jupiter and Curator Project parts into separate PRs.
For #2258.
Changes proposed in this pull request:
Add
elasticjob-lite-reachability-metadata
module for nativeTest and nativeRun. We obviously need to adopt unmerged Metadata faster than GraalVM Reachability Metadata's central repository.Update Curator to match GraalVM Reachability Metadata. Refer to
org.apache.curator:curator-client:5.5.0
oracle/graalvm-reachability-metadata#381org.apache.curator:curator-framework:5.5.0
oracle/graalvm-reachability-metadata#383Update Zookeeper to avoid ZOOKEEPER-4460 . Refer to Add support for
org.apache.curator:curator-*:5.4.0
oracle/graalvm-reachability-metadata#163 (comment) .Add relevant documentation.