-
Notifications
You must be signed in to change notification settings - Fork 519
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
feat (jkube-kit/jkube-kit-spring-boot) : Support for Spring Native (#2138) #2320
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2320 (2023-09-07T14:01:16Z) ⚙️ JKube E2E Tests (6110544767)
|
Codecov Report
@@ Coverage Diff @@
## master #2320 +/- ##
============================================
+ Coverage 59.36% 61.09% +1.73%
- Complexity 4586 4776 +190
============================================
Files 500 518 +18
Lines 21211 21385 +174
Branches 2830 2825 -5
============================================
+ Hits 12591 13065 +474
+ Misses 7370 7099 -271
+ Partials 1250 1221 -29
... and 61 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
fd437b4
to
4d2833f
Compare
7bd12b9
to
40b186c
Compare
…clipse-jkube#2138) Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Currently fixing this: The Native generator is calling JavaExec getEnv and failing due to the failure to locate a Java Main class which shouldn't be necessary for a binary artifact. |
Signed-off-by: Marc Nuri <marc@marcnuri.com>
SonarCloud Quality Gate failed. 0 Bugs 96.2% Coverage The version of Java (11.0.18) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Description
Fixes #2138
native/nativeCompile
directory (for gradle)target
orbuild/native/nativeCompile
directory, if there is more than one native executable present; we throw exceptionType of change
test, version modification, documentation, etc.)
Checklist