Skip to content
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

Merged
merged 23 commits into from
Nov 6, 2024
Merged

clean-up for issue 1592 #1782

merged 23 commits into from
Nov 6, 2024

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented Oct 24, 2024

No description provided.

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>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
@wind57 wind57 changed the title first, no tests clean-up for issue 1592 Nov 4, 2024
Signed-off-by: wind57 <eugen.rabii@gmail.com>
@@ -1,6 +1,9 @@
logging:
level:
root: DEBUG
org:
Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatting, nothing else

Signed-off-by: wind57 <eugen.rabii@gmail.com>
Signed-off-by: wind57 <eugen.rabii@gmail.com>
@@ -141,25 +141,25 @@ else if (propertySource instanceof CompositePropertySource source) {
return result;
}

static boolean changed(List<? extends MapPropertySource> left, List<? extends MapPropertySource> right) {
Copy link
Contributor Author

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>
@wind57 wind57 marked this pull request as ready for review November 4, 2024 21:01
Signed-off-by: wind57 <eugen.rabii@gmail.com>
@wind57
Copy link
Contributor Author

wind57 commented Nov 6, 2024

@ryanjbaxter this is ready to be looked at. It does some clean-up in preparation of the real fix. thank you

@ryanjbaxter ryanjbaxter added this to the 3.1.4 milestone Nov 6, 2024
@ryanjbaxter ryanjbaxter merged commit aad8cd0 into spring-cloud:3.1.x Nov 6, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants