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

OpenIdClientCondition causing circular bean reference #220

Closed
graemerocher opened this issue Apr 21, 2020 · 1 comment
Closed

OpenIdClientCondition causing circular bean reference #220

graemerocher opened this issue Apr 21, 2020 · 1 comment
Labels
type: bug Something isn't working

Comments

@graemerocher
Copy link
Contributor

The build is currently failing because OpenIdClientCondition has a circular reference.

4-19T20:06:58.9460784Z         java.lang.IllegalStateException: Recursive update
2020-04-19T20:06:58.9461053Z             at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1760)
2020-04-19T20:06:58.9461189Z             at io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.compute(ConcurrentLinkedHashMap.java:733)
2020-04-19T20:06:58.9461330Z             at io.micronaut.core.util.clhm.ConcurrentLinkedHashMap.computeIfAbsent(ConcurrentLinkedHashMap.java:710)
2020-04-19T20:06:58.9461991Z             at io.micronaut.context.DefaultBeanContext.findConcreteCandidate(DefaultBeanContext.java:2249)
2020-04-19T20:06:58.9462129Z             at io.micronaut.context.DefaultBeanContext.getBeanInternal(DefaultBeanContext.java:2038)
2020-04-19T20:06:58.9462256Z             at io.micronaut.context.DefaultBeanContext.getBean(DefaultBeanContext.java:618)
@jameskleeh
Copy link
Contributor

Should be resolved for 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants