-
Notifications
You must be signed in to change notification settings - Fork 1k
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
clean-up for issue 1592 #1782
clean-up for issue 1592 #1782
Conversation
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
@@ -1,6 +1,9 @@ | |||
logging: | |||
level: | |||
root: DEBUG | |||
org: |
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.
change logger for less logs, otherwise its way too many of them and its complicated to understand what is going on
// Clean up any open connections from the KubernetesClient when the context is closed | ||
BeanFactoryUtils.beansOfTypeIncludingAncestors(event.getApplicationContext(), KubernetesClient.class).values() | ||
.forEach(Client::close); | ||
// Clean up any open connections from the KubernetesClient when the context is |
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.
formatting, nothing else
@@ -141,25 +141,25 @@ else if (propertySource instanceof CompositePropertySource source) { | |||
return result; | |||
} | |||
|
|||
static boolean changed(List<? extends MapPropertySource> left, List<? extends MapPropertySource> right) { |
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.
only renames of variables, nothing else
Signed-off-by: wind57 <eugen.rabii@gmail.com>
@ryanjbaxter this is ready to be looked at. It does some clean-up in preparation of the real fix. thank you |
No description provided.