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

LoggingSystemShutdownListener ClassLoader #972

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jaminh
Copy link

@jaminh jaminh commented Jun 23, 2021

Use the ClassLoader from the SpringApplication if available.

This is related to spring-projects/spring-boot#26126. If the SpringApplication is created with a different classloader that can create issues for the LoggingSystemShutdownListener since it may end up using a different classloader than the one the SpringApplication is using.

Use the ClassLoader from the SpringApplication if available.
@jaminh jaminh force-pushed the log-sys-listener-classloader branch from 9d9d81d to a551f42 Compare October 22, 2021 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants