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

ArC - ComputingCache may contain uninitialized values #1092

Merged
merged 1 commit into from
Feb 28, 2019

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Feb 28, 2019

@gsmet This should fix your problem with a singleton bean being initialized twice. The problem was that since the bean creation failed the value holder in the cache was not initalized and thus ArC attempted to initialize the bean again during context destruction.

@mkouba mkouba requested a review from gsmet February 28, 2019 08:50
@gsmet gsmet merged commit 476e5da into quarkusio:master Feb 28, 2019
@stuartwdouglas stuartwdouglas added this to the 0.10.0 milestone Feb 28, 2019
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.

3 participants