-
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/spring-boot) : SpringBootGenerator utilizes layered jar if present and use it as Docker layers (#1674) #2309
feat (jkube-kit/spring-boot) : SpringBootGenerator utilizes layered jar if present and use it as Docker layers (#1674) #2309
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2309 (2023-08-30T14:32:07Z) ⚙️ JKube E2E Tests (6026005698)
|
f456d8f
to
127da66
Compare
We need to update E2E tests |
127da66
to
03534bd
Compare
Codecov Report
@@ Coverage Diff @@
## master #2309 +/- ##
============================================
+ Coverage 59.36% 60.97% +1.61%
- Complexity 4586 4743 +157
============================================
Files 500 517 +17
Lines 21211 21342 +131
Branches 2830 2820 -10
============================================
+ Hits 12591 13013 +422
+ Misses 7370 7105 -265
+ Partials 1250 1224 -26
... and 58 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
03534bd
to
1fe573d
Compare
1fe573d
to
ebbfe13
Compare
2f39139
to
d697825
Compare
…ar if present and use it as Docker layers (eclipse-jkube#1674) + Add LayeredJarGenerator for layered container assembly for spring boot + Add gradle integration test for spring boot layered image generation Signed-off-by: Rohan Kumar <rohaan@redhat.com>
d697825
to
00d4f56
Compare
Signed-off-by: Marc Nuri <marc@marcnuri.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs 97.4% 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. |
Description
Fixes #1674
Fixes #763
Type of change
test, version modification, documentation, etc.)
Checklist