-
Notifications
You must be signed in to change notification settings - Fork 523
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
chore: KubernetesResourceUtilTest refactor #3251
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3251 (2024-07-28T20:19:46Z) ⚙️ JKube E2E Tests (10134402327)
|
CHANGELOG.md
Outdated
@@ -45,6 +45,8 @@ Usage: | |||
* Fix #2467: Add support for specifying imagePullSecrets via resource configuration | |||
* Fix #3220: ImageEnricher#mergeEnvVariables causes error for empty env | |||
* Fix #3228: Springboot 3.3.1 layertools output format breaks LayeredJarGenerator | |||
* Fix #3232: KubernetesResourceUtilTest refactor |
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.
Could you please elaborate on this line a bit? CHangelog is written for the users to get an idea of what's new in this specific release.
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.
This is not adding any feature or change to production code in the project.
It's just a refactor fix, there's no changelog entry needed, it's better and less confusing once this is published as part of the release notes to remove this entry.
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.
@Piotr-Filochowski : Could you please remove this line?
initContainersInSpec.size() == 0' replaced with 'initContainersInSpec.isEmpty() Signed-off-by: Piotr Filochowski <[email protected]>
@rohanKanojia @manusa Okey, line removed. |
Quality Gate passedIssues Measures |
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.
LGTM, thx!
KubernetesResourceUtilTest refactor
Description
KubernetesResourceUtilTest initContainersInSpec.size() == 0' replaced with 'initContainersInSpec.isEmpty()
#3232
Fixes #3232
Type of change
test, version modification, documentation, etc.)
Checklist