-
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
Provides built-in GraalVM Reachability Metadata and nativeTest on Elasticjob Bootstrap #2268
Merged
Conversation
This file contains 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
Codecov Report
@@ Coverage Diff @@
## master #2268 +/- ##
============================================
+ Coverage 84.40% 84.67% +0.26%
- Complexity 1926 1929 +3
============================================
Files 287 287
Lines 6341 6341
Branches 704 704
============================================
+ Hits 5352 5369 +17
+ Misses 661 645 -16
+ Partials 328 327 -1 see 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
linghengqian
force-pushed
the
shade-metadata
branch
from
September 19, 2023 14:50
b925968
to
74b69a1
Compare
linghengqian
changed the title
Provide built-in GraalVM Reachability Metadata
Provide built-in GraalVM Reachability Metadata for ElasticJob Lite Core
Sep 19, 2023
linghengqian
force-pushed
the
shade-metadata
branch
from
September 19, 2023 15:14
74b69a1
to
471e302
Compare
linghengqian
force-pushed
the
shade-metadata
branch
5 times, most recently
from
September 23, 2023 06:02
8cdf78d
to
f520570
Compare
linghengqian
force-pushed
the
shade-metadata
branch
from
September 23, 2023 07:20
f520570
to
c105883
Compare
linghengqian
commented
Oct 14, 2023
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.
- Due to my personal time constraints, let me complete this PR at a later release milestone.
- Updated in 2024.07.29: Done.
linghengqian
changed the title
Provide built-in GraalVM Reachability Metadata for ElasticJob Lite Core
Provides built-in GraalVM Reachability Metadata and nativeTest on Elasticjob Bootstrap
Jul 28, 2024
linghengqian
force-pushed
the
shade-metadata
branch
3 times, most recently
from
July 28, 2024 16:27
962b9f5
to
f4123e4
Compare
Closed
5 tasks
linghengqian
force-pushed
the
shade-metadata
branch
2 times, most recently
from
July 28, 2024 16:55
d40bb54
to
f6a9f03
Compare
linghengqian
force-pushed
the
shade-metadata
branch
from
July 28, 2024 17:02
f6a9f03
to
3e7dcb1
Compare
linghengqian
force-pushed
the
shade-metadata
branch
from
July 28, 2024 17:47
3e7dcb1
to
75326d8
Compare
…sticjob Bootstrap
taojintianxia
approved these changes
Jul 29, 2024
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.
For #2258.
Changes proposed in this pull request:
elasticjob-lite-reachability-metadata
module for nativeTest and nativeRun #2263 .@EnabledInNativeImage
is not properly supported at the class level junit-team/junit5#3745 .elasticjob-reachability-metadata
andelasticjob-test-native
module.java.nio.file.Path#toFile
under Native Image will result injava.lang.UnsupportedOperationException
oracle/graal#7804. It uses Java APIs that are not available from JARs nor from within a GraalVM Native Image.