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

Add a warning for concurrent access during context initialisation #102

Conversation

onurkaracali
Copy link
Contributor

Context
We noticed deadlock in Spring boot application startup caused by the lock in obtaining beans from the application context. This was due to the nature of Baigan's proxy logic that needs to be accessed concurrently after the Spring context initialisation complete.

This PR adds disclaimer into the Readme about the negative effects of concurrent use of Baigan proxies during the early stages of Spring context initialisation.

@lukasniemeier-zalando
Copy link
Collaborator

👍

@lukasniemeier-zalando lukasniemeier-zalando merged commit 4bafd8f into zalando-incubator:main Jan 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants