-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Build GraalVM Native Image nightly for ShardingSphere Proxy #21109
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21109 +/- ##
============================================
- Coverage 61.61% 61.61% -0.01%
+ Complexity 2479 2475 -4
============================================
Files 4061 4064 +3
Lines 55882 55867 -15
Branches 9466 9464 -2
============================================
- Hits 34430 34420 -10
+ Misses 18575 18571 -4
+ Partials 2877 2876 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
b92b338
to
8ad4592
Compare
8ad4592
to
ee50250
Compare
6be27b5
to
ca840e8
Compare
1a2718b
to
7487d38
Compare
7487d38
to
af6f813
Compare
shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml
Outdated
Show resolved
Hide resolved
shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml
Outdated
Show resolved
Hide resolved
docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md
Show resolved
Hide resolved
docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md
Show resolved
Hide resolved
shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml
Outdated
Show resolved
Hide resolved
shardingsphere-distribution/shardingsphere-proxy-distribution/Dockerfile-Native
Outdated
Show resolved
Hide resolved
shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml
Outdated
Show resolved
Hide resolved
|
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.
How about split GraalVM to independent distribute module?
e5cef53
to
fca3086
Compare
|
a64e877
to
ba3d623
Compare
shardingsphere-distribution/shardingsphere-proxy-native-distribution/pom.xml
Show resolved
Hide resolved
ba3d623
to
a97c00e
Compare
done. |
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.
Great!
For #21051.
Changes proposed in this pull request:
Before committing this PR, I'm sure that I have checked the following options:
mvn clean install -B -T2C -DskipTests -Dmaven.javadoc.skip=true -e
.