-
Notifications
You must be signed in to change notification settings - Fork 541
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
Moving PortMapping class from org.eclipse.jkube.kit.build.api.model to org.eclipse.jkube.kit.common #2582
Conversation
…o org.eclipse.jkube.kit.common Signed-off-by: zangus <tw_zangus@hotmail.com>
Eclipse JKube CI ReportStarted new GH workflow run for #2582 (2024-02-26T08:32:00Z) ⚙️ JKube E2E Tests (8045575813)
|
…api.model to org.eclipse.jkube.kit.common Signed-off-by: zangus <tw_zangus@hotmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2582 +/- ##
=============================================
+ Coverage 59.36% 70.48% +11.12%
- Complexity 4586 5002 +416
=============================================
Files 500 486 -14
Lines 21211 19463 -1748
Branches 2830 2505 -325
=============================================
+ Hits 12591 13718 +1127
+ Misses 7370 4520 -2850
+ Partials 1250 1225 -25 ☔ View full report in Codecov by Sentry. |
@spookynutz : This issue also includes replacing |
I wouldn't go that far within this PR. However, it would be good if this change was included in the changelog since (although very unlikely) someone might be using this class. |
@spookynutz : Could you please add a line to CHANGELOG.md regarding this change? |
Signed-off-by: zangus <tw_zangus@hotmail.com>
Hello, sorry for the long delay for my response .... A bit new to contributing and I forgot about this PR I opened ... @rohanKanojia @manusa for the change of |
|
@spookynutz : Could you please mark it ready for review? |
We're using Jackson for this purpose. However, the most important part is to create tests that ensure that the serialization/deserialization process preserves the current behavior. You can check the work done in #2484 as an example |
I passed it to ready to review. I'll have a try at adding tests and changing Gson to Jackson in another PR |
Description
Part of #2481
Type of change
test, version modification, documentation, etc.)
Checklist